Skip to content

Commit 58f43e4

Browse files
committed
[bsp] [stm32] 添加鹿小班STM32H723开发板的BSP
1 parent 0cf096e commit 58f43e4

33 files changed

+8820
-0
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
"stm32/stm32h563-st-nucleo",
196196
"stm32/stm32h503-st-nucleo",
197197
"stm32/stm32h723-st-nucleo",
198+
"stm32/stm32h723-lxb-disco",
198199
"stm32/stm32h730-esphosted-evb",
199200
"stm32/stm32h743-armfly-v7",
200201
"stm32/stm32h743-atk-apollo",

bsp/stm32/libraries/HAL_Drivers/drivers/config/h7/uart_config.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,17 @@ extern "C" {
145145
#endif /* UART5_DMA_RX_CONFIG */
146146
#endif /* BSP_UART5_RX_USING_DMA */
147147

148+
#if defined(BSP_USING_LPUART1)
149+
#ifndef LPUART1_CONFIG
150+
#define LPUART1_CONFIG \
151+
{ \
152+
.name = "hlpuart1", \
153+
.Instance = LPUART1, \
154+
.irq_type = LPUART1_IRQn, \
155+
}
156+
#endif /* LPUART1_CONFIG */
157+
#endif /* BSP_USING_LPUART1 */
158+
148159
#ifdef __cplusplus
149160
}
150161
#endif

0 commit comments

Comments
 (0)