MAKAO BUILD ENGINE  2.3.0
 All Groups Pages
TARGET_DEVICE

This variable is mandatory. It specifies the target device. For example:

TARGET_DEVICE = x86

will generate code for the x86 processor (no cross-compilation)

TARGET_DEVICE = stm32f103rbt

will generate code for a STM32F10x family microcontroller chip

Currently supported microcontroller families are:

The TARGET_DEVICE definition is parsed in the device.mak file. Based on this definition the MAKAO engine will try to deduce the right toolchain for the build, the default programming tool and some other default settings.