This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread-official
mirror of
https://github.com/RT-Thread/rt-thread.git
Watch
4
Star
0
Fork
You've already forked rt-thread-official
0
Code
Issues
Releases
Wiki
Activity
741346e31a
rt-thread-official
/
bsp
/
stm32f7-disco
/
drivers
/
drv_mpu.h
10 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
[bsp]add the stm32f74x bsp.
2015-08-07 13:30:13 +08:00
#
ifndef __DRV_MPU_H
#
define __DRV_MPU_H
[bsp][stm32f746-Disco] Cleanup code 1. Using RT_USING_COMPONENTS_INIT and RT_USING_USER_MAIN 2. Cleanup code
2015-09-25 15:35:37 +08:00
[bsp]add the stm32f74x bsp.
2015-08-07 13:30:13 +08:00
/* Initialize Cortex M MPU */
[bsp][stm32f746-Disco] Cleanup code 1. Using RT_USING_COMPONENTS_INIT and RT_USING_USER_MAIN 2. Cleanup code
2015-09-25 15:35:37 +08:00
int
mpu_init
(
void
)
;
[bsp]add the stm32f74x bsp.
2015-08-07 13:30:13 +08:00
#
endif