This website requires JavaScript.
Explore
Help
Register
Sign In
abawo
/
pico-sdk
Watch
3
Star
0
Fork
0
You've already forked pico-sdk
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
54c78bf985
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