1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00
RIOT/cpu
Marian Buschsieweke 3b5ed6d390
cpu/gd32v: Fix periph_pwm
The API doc clearly states that arbitrary high PWM frequencies can
be requested and the driver should reduce the frequency while keeping
the resolution, when required. So change the code to just do that
rather than blowing assertions.
2024-01-17 21:58:56 +01:00
..
arm7_common
atmega8 cpu/avr8: Enable PM periph to all SoC 2023-12-01 14:12:23 +01:00
atmega32u4 cpu/avr8: Enable PM periph to all SoC 2023-12-01 14:12:23 +01:00
atmega128rfa1 cpu/avr8: Enable PM periph to all SoC 2023-12-01 14:12:23 +01:00
atmega256rfr2 cpu/avr8: Enable PM periph to all SoC 2023-12-01 14:12:23 +01:00
atmega328p cpu/avr8: Enable PM periph to all SoC 2023-12-01 14:12:23 +01:00
atmega1281 cpu/avr8: Enable PM periph to all SoC 2023-12-01 14:12:23 +01:00
atmega1284p cpu/avr8: Enable PM periph to all SoC 2023-12-01 14:12:23 +01:00
atmega2560 cpu/avr8: Enable PM periph to all SoC 2023-12-01 14:12:23 +01:00
atmega_common cpu/atmega_common: implement periph_timer_query_freqs 2023-12-07 16:15:22 +01:00
atxmega cpu/atxmega: Drop unnecessary test config 2023-12-01 14:12:24 +01:00
avr8_common cpu/avr8_common: make pm_layered a DEFAULT_MODULE 2024-01-11 21:14:43 +01:00
cc26x0_cc13x0
cc26x2_cc13x2
cc26xx_cc13xx cpu/cc26xx_cc13xx: implement periph_timer_query_freqs 2023-12-07 16:15:43 +01:00
cc2538 cpu/cc2538: update function signature of EUI provider 2024-01-04 13:15:47 +01:00
cortexm_common cpu/cortexm_common: Cortex M0/M23 needs 4 cycles/busy loop 2024-01-09 19:03:15 +01:00
efm32 cpu/efm32: add EFM32GG11 family 2023-09-18 12:40:33 +02:00
esp32 Merge pull request #20241 from benpicco/busy_wait 2024-01-11 12:19:31 +00:00
esp8266 cpu/esp8266: ESP8266 needs 5 cycles per busy loop 2024-01-10 22:43:31 +01:00
esp_common cpu/esp_common: flash: drop .write() 2023-12-13 16:50:41 +01:00
fe310
gd32v cpu/gd32v: Fix periph_pwm 2024-01-17 21:58:56 +01:00
kinetis cpu/kinetis: implement periph_timer_query_freqs 2023-12-07 16:17:31 +01:00
lm4f120
lpc23xx
lpc1768
msp430 sys/busy_wait: add busy wait helper 2024-01-09 19:03:15 +01:00
native cpu/native: fix build with !core_thread 2024-01-09 23:02:01 +01:00
nrf5x_common drivers/periph: Add timer_poll feature and timer_poll_channel function 2023-12-19 11:13:41 +01:00
nrf51 Merge pull request #20102 from maribu/cpu/nrf5x_common/clean_up_uart 2023-11-26 20:43:29 +00:00
nrf52 cpu/nrf5x: clean up periph_uart 2023-11-26 21:33:23 +01:00
nrf53 drivers/ws281x: Fix Kconfig 2023-12-19 11:13:43 +01:00
nrf9160 drivers/ws281x: Fix Kconfig 2023-12-19 11:13:43 +01:00
qn908x cpu/qn908x: implement periph_timer_query_freqs 2023-12-07 16:17:57 +01:00
riscv_common
rpx0xx
sam0_common cpu/sam0_common: SDHC: make use of busy_wait() 2024-01-15 14:30:56 +01:00
sam3
sam_common
samd5x cpu/samd5x: make GCLK definitions overwritable 2023-11-23 21:00:16 +01:00
samd21
saml1x
saml21
stellaris_common
stm32 Merge pull request #20214 from benpicco/CONFIG_SPI_DMA_THRESHOLD_BYTES 2024-01-04 17:32:02 +00:00
doc.txt
Kconfig