New Arduino MBED core release Version 2.0.0

Arduino MBED core version 2.0.0 is out, this is different from the new Arduino IDE version 2.0.0.

The mbed core has a strange install where the multi one is deprecated already. For the protenta you install your own version. The Nano 33 Ble and RP2040 have their own core and the RPI pico has it’s own.

The deprecated multi core version 2.0.0 does work for my Machine learning code, but not for Edge Impulse. While the individual mbed core version 2.0.0 for the Portenta works on my ubuntu machine, but fails on my windows machine.

The error I get is

arm-none-eabi-gcc: error: CreateProcess: No such file or directory

See issue filed here