1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/sam0_common/periph
Juergen Fitschen 0032d35fe8 cpu/sam0_common: mitigate rounding errors of baud rate calculation
Instead of always rounding up, the driver now rounds to the nearest integer. This reduces the absolut rounding error when setting SPI baud rates.
2020-03-03 12:32:42 +01:00
..
adc.c cpu/sam0_common/periph: adc_sample() now returns int32_t 2020-01-10 14:13:15 +01:00
cpuid.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
flashpage.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
gpio.c cpu/samd21: Switch EIC clock to slow speed on STANDBY mode 2020-02-24 12:02:27 +01:00
hwrng.c cpu/sam0_common: add hwrng driver 2019-08-03 14:50:58 +02:00
i2c.c cpu/sam0: don't hard-code peripheral clocks 2020-02-04 21:06:21 +01:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
rtc.c cpu/sam0: use defines for GCLK IDs 2020-02-04 21:16:54 +01:00
rtt.c Merge pull request #13271 from kfessel/patch-shed 2020-02-05 14:44:08 +01:00
spi.c cpu/sam0_common: mitigate rounding errors of baud rate calculation 2020-03-03 12:32:42 +01:00
timer.c cpu/sam0: don't hard-code peripheral clocks 2020-02-04 21:06:21 +01:00
uart.c cpu/sam0: don't hard-code peripheral clocks 2020-02-04 21:06:21 +01:00
usbdev.c cpu/sam0: don't hard-code peripheral clocks 2020-02-04 21:06:21 +01:00
wdt.c cpu/sam0: use defines for GCLK IDs 2020-02-04 21:16:54 +01:00