Added board definitions for nucleo_f756zg. Features include gpio, pinmux, uart (ST Zio, ST-Link and Arduino Uno v3 interfaces). Added basic documentation and some soc definitions for the stm32 f756XX soc. Signed-off-by: AJ Palmer <ajpcode@hotmail.com>
3 lines
109 B
CMake
3 lines
109 B
CMake
zephyr_library()
|
|
zephyr_library_sources(pinmux.c)
|
|
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|