2023-03-15 05:59:44 -03:00
|
|
|
# Firmware suitable for flashing into a CubeOrangePlus to experience Simulation-on-Hardware
|
|
|
|
|
|
|
|
include ../CubeOrangePlus/hwdef.dat
|
|
|
|
include ../include/SimOnHW.inc
|
|
|
|
|
2023-10-12 20:11:19 -03:00
|
|
|
undef INS_AUX_INSTANCES
|
|
|
|
define INS_AUX_INSTANCES 0
|
|
|
|
|
2023-03-15 05:59:44 -03:00
|
|
|
# short board name override (23 chars)
|
|
|
|
define CHIBIOS_SHORT_BOARD_NAME "CubeOrange+SimOnHW"
|
|
|
|
|
2023-08-10 05:56:59 -03:00
|
|
|
# bootloader embedding / bootloader flashing not available
|
|
|
|
define AP_BOOTLOADER_FLASHING_ENABLED 0
|
|
|
|
|
2023-03-15 05:59:44 -03:00
|
|
|
AUTOBUILD_TARGETS Copter
|