Open pamolloy opened 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:
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.
PLATFORM
no-OS doesn't seem to support Mbed builds automatically, just STM32. A check for the hardware platform currently fails in
generic_variables.mk
:That means that the
PLATFORM
variable needs to be set in each project.