arm: async echo app

This commit is contained in:
2022-05-16 20:56:25 -07:00
parent 30d9a2d7c8
commit 932b8d4582
25 changed files with 3043 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ void ResetHandler() {
} // namespace
__attribute__((section(".vector_table")))
__attribute__((section(".vector_table"), used))
uint32_t vector_table[16] = {
[StackPointer] = reinterpret_cast<uint32_t>(&_initial_stack_pointer),
[Reset] = reinterpret_cast<uint32_t>(ResetHandler),