nuttx-update/arch
stbenn caaee545b1 arch/stm32h5: Simplify PLL configuration.
The PLL clock configuration was simplified on the assumption the clocks are correctly set in the board.h file. Instead of seperate conditions
for register components, assume the relevant PLL registers are fully defined in board.h. This should result in easier to understand defines in board.h
and simpler code flow in the standard clock configuration function.

Changes were mad in the board file alongside changing the arch files. Changes to board/stm32h5:
  - PLL1 has been configured to use integer instead of fractional mode to reach the 250 MHz target. PLL2 and PLL3 configurations were
    removed since they are currently unused in the H5 configuration.
  - PLL1 output was verified by testing for changes in serial baud rate.
2024-11-16 01:55:32 +08:00
..
arm arch/stm32h5: Simplify PLL configuration. 2024-11-16 01:55:32 +08:00
arm64 arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
avr arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
ceva arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
dummy arch: Add custom arch chip build support 2020-10-20 14:48:16 +08:00
hc arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
mips arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
misoc arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
or1k arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
renesas arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
risc-v arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
sim arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
sparc arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
tricore arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
x86 arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
x86_64 arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
xtensa arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
z16 arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
z80 arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
CMakeLists.txt greenhills: fix the arch_interface archive error 2024-09-27 23:39:56 +08:00
Kconfig arch/toochain: Add toochain to gcc 2024-11-14 15:45:24 +08:00