mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Work in progress on the LPC1766 port.
This commit is contained in:
parent
a9a108a751
commit
6003973d5e
11 changed files with 742 additions and 453 deletions
|
@ -52,7 +52,7 @@
|
|||
RM := rm -rf
|
||||
|
||||
# Set the optimisation level - this should be set to 0, 1, 2, 3 or s (s for size).
|
||||
OPTIM=0
|
||||
OPTIM=1
|
||||
|
||||
# Set the debug level
|
||||
DEBUG=-g3
|
||||
|
@ -118,6 +118,7 @@ Demo_OBJS= $(OUTPUT_DIR)/main.o \
|
|||
$(OUTPUT_DIR)/blocktim.o \
|
||||
$(OUTPUT_DIR)/printf-stdarg.o \
|
||||
$(OUTPUT_DIR)/cr_startup_nxp_cm3.o \
|
||||
$(OUTPUT_DIR)/LED.o \
|
||||
$(OUTPUT_DIR)/syscalls.o # This is just a dummy.
|
||||
|
||||
# The TCP/IP and WEB server files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue