Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boards/arm/nucleo_f103rb/nucleo_f103rb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
};

arduino_spi: &spi1 {
status = "okay";
status = "okay";
};

&spi2 {
Expand Down
7 changes: 2 additions & 5 deletions boards/arm/nucleo_f411re/nucleo_f411re_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# enable I2C
CONFIG_I2C=y

# enable pinmux
CONFIG_PINMUX=y

Expand All @@ -38,7 +35,7 @@ CONFIG_CLOCK_STM32_PLL_SRC_HSE=y
# the 8MHz clock signal coming from integrated STLink
CONFIG_CLOCK_STM32_HSE_BYPASS=y

# produce 84MHz clock at PLL output
# produce 96MHz clock at PLL output
CONFIG_CLOCK_STM32_PLL_M_DIVISOR=8
CONFIG_CLOCK_STM32_PLL_N_MULTIPLIER=384
CONFIG_CLOCK_STM32_PLL_P_DIVISOR=4
Expand All @@ -47,4 +44,4 @@ CONFIG_CLOCK_STM32_AHB_PRESCALER=1

# APB1 clock must not exceed 50MHz limit
CONFIG_CLOCK_STM32_APB1_PRESCALER=2
CONFIG_CLOCK_STM32_APB2_PRESCALER=1
CONFIG_CLOCK_STM32_APB2_PRESCALER=1
2 changes: 2 additions & 0 deletions boards/arm/nucleo_wb55rg/pinmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ static const struct pin_config pinconf[] = {
{STM32_PIN_PC1, STM32WBX_PINMUX_FUNC_PC1_I2C3_SDA},
#endif /* CONFIG_I2C_3 */
#ifdef CONFIG_SPI_1
#ifdef CONFIG_SPI_STM32_USE_HW_SS
{STM32_PIN_PA4, STM32WBX_PINMUX_FUNC_PA4_SPI1_NSS},
#endif /* CONFIG_SPI_STM32_USE_HW_SS */
{STM32_PIN_PA5, STM32WBX_PINMUX_FUNC_PA5_SPI1_SCK},
{STM32_PIN_PA6, STM32WBX_PINMUX_FUNC_PA6_SPI1_MISO},
{STM32_PIN_PA7, STM32WBX_PINMUX_FUNC_PA7_SPI1_MOSI},
Expand Down
2 changes: 1 addition & 1 deletion boards/arm/stm32h747i_disco/pinmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <sys_io.h>

#include <pinmux/stm32/pinmux_stm32.h>
Expand Down
1 change: 1 addition & 0 deletions boards/arm/stm32h747i_disco/stm32h747i_disco.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
joy_left: joystick_left {
label = "joystick left";
gpios = <&gpiok 4 GPIO_INT_ACTIVE_LOW>;
status = "disabled";
};
joy_right: joystick_right {
label = "joystick right";
Expand Down
1 change: 1 addition & 0 deletions boards/arm/stm32h747i_disco/stm32h747i_disco_m4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ testing:
ignore_tags:
- mpu
- nfc
- net