mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-06 03:15:30 +00:00
16 lines
250 B
Makefile
16 lines
250 B
Makefile
RTOS = freertos
|
|
include ../../../hw/bsp/family_support.mk
|
|
|
|
INC += \
|
|
src \
|
|
|
|
|
|
# Example source
|
|
EXAMPLE_SOURCE = \
|
|
src/main.c \
|
|
src/usb_descriptors.c
|
|
|
|
SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE))
|
|
|
|
include ../../../hw/bsp/family_rules.mk
|