2025-02-11 21:18:07 +07:00
|
|
|
RTOS = freertos
|
2024-04-27 21:44:25 +02:00
|
|
|
include ../../build_system/make/make.mk
|
2022-03-07 21:30:33 +01:00
|
|
|
|
|
|
|
INC += \
|
|
|
|
src \
|
|
|
|
$(TOP)/hw \
|
2024-04-27 21:44:25 +02:00
|
|
|
|
2022-03-07 21:30:33 +01:00
|
|
|
# Example source
|
|
|
|
EXAMPLE_SOURCE = \
|
|
|
|
src/main.c \
|
|
|
|
src/usb_descriptors.c
|
|
|
|
|
|
|
|
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
|
|
|
|
|
2024-04-28 00:40:36 +02:00
|
|
|
include ../../build_system/make/rules.mk
|