Initial work on Proton-C board definition.

This commit is contained in:
Pete Johanson
2020-06-11 23:37:47 -04:00
parent 488bcc4656
commit 7614e7e52b
9 changed files with 239 additions and 0 deletions

View 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()