This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
751025957a
zephyr
/
boards
/
arm
/
stm32f723e_disco
/
board.cmake
4 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
license: cleanup: add SPDX Apache-2.0 license identifier Update the files which contain no license information with the 'Apache-2.0' SPDX license identifier. Many source files in the tree are missing licensing information, which makes it harder for compliance tools to determine the correct license. By default all files without license information are under the default license of Zephyr, which is Apache version 2. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-04-06 21:08:09 +08:00
# SPDX-License-Identifier: Apache-2.0
boards: arm: stm32: basic support for STM32F723E-DISCO board This patch adds basic support and documentation for the STM32F723E-DISCO board, with GPIO, USART, I2C and USB support. Two USARTs are enabled, the VCP one for the console and the Arduino one. The GPIOs are configured for the 3 LEDs and the button available on the board. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-06-29 03:52:42 +08:00
include
(
${
ZEPHYR_BASE
}
/boards/common/openocd.board.cmake
)