mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-12 01:21:54 +00:00
ChibiOS 2.6.8, until I can figure out where to get it from git.
This commit is contained in:
9
firmware/chibios/os/hal/platforms/LPC13xx/platform.mk
Executable file
9
firmware/chibios/os/hal/platforms/LPC13xx/platform.mk
Executable file
@@ -0,0 +1,9 @@
|
||||
# List of all the LPC13xx platform files.
|
||||
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC13xx/hal_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/LPC13xx/gpt_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/LPC13xx/pal_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/LPC13xx/serial_lld.c \
|
||||
${CHIBIOS}/os/hal/platforms/LPC13xx/spi_lld.c
|
||||
|
||||
# Required include directories
|
||||
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC13xx
|
||||
Reference in New Issue
Block a user