From: Toshifumi NISHINAGA
This patch adds 200MHz clock configuration for stm32f746 discovery board.
This patch is based on STM32F4 and emcraft's[1].
[1]: https://github.com/EmcraftSystems/u-boot
Signed-off-by: Toshifumi NISHINAGA
---
arch/arm/include/asm/arch-stm32f7/stm32.h | 46 ++
ar
From: Toshifumi NISHINAGA
This patch adds SDRAM support to boot Linux kernel
for stm32f746 discovery board.
Toshifumi NISHINAGA (3):
stm32: clk: Add 200MHz clock configuration for stm32f746 discovery
board
stm32: Add SDRAM support for stm32f746 discovery board
stm32: Change USART port
From: Toshifumi NISHINAGA
This change is to remove a halt at about 200KiB
while sending a large(1MiB) binary to a micro controller using USART1.
USART1 is connected to a PC via an on-board ST-Link debugger
that also functions as a USB-Serial converter.
However, it seems to loss some data occasion
From: Toshifumi NISHINAGA
This patch adds SDRAM support for stm32f746 discovery board.
This patch depends on previous patch.
This patch is based on STM32F4 and emcraft's[1].
[1]: https://github.com/EmcraftSystems/u-boot
Signed-off-by: Toshifumi NISHINAGA
---
arch/arm/cpu/armv7m/config.mk
4 matches
Mail list logo