[example] JF_01 & JF_02

This commit is contained in:
Roy_01
2026-03-20 14:56:43 +08:00
parent 8f5bffe7cf
commit f53cc9df17
22 changed files with 1722 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#
# component Makefile
#
C_SOURCES += \
$(srctree)/$(PROJ)/src/isr.c \
$(srctree)/$(PROJ)/src/main.c
C_INCLUDES += -I$(srctree)/$(PROJ)/inc
LIBS +=
CFLAGS +=
LDFLAGS +=
LIBDIR +=