We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd55b79 commit dec455aCopy full SHA for dec455a
2 files changed
examples/trustzone/non-secure/CMakeLists.txt
@@ -15,6 +15,6 @@ target_link_options(non-secure PRIVATE
15
--cpu=$<TARGET_PROPERTY:secure,CPU>
16
--config ${CMAKE_CURRENT_SOURCE_DIR}/v2m-mps2_ns.icf
17
--semihosting
18
- # TODO 5: Link agains the import library generated from the `secure` target
+ # TODO 5: Link against the import library generated from the `secure` target
19
# TODO 6: Specify "no entry point" for the `non-secure` target
20
)
examples/trustzone/non-secure/non-secure-hello.c
@@ -44,7 +44,7 @@ void main_ns(void)
44
/* Nothing more to do at this point... */
45
}
46
47
-/* Inteface towards the secure part */
+/* Interface towards the secure part */
48
#pragma location=NON_SECURE_ENTRY_TABLE
49
__root const non_secure_init_t init_table =
50
{
0 commit comments