pico-sdk/test
Graham Sanderson b05d863428
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
2021-05-11 10:47:13 -05:00
..
cmsis_test Add basic CMSIS core headers (#384) 2021-05-11 10:47:13 -05:00
hardware_pwm_test Initial Release 2021-01-20 10:44:27 -06:00
kitchen_sink Add hardware_exception for setting exception handlers at runtime (#380) 2021-05-05 11:45:39 -05:00
pico_divider_test add PICO_DIVIDER_DISABLE_INTERRUPTS flag which makes PICO_DIVIDER disable interrupts around division rather than using co-operative guards to protect nested use (i.e. within IRQ/exception). Use of this flag can simplify porting of RTOSes but with a different performance profile (#372) 2021-05-04 07:48:07 -05:00
pico_float_test b0 sincos shim was incorrect, causing crash 2021-03-04 21:22:48 -06:00
pico_stdlib_test Initial Release 2021-01-20 10:44:27 -06:00
pico_test Initial Release 2021-01-20 10:44:27 -06:00
pico_time_test hardware_timer: fix race condition whem a new timer being added becomes missed thus obviating the need for an IRQ but there is an IRQ already pending for another timer (#243) 2021-03-10 12:04:04 -06:00
CMakeLists.txt Add basic CMSIS core headers (#384) 2021-05-11 10:47:13 -05:00