2025-02-11 21:18:07 +07:00
|
|
|
RTOS = freertos
|
2024-11-21 17:49:38 +07:00
|
|
|
include ../../build_system/make/make.mk
|
|
|
|
|
|
|
|
INC += \
|
2024-11-21 18:44:17 +07:00
|
|
|
src \
|
|
|
|
$(TOP)/hw \
|
2024-11-21 17:49:38 +07:00
|
|
|
|
|
|
|
# Example source
|
|
|
|
EXAMPLE_SOURCE += \
|
|
|
|
src/main.c \
|
|
|
|
src/usb_descriptors.c \
|
|
|
|
|
|
|
|
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
|
|
|
|
|
|
|
|
include ../../build_system/make/rules.mk
|