micropython/ports/mimxrt/boards
iabdalkader beb4459784 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>
2024-01-22 12:36:43 +11:00
..
ADAFRUIT_METRO_M7
MIMXRT1010_EVK
MIMXRT1015_EVK
MIMXRT1020_EVK mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00
MIMXRT1050_EVK mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00
MIMXRT1060_EVK mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00
MIMXRT1064_EVK mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00
MIMXRT1170_EVK mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00
OLIMEX_RT1010 mimxrt/boards/OLIMEX_RT1010: Adjust the UART pin assignment. 2023-11-09 13:41:44 +11:00
SEEED_ARCH_MIX mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00
TEENSY40
TEENSY41 mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00
MIMXRT1011.ld
MIMXRT1011_af.csv
MIMXRT1011_clock_config.c
MIMXRT1011_clock_config.h
MIMXRT1015.ld
MIMXRT1015_af.csv
MIMXRT1015_clock_config.c
MIMXRT1015_clock_config.h
MIMXRT1021.ld
MIMXRT1021_af.csv
MIMXRT1021_clock_config.c
MIMXRT1021_clock_config.h
MIMXRT1052.ld
MIMXRT1052_af.csv
MIMXRT1052_clock_config.c
MIMXRT1052_clock_config.h
MIMXRT1062.ld
MIMXRT1062_af.csv
MIMXRT1062_clock_config.c
MIMXRT1062_clock_config.h
MIMXRT1064.ld
MIMXRT1064_af.csv
MIMXRT1064_clock_config.c
MIMXRT1064_clock_config.h
MIMXRT1176.ld
MIMXRT1176_af.csv
MIMXRT1176_clock_config.c
MIMXRT1176_clock_config.h
common.ld mimxrt/boards: Fix __VECTOR_TABLE link issue with CMSIS 5.9.0. 2024-01-22 12:36:43 +11:00
deploy_mimxrt.md
deploy_teensy.md
make-flexram-config.py
make-pins.py mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00
manifest.py
mimxrt_prefix.c mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 2023-11-03 14:18:54 +11:00