Damien George
6515acca70
stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK.
5-pin JTAG and 2-pin SWD are logically separate interfaces so encode them
in the AF tables as separate entries (separated by /, not -).
7 years ago
Damien George
8f20231909
stm32/boards/stm32f767_af.csv: Update AF table based on datasheet.
Based on ST datasheet, DocID029041 Rev 3, DM00273119.pdf.
7 years ago
Damien George
6906255dcd
stm32/boards: Remove obsolete and unused board-specific defines.
These board-level macros have been completely replaced by feature-level
config options.
7 years ago
Jaroslav Sykora
3e9e9b07ba
stm32/boards: Add support for NUCLEO-F746ZG evaluation board.
This is a low-cost evaluation kit board from ST based on the STM32
Nucleo-144 form factor. It uses the STM32F746ZG MCU in the LQFP144
package. The MCU has 1MB of flash and 320kB of System RAM.
Cortex-M7 runs at up to 216MHz.
7 years ago
Damien George
bbac2df0cf
stm32/boards/stm32f746_af.csv: Fix typos in AF table.
7 years ago
Damien George
2cafef857e
stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working.
At the original frequency of 90MHz there's no way to get a 48MHz USB clock.
These new setting mirror those of the STM32F429DISC board.
7 years ago
Damien George
6f1a615427
stm32/boards: Fix typos in stm32f767_af.csv table.
7 years ago
Tobias Badertscher
bd71b3252a
stm32/boards: Add new board B_L475E_IOT01A based on STM32L475.
7 years ago
Damien George
069fc48bf6
stm32/boards: Fix I2C1 pin mapping on NUCLEO_F401RE/F411RE boards.
This patch makes it consistent with the STM document describing the Arduino
layout.
Thanks to @shaoziyang for the original patch.
7 years ago
Damien George
21c889baeb
stm32/boards: Change linker scripts to use "K" instead of hex byte size.
7 years ago
Damien George
81375eb470
stm32/boards: Change remaining stm32f4xx_hal_conf.h to unix line ending.
7 years ago
Damien George
4a93801c12
all: Update Makefiles and others to build with new ports/ dir layout.
Also renames "stmhal" to "stm32" in documentation and everywhere else.
7 years ago
Damien George
01dd7804b8
ports: Make new ports/ sub-directory and move all ports there.
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
7 years ago