mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
First task starting - woohoo!
This commit is contained in:
parent
78d3b371fd
commit
3f2375c020
4 changed files with 4 additions and 2047 deletions
|
@ -28,7 +28,7 @@ OBJS = $(OUTPUT_DIR)/portasm.o \
|
|||
$(OUTPUT_DIR)/tasks.o \
|
||||
$(OUTPUT_DIR)/queue.o \
|
||||
$(OUTPUT_DIR)/heap_2.o \
|
||||
$(OUTPUT_DIR)/FreeRTOS_Timer.o
|
||||
$(OUTPUT_DIR)/FreeRTOS_Tick_Setup.o
|
||||
|
||||
C_DEPS = $(OBJS:.o=.d)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue