Skip to content
Snippets Groups Projects
Commit a24f0dc5 authored by Liam Barry's avatar Liam Barry
Browse files

templates: Correct cmsis sockets generated code


Amend naming inconsistency between template and generated
code. Previously cmsis-lwip instead of cmsis-sockets

Signed-off-by: Liam Barry's avatarLiam Barry <liam.barry@arm.com>
parent 7ad936a3
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ license:
examples/mbedtls,
examples/pigweed-log,
examples/tf-m,
tests/cmsis-lwip,
tests/cmsis-sockets,
tests/tf-m
]
PLATFORM: [corstone-300, corstone-310]
......
......@@ -3,7 +3,7 @@
# IoT Socket API on LwIP test
set(test cmsis-lwip)
set(test cmsis-sockets)
set(supported_platforms corstone-300 corstone-310)
set(supported_rtoses cmsis-rtx cmsis-freertos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment