Hi,
I am trying to use mbed-cli to compile a program for the ODIN-W2 module.
This example says you can use the ODIN-W2: wifi example github
I have followed the steps without issue, until I reach this command:
mbed compile -t GCC_ARM -m UBLOX_EVK_ODIN_W2
Then I get this error:
argument -m/–mcu: UBLOX_EVK_ODIN_W2 is not a supported MCU. Supported MCUs are:
Followed by a list of supported targets.
How do I use the ODIN-W2 with mbed-cli?
OR
How do I add this board as a target?
Thanks for you help!