1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/gd32v
Gunar Schorcht e4010f7445 cpu/gd32v: fix clock setting
`CLOCK_HXTAL` is a value and not a flag, so that shifting to the left changes anything in the register but does not set the PLLSEL bit. `RCU_CFG0_PLLSEL_Msk` has to be used instead to set the PLLSEL bit.
2023-01-08 10:42:01 +01:00
..
include cpu/gd32v: Initial include of the GD32VF103 device 2021-08-24 14:30:23 +02:00
periph treewide: fix typos 2022-09-15 12:12:23 +02:00
clock.c cpu/gd32v: fix clock setting 2023-01-08 10:42:01 +01:00
cpu.c cpu/gd32v: Initial include of the GD32VF103 device 2021-08-24 14:30:23 +02:00
doc.txt cpu/gd32v: Initial include of the GD32VF103 device 2021-08-24 14:30:23 +02:00
Kconfig periph/flashpage: Add _in_address_space feature 2022-03-17 19:45:54 +01:00
Makefile cpu/gd32v: Initial include of the GD32VF103 device 2021-08-24 14:30:23 +02:00
Makefile.dep cpu/riscv_common: move C lib selection to common place 2021-08-25 10:53:00 +02:00
Makefile.features periph/flashpage: Add _in_address_space feature 2022-03-17 19:45:54 +01:00
Makefile.include cpu/gd32v: Initial include of the GD32VF103 device 2021-08-24 14:30:23 +02:00