This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
pico-sdk
Watch
1
Star
0
Fork
You've already forked pico-sdk
0
mirror of
https://github.com/raspberrypi/pico-sdk.git
synced
2025-12-10 07:14:36 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b05d863428
pico-sdk
/
test
/
pico_divider_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
..
CMakeLists.txt
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_divider_nesting_test.c
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_divider_test.c
Fix SDK to build cleanly if PICO_DEFAULT_UART isn't defined (
#223
)
2021-03-04 21:22:48 -06:00