pico-sdk/test
Graham Sanderson 574fdee37b
Fixup divider save_restore for floating point too; improve tests (#405)
- The divider state needs to be saved for __aeabi_ddiv, __aeabi_fdiv, __aeabi_dtan and __aeabi_ftan or they won't work in interrupts *(probably not used much youd hope), or on an RTOS context switch
 - Refactored code out for the integer and floating point cases
 - Improved the floating point 'tests' in passing to check more return values against GCC implementations
 - Added floating point usage to the IRQ nesting test case
2021-05-13 07:38:42 -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 Fixup divider save_restore for floating point too; improve tests (#405) 2021-05-13 07:38:42 -05:00
pico_float_test Fixup divider save_restore for floating point too; improve tests (#405) 2021-05-13 07:38:42 -05: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