earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.92k stars 402 forks source link

Disable IRQs when FreeRTOS task switching disabled #2155

Closed earlephilhower closed 3 months ago

earlephilhower commented 3 months ago

Avoids crash seen in #2132

earlephilhower commented 3 months ago

@jeronimusii, can you give this a try and report back? Note that you'll need to update the FreeRTOS library submodule after pulling to get the change.