mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 13:13:23 +00:00
Add CMake firmware build system.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# List of all the board related files.
|
||||
set(BOARDSRC
|
||||
${CHIBIOS_PORTAPACK}/boards/GSG_HACKRF_ONE/board.c
|
||||
)
|
||||
|
||||
# Required include directories
|
||||
set(BOARDINC
|
||||
${CHIBIOS_PORTAPACK}/boards/GSG_HACKRF_ONE
|
||||
)
|
Reference in New Issue
Block a user