kernel: preemptive and cooperative scheduler refactoring.
[bertos.git] / examples / lpc2378 / lpc2378.mk
index 50532020dc30538bfceefe851f27dcea24257bba..59ec1cb647b7c490a49fe6c3c7a1b98a68ae1d01 100644 (file)
@@ -16,8 +16,15 @@ lpc2378_PROGRAMMER_PORT = none
 lpc2378_USER_CSRC = \
        examples/lpc2378/main.c \
        bertos/drv/timer.c \
+       bertos/drv/timer_test.c \
        bertos/cpu/arm/drv/vic_lpc2.c \
        bertos/cpu/arm/drv/timer_lpc2.c \
+       bertos/mware/event.c \
+       bertos/kern/proc.c \
+       bertos/kern/proc_test.c \
+       bertos/kern/monitor.c \
+       bertos/mware/sprintf.c \
+       bertos/struct/heap.c \
        #
 
 # Files included by the user.
@@ -26,6 +33,7 @@ lpc2378_USER_PCSRC = \
 
 # Files included by the user.
 lpc2378_USER_CPPASRC = \
+       bertos/cpu/arm/hw/switch_ctx_arm.S \
        #
 
 # Files included by the user.