Skip to content

Commit f61850f

Browse files
committed
[bsp][stm32] Add LXB407ZGT6-P1 board support
Add BSP support for the LXB407ZGT6-P1 development board from Lu Xiao Ban (LXB), based on the STM32F407ZGT6 (Cortex-M4, 168MHz). - MCU: STM32F407ZGT6, 1MB FLASH, 192KB RAM - HSE 8MHz / LSE 32.768kHz, SYSCLK 168MHz - LED: PC13 (active low) - Console: USART1 (PA9/PA10), 115200-8-1-N
1 parent 5d19f81 commit f61850f

42 files changed

Lines changed: 17236 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
devices.soft_i2c:
2+
kconfig:
3+
- CONFIG_RT_USING_I2C=y
4+
- CONFIG_RT_USING_SOFT_I2C=y
5+
- CONFIG_RT_USING_SOFT_I2C1=y
6+
- CONFIG_RT_SOFT_I2C1_SCL_PIN=24
7+
- CONFIG_RT_SOFT_I2C1_SDA_PIN=25
8+
- CONFIG_RT_SOFT_I2C1_BUS_NAME="swi2c1"
9+
- CONFIG_RT_USING_SOFT_I2C2=y
10+
- CONFIG_RT_SOFT_I2C2_SCL_PIN=16
11+
- CONFIG_RT_SOFT_I2C2_SDA_PIN=91
12+
- CONFIG_RT_SOFT_I2C2_BUS_NAME="swi2c2"

0 commit comments

Comments
 (0)