earlephilhower / pico-quick-toolchain

GCC Cross-compiler chain for Raspberry Pi Pico
35 stars 6 forks source link

Enable retargetable locks in newlib, fix multicore #13

Closed earlephilhower closed 2 years ago

earlephilhower commented 2 years ago

Newlib allows for stubs for protecting critical sections. Enable them and allow them to be overridden by the end user (to support SDK or FreeRTOS mutexes).