| 1234567891011121314 |
- C_SRCDIRS += $(NUCLEI_SDK_RTOS)/Source $(NUCLEI_SDK_RTOS)/Source/portable/GCC
- # heap management selection, choose 1 from the portable/MemMang/heap_*.c
- C_SRCS += $(NUCLEI_SDK_RTOS)/Source/portable/MemMang/heap_4.c
- C_SRCS += $(NUCLEI_SDK_RTOS)/Source/portable/port.c
- ASM_SRCDIRS += $(NUCLEI_SDK_RTOS)/Source/portable/GCC
- INCDIRS += $(NUCLEI_SDK_RTOS)/Source/include \
- $(NUCLEI_SDK_RTOS)/Source/portable
- # Enable SMP FreeRTOS support when SMP is defined
- ifneq ($(SMP),)
- COMMON_FLAGS += -DconfigNUMBER_OF_CORES=$(SMP)
- endif
|