Add basic CMSIS core headers (#384)

Adds a new cmsis_core INTERFACE library, which provides the basic CMSIS macros/definitions, and RP2040.h and system_RP2040.h
By default the isr_ methods in the vector table are renamed to their CMSIS versions, but this can be overridden by defining PICO_CMSIS_RENAME_EXCEPTIONS=0
This commit is contained in:
Graham Sanderson
2021-05-11 10:47:13 -05:00
committed by GitHub
parent 6182a2a078
commit b05d863428
20 changed files with 9650 additions and 1 deletions

View File

@ -54,6 +54,7 @@ if (NOT PICO_BARE_METAL)
pico_add_subdirectory(pico_stdio_semihosting)
pico_add_subdirectory(pico_stdio_uart)
pico_add_subdirectory(cmsis)
pico_add_subdirectory(tinyusb)
pico_add_subdirectory(pico_stdio_usb)