Initial work on Proton-C board definition.
This commit is contained in:
parent
488bcc4656
commit
7614e7e52b
9 changed files with 239 additions and 0 deletions
7
app/boards/arm/proton_c/CMakeLists.txt
Normal file
7
app/boards/arm/proton_c/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
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