mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Basic demo up and running.
This commit is contained in:
parent
4953c7d030
commit
5ff84b9869
4 changed files with 99 additions and 17 deletions
|
@ -13,6 +13,7 @@ VPATH=$(FREERTOS_SOURCE_DIR) : $(PORT_SOURCE_DIR) : $(COMMON_DEMO_CODE_DIR) : $(
|
|||
|
||||
OBJS = $(OUTPUT_DIR)/portasm.o \
|
||||
$(OUTPUT_DIR)/main.o \
|
||||
$(OUTPUT_DIR)/flash.o \
|
||||
$(OUTPUT_DIR)/ParTest.o \
|
||||
$(OUTPUT_DIR)/BlockQ.o \
|
||||
$(OUTPUT_DIR)/blocktim.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue