analogdevicesinc / precision-converters-firmware

Precision Converters Embedded Firmware Repository
https://analogdevicesinc.github.io/precision-converters-firmware/
Apache License 2.0
16 stars 18 forks source link

Support Mbed builds in no-OS #15

Open pamolloy opened 1 year ago

pamolloy commented 1 year ago

no-OS doesn't seem to support Mbed builds automatically, just STM32. A check for the hardware platform currently fails in generic_variables.mk:

 /home/runner/work/precision-converters-firmware/precision-converters-firmware/libraries/no-OS/tools/scripts/generic_variables.mk:59: *** No HARDWARE found.  Stop.

That means that the PLATFORM variable needs to be set in each project.