This website requires JavaScript.
Explore
Help
Sign In
chinky
/
rtt-f030
Watch
1
Star
0
Fork
You've already forked rtt-f030
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
119da5b035
rtt-f030
/
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