pico-sdk/test
Graham Sanderson 7f7232541a
switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295)
* switch all .S files to unified asm, and use a new macro `pico_default_asm_setup` to setup compiler to help porting to other compilers. Also some minor tweaks:
* switch some code to use more recent helper methods (e.g. busy_wait_at_least_n_cycles)
* add documentation to host divider header (I had this ages ago and never promoted)
* fixup erroneous docs about 32p32 values in all divider headers
* fix some compiler warnings
* rename recently added `unified_asm` macro to `pico_default_asm`
2023-03-09 17:40:20 -06:00
..
cmsis_test Add basic CMSIS core headers (#384) 2021-05-11 10:47:13 -05:00
hardware_irq_test Fix bug in irq_remove_shared_handler and add test #823 (#825) 2022-05-16 13:44:15 -05:00
hardware_pwm_test Fix function-names reported by hardware_pwm_test (#736) 2022-03-22 17:49:17 -05:00
kitchen_sink switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295) 2023-03-09 17:40:20 -06:00
pico_divider_test switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295) 2023-03-09 17:40:20 -06:00
pico_float_test switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295) 2023-03-09 17:40:20 -06:00
pico_sem_test Add sem_try_acquire(). Fixes #846 (#856) 2022-06-08 13:23:36 -05:00
pico_stdio_test stdio hardening + new mutex API (#1224) 2023-02-06 16:27:39 -06:00
pico_stdlib_test cleanup pico_stdlib_test. add actual check for __builtin bitops (#821) 2022-05-10 13:56:48 -05:00
pico_test Initial Release 2021-01-20 10:44:27 -06:00
pico_time_test pairing heap free link list gets orphaned when fully depleted (#1120) (#1121) 2022-12-08 11:14:53 -06:00
CMakeLists.txt stdio hardening + new mutex API (#1224) 2023-02-06 16:27:39 -06:00