f731763211
board: nucleo-l152re: Added registering logic I2C on /dev. squash 5 commits board: nucleo-l152re: Add missing I2C1 GPIO definition I2C1 not worked due to it's GPIO pin definition has been missing on board.h. Fix it through include two pin macros on stm32l15xxx_pinmap.h(arch/arm/src/stm32/hardware) to board.h GPIO_I2C1_SCL => PB8 (CN5 pin 10, D15) GPIO_I2C1_SDA => PB9 (CN5 pin 9, D14) Added board_late_initialize() function for init I2C. board: nucleo-l152re: Added registering logic I2C on /dev. I2C1 hasn't been registered on /dev. Fix it. board: nucleo-l152re: Fix code style. Update board.h board: nucleo-l152re: Fix code style. Variables starting with symbol '"g_*" means it is a global variable, I think this is not the case here. Fix code style |
||
---|---|---|
.. | ||
configs | ||
include | ||
scripts | ||
src | ||
Kconfig | ||
README.txt |
Nucleo-64 Boards ================ The Nucleo-L152RE is a member of the Nucleo-64 board family. The Nucleo-64 is a standard board for use with several STM32 parts in the LQFP64 package. Variants include Order code Targeted STM32 ------------- -------------- NUCLEO-F030R8 STM32F030R8T6 NUCLEO-F070RB STM32F070RBT6 NUCLEO-F072RB STM32F072RBT6 NUCLEO-F091RC STM32F091RCT6 NUCLEO-F103RB STM32F103RBT6 NUCLEO-F302R8 STM32F302R8T6 NUCLEO-F303RE STM32F303RET6 NUCLEO-F334R8 STM32F334R8T6 NUCLEO-F401RE STM32F401RET6 NUCLEO-F410RB STM32F410RBT6 NUCLEO-F411RE STM32F411RET6 NUCLEO-F446RE STM32F446RET6 NUCLEO-L053R8 STM32L053R8T6 NUCLEO-L073RZ STM32L073RZT6 NUCLEO-L152RE STM32L152RET6 NUCLEO-L452RE STM32L452RET6 NUCLEO-L476RG STM32L476RGT6