1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam0_common/periph
Benjamin Valentin 7e5aa7e775 cpu/sam0_common: uart: fix baud rate calculation
In fractional mode, 3 bits are used to store the fractional part.
Therefore we must multiply / divide by 8 instead of 10 in order to
get the correct values.
2019-09-27 10:49:43 +02:00
..
adc.c sam0_common: check ADC_NUMOF on adc_init() 2019-02-04 09:28:13 +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/sam0_common/gpio: don't hard-code number of ports 2019-08-29 15:27:42 +02:00
hwrng.c cpu/sam0_common: add hwrng driver 2019-08-03 14:50:58 +02:00
i2c.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
rtc.c periph/rtc: normalize struct tm before usage 2019-09-12 11:32:31 +02:00
rtt.c cpu/sam0_common: rtt: correcly clear flags. 2019-09-11 12:55:10 +02:00
spi.c sam0_common: spi: use sercom_set_gen() instead of re-implementing it 2019-05-25 19:13:53 +02:00
timer.c cpu/sam0: adapt timer to return 0 on success 2019-09-11 13:52:28 +02:00
uart.c cpu/sam0_common: uart: fix baud rate calculation 2019-09-27 10:49:43 +02:00
usbdev.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
wdt.c sam0_common: add Watchdog implementation 2019-09-20 19:04:41 +02:00