Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame^] | 1 | require conf/distro/xilinx-standalone.inc |
2 | |||||
3 | DISTRO_NAME_append = " (freertos)" | ||||
4 | |||||
5 | XLNX_CMAKE_SYSTEM_NAME = "FreeRTOS" | ||||
6 | |||||
7 | # We need to pass FREERTOS_BSP compliler flag it is consumed | ||||
8 | # esw components. | ||||
9 | ESW_CFLAGS += " -DFREERTOS_BSP" |