This website requires JavaScript.
Explore
Help
Sign In
mirror
/
pico-sdk
Watch
1
Star
0
Fork
0
You've already forked pico-sdk
mirror of
https://github.com/raspberrypi/pico-sdk.git
synced
2025-02-06 03:40:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pico-sdk
/
test
History
Graham Sanderson
6796faf0d5
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
..
hardware_pwm_test
Initial Release
2021-01-20 10:44:27 -06:00
kitchen_sink
Make kitchen_sink check param assertions, and include all headers - fix sign-compare warnings (
#316
)
2021-04-06 20:50:26 -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
Initial Release
2021-01-20 10:44:27 -06:00