feat(board): add puchi_ble_v1 to boards
* feat(board): Add Puchi-BLE v1 board
This commit is contained in:
parent
ce7a0e2b6c
commit
41bfc56e13
11 changed files with 309 additions and 0 deletions
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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue