summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/asyncio_wait_task.py.exp
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2024-01-19 10:49:58 +0200
committerDamien George <damien@micropython.org>2024-01-22 12:36:43 +1100
commitbeb44597841805a85d31326b375669b6a1251c02 (patch)
treee14dfa12522680fd5f527b9eca4f99d5bfec1ff1 /tests/extmod/asyncio_wait_task.py.exp
parente2fa0c639528c84709fef237fc5d80ff970a4cd1 (diff)
downloadmicropython-beb44597841805a85d31326b375669b6a1251c02.tar.gz
micropython-beb44597841805a85d31326b375669b6a1251c02.zip
mimxrt/boards: Fix __VECTOR_TABLE link issue with CMSIS 5.9.0.
In CMSIS 5.9.0, the compiler headers define `__VECTOR_TABLE`, which will be substituted with its corresponding value (e.g., `__Vectors` for gcc). However, the linker script in this port can't include compiler headers when it's processed, so `__VECTOR_TABLE` is used as the literal variable name, which results in an undefined linker error. To fix this, the two possible values of `__VECTOR_TABLE` are both defined in the linker script. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Diffstat (limited to 'tests/extmod/asyncio_wait_task.py.exp')
0 files changed, 0 insertions, 0 deletions