Raspberry Pi Pico with FreeRTOS

FreeRTOS on Raspberry Pi Pico?

After spending many hours trying to get coreMQTT to work with lwIP and BearSSL, I finally gave up. The problem was incompatible APIs. coreMQTT doesn’t really work with asynchronous functions (sending N bytes and being told that M have been sent via an asynchronous callback).

Read more →