zephyr/arch/arm/soc/st_stm32/stm32f3
Erwin Rol cf7765327b arch: arm: stm32: f3/f4/l4: write output speed to hardware register
The ouput speed of the gpio pins passed via the 'conf' argument was
ignored, causing the speed to always be in its reset state (lowest
possible speed for most pins). This was causing problems for pins that
actually need a speed faster than the default, like the ethernet
controller pins.

Combined with the correct pinmux configuration this fixes problems
of the olimex_stm32_e407 board not being able to send ethernet data.

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
2017-08-02 12:28:11 -05:00
..
Kconfig.defconfig.series arm: dts: st: Convert STM32F3 based boards to dts 2017-04-14 05:56:53 -05:00
Kconfig.defconfig.stm32f303xc arm: dts: st: Convert STM32F3 based boards to dts 2017-04-14 05:56:53 -05:00
Kconfig.defconfig.stm32f334x8 arm: dts: st: Convert STM32F3 based boards to dts 2017-04-14 05:56:53 -05:00
Kconfig.defconfig.stm32f373xc arm: dts: st: Convert STM32F3 based boards to dts 2017-04-14 05:56:53 -05:00
Kconfig.series i2c: stm32: Cleanup how we enable the specific I2C driver 2017-07-05 11:33:08 -05:00
Kconfig.soc arm: soc: stm32: f3: add MPU capability 2017-06-23 15:05:10 -05:00
Makefile arch: arm: stm32f3: Rework pinmux handler 2017-07-26 15:16:52 -05:00
flash_registers.h arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
gpio_registers.h arch: arm: stm32f3: Rework pinmux handler 2017-07-26 15:16:52 -05:00
linker.ld
soc.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
soc.h stm32cube: build stm32xxx_ll_spi if CONFIG_SPI 2017-07-01 08:36:51 -04:00
soc_gpio.c arch: arm: stm32: f3/f4/l4: write output speed to hardware register 2017-08-02 12:28:11 -05:00
soc_irq.h
soc_registers.h