mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-21 14:29:13 +00:00
ChibiOS 2.6.8, until I can figure out where to get it from git.
This commit is contained in:
19
firmware/chibios/os/hal/templates/platform.mk
Executable file
19
firmware/chibios/os/hal/templates/platform.mk
Executable file
@@ -0,0 +1,19 @@
|
||||
# List of all the template platform files.
|
||||
PLATFORMSRC = ${CHIBIOS}/os/hal/templates/hal_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/adc_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/can_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/ext_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/gpt_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/i2c_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/icu_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/mac_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/pal_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/pwm_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/sdc_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/serial_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/spi_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/uart_lld.c \
|
||||
${CHIBIOS}/os/hal/templates/usb_lld.c
|
||||
|
||||
# Required include directories
|
||||
PLATFORMINC = ${CHIBIOS}/os/hal/templates
|
Reference in New Issue
Block a user