forked from kofal.net/zmk
feat(board): add puchi_ble_v1 to boards
* feat(board): Add Puchi-BLE v1 board
This commit is contained in:
6
app/boards/arm/puchi_ble/CMakeLists.txt
Normal file
6
app/boards/arm/puchi_ble/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
if(CONFIG_PINMUX)
|
||||
zephyr_library()
|
||||
zephyr_library_sources(pinmux.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
endif()
|
||||
Reference in New Issue
Block a user