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
399281beb8
zephyr
/
ext
/
hal
/
st
/
CMakeLists.txt
3 lines
100 B
CMake
Raw
Normal View
History
Unescape
Escape
ext: enable st/lib compilation This commit modify the ext/ build system to add the ST Microelectronics libraries. Signed-off-by: Vincent Veron <vincent.veron@st.com>
2017-11-06 17:58:35 +08:00
add_subdirectory_ifdef
(
CONFIG_HAS_STM32CUBE
stm32cube
)
add_subdirectory_ifdef
(
CONFIG_HAS_STLIB
lib
)