Sign in
pigweed
/
third_party
/
github
/
hathach
/
tinyusb
/
dfd197ff0c83a01ac55a99b85f2e8f3794ea0a47
/
.
/
examples
/
device
/
hid_composite_freertos
/
Makefile
blob: 3c421af747d97f5acc765b7ea7dfca63758bc4e3 [
file
]
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