- Support for the Raspberry Pi Pico microcontroller board, which is based on the RP2040 MCU containing two M0+ cores.
- Support for dual-core or otherwise multicore MCUs
Currently, at least to my knowledge, when you compile and run Mbed on a multicore MCU (such as the STM32H7 family, which is supported) you upload to one core. You can upload to the other core but you have to compile a different project and upload it using another method.
I’m not a hardware guy - I use Mbed to implement IoT systems and perform ML experiments. However, if there’s any way I could help get this started, just point me to it and I’ll do my best to create a PR. Right now I have no idea where to start.