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
f502da5b08
zephyr
/
soc
/
arm
/
st_stm32
/
common
/
CMakeLists.txt
3 lines
87 B
CMake
Raw
Normal View
History
Unescape
Escape
arch: stm32: Remove STM32_ARM_MPU_ENABLE option. The STM32_ARM_MPU_ENABLE option is just selecting ARM_MPU option, which could be also controlled through menuconfig. This commit removes the STM32_ARM_MPU_ENABLE option and replaces its usage by ARM_MPU option. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2018-08-09 18:01:21 +08:00
zephyr_sources_ifdef
(
CONFIG_ARM_MPU
arm_mpu_regions.c
)
arch/soc/st_stm32: Move STM32Cube HAL core funtions STM32Cube HAL core initialization functions HAL_GetTick() and HAL_Delay() are implemented in all STM32 series. This patch moves these functions in file stm32cube_hal.c under "common" folder to reduce code duplication. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
2018-05-12 23:50:44 +08:00
zephyr_sources
(
stm32cube_hal.c
)