micropython/ports
Oliver Joos 230bbbbdf5 stm32/boards/NUCLEO_H7x3: Add UART1, remove UART5, slow down PLL1Q.
STM32CubeMX shows a conflict of UART5 with ETH MII.
However UART1 can be used with TX and RX on the pin headers.

PLL1Q is reduced from 200 to 100 MHz because it may be used for FDCAN
or SDMMC. FDCAN needs <= 150 MHz, and 100 MHz is enough for an SDCard
connected to pin headers to work reliably.

Signed-off-by: Oliver Joos <oliver.joos@hispeed.ch>
2026-01-14 17:08:08 +11:00
..
alif alif/boards/OPENMV_AE3: Make JTAG pins controllable as GPIOs. 2026-01-04 17:06:19 +11:00
bare-arm all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
cc3200 cc3200/mods/pybpin: Reduce footprint of AF pin structures. 2026-01-04 11:48:11 +11:00
embed all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
esp32 esp32/modesp32: Update available RTC pins for ESP32C6. 2026-01-13 14:45:10 +11:00
esp8266 esp8266/modesp: Allocate executable memory when needed. 2025-12-26 11:49:48 +01:00
mimxrt all: Fix spelling of Micropython -> MicroPython. 2026-01-13 12:51:31 +11:00
minimal all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
nrf nrf/modules/machine/pin: Reduce footprint of pin structures. 2026-01-04 11:48:11 +11:00
pic16bit all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
powerpc all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
qemu qemu: Enable loading natmods on RV64. 2026-01-01 16:35:02 +01:00
renesas-ra renesas-ra/boards/ARDUINO_PORTENTA_C33: Increase TinyUSB queue size. 2026-01-04 17:17:13 +11:00
rp2 rp2/machine_pin: Reduce footprint of pin structures. 2026-01-04 11:48:11 +11:00
samd samd/pin_af: Reduce footprint of pin structures. 2026-01-04 11:48:11 +11:00
stm32 stm32/boards/NUCLEO_H7x3: Add UART1, remove UART5, slow down PLL1Q. 2026-01-14 17:08:08 +11:00
unix unix/mpconfigport: Enable natmod loading for RISC-V builds. 2026-01-01 16:35:23 +01:00
webassembly all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
windows unix: Enable exit code handling for sys.exit(). 2025-11-22 00:06:59 +11:00
zephyr all: Fix spelling of Micropython -> MicroPython. 2026-01-13 12:51:31 +11:00