File tree Expand file tree Collapse file tree 13 files changed +35
-11
lines changed Expand file tree Collapse file tree 13 files changed +35
-11
lines changed Original file line number Diff line number Diff line change 4949#define UART_PORT LPUART1
5050#define UART_CLK_ROOT BOARD_BOOTCLOCKRUN_UART_CLK_ROOT
5151
52+ static inline void BOARD_ConfigMPU (void ) {
53+ }
54+
5255#endif
Original file line number Diff line number Diff line change 4949#define UART_PORT LPUART1
5050#define UART_CLK_ROOT BOARD_BOOTCLOCKRUN_UART_CLK_ROOT
5151
52+ static inline void BOARD_ConfigMPU (void ) {
53+ }
54+
5255#endif
Original file line number Diff line number Diff line change 4949#define UART_PORT LPUART1
5050#define UART_CLK_ROOT BOARD_BOOTCLOCKRUN_UART_CLK_ROOT
5151
52+ static inline void BOARD_ConfigMPU (void ) {
53+ }
54+
5255#endif
Original file line number Diff line number Diff line change 5353#define UART_RX_PINMUX IOMUXC_GPIO_AD_B0_07_LPUART1_RX
5454#define UART_TX_PINMUX IOMUXC_GPIO_AD_B0_06_LPUART1_TX
5555
56+ static inline void BOARD_ConfigMPU (void ) {
57+ }
58+
5659#endif
Original file line number Diff line number Diff line change 4949#define UART_PORT LPUART1
5050#define UART_CLK_ROOT BOARD_BOOTCLOCKRUN_UART_CLK_ROOT
5151
52+ static inline void BOARD_ConfigMPU (void ) {
53+ }
54+
5255#endif
Original file line number Diff line number Diff line change 5050#define UART_PORT LPUART1
5151#define UART_CLK_ROOT BOARD_BOOTCLOCKRUN_UART_CLK_ROOT
5252
53+ static inline void BOARD_ConfigMPU (void ) {
54+ }
55+
5356#endif
Original file line number Diff line number Diff line change 4949#define UART_PORT LPUART1
5050#define UART_CLK_ROOT BOARD_BOOTCLOCKRUN_UART_CLK_ROOT
5151
52+ static inline void BOARD_ConfigMPU (void ) {
53+ }
54+
5255#endif
Original file line number Diff line number Diff line change 4949#define UART_PORT LPUART1
5050#define UART_CLK_ROOT BOARD_BOOTCLOCKRUN_UART_CLK_ROOT
5151
52+ static inline void BOARD_ConfigMPU (void ) {
53+ }
54+
5255#endif
Original file line number Diff line number Diff line change 4949#define UART_PORT LPUART1
5050#define UART_CLK_ROOT BOARD_BOOTCLOCKRUN_UART_CLK_ROOT
5151
52+ static inline void BOARD_ConfigMPU (void ) {
53+ }
54+
5255#endif
Original file line number Diff line number Diff line change 4949#define UART_PORT LPUART1
5050#define UART_CLK_ROOT BOARD_BOOTCLOCKRUN_LPUART10_CLK_ROOT
5151
52- // Additional board init for MPU configuration
53- #define BOARD_INIT_2 1
54-
5552//--------------------------------------------------------------------
5653// MPU configuration
5754//--------------------------------------------------------------------
5855#if __CORTEX_M == 7
59- static void BOARD_ConfigMPU (void ) {
56+ static inline void BOARD_ConfigMPU (void ) {
6057 #if defined(__CC_ARM ) || defined(__ARMCC_VERSION )
6158 extern uint32_t Image$$RW_m_ncache$$Base [];
6259 /* RW_m_ncache_unused is a auxiliary region which is used to get the whole size of noncache section */
@@ -434,8 +431,5 @@ static void BOARD_ConfigMPU(void) {
434431}
435432#endif
436433
437- static void board_init2 () {
438- BOARD_ConfigMPU ();
439- }
440434
441435#endif
You can’t perform that action at this time.
0 commit comments