1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/kinetis
Joakim Nohlgård 158a8300c4 kinetis: LPUART: Compute oversampling rate at init
By not forcing a fixed oversampling rate we can achieve better baud rate
accuracy than otherwise possible.
For example, when requesting 115200 with a module clock of 4 MHz,
picking an oversampling rate of 17 (instead of hardware
default 16) yields 117647 baud instead of 125000 baud as the best
matching rate. Better matching baud rate between receiver and
transmitter results in a lower probability of transmission errors.
2018-11-29 14:24:16 +01:00
..
dist kinetis: Allow FOPT settings other than 0xff 2018-11-27 16:00:42 +01:00
include kinetis: ADC: Add hardware averaging configuration 2018-09-12 16:32:48 +02:00
ldscripts kinetis: Memory segment attribute fixes 2018-05-05 08:11:00 +02:00
periph kinetis: LPUART: Compute oversampling rate at init 2018-11-29 14:24:16 +01:00
cpu.c kinetis: Conditionally enable MCG 2018-06-30 19:14:59 +02:00
doc.txt kinetis: Interrupt based I2C transfers 2018-07-25 12:01:39 +02:00
fcfield.c kinetis: Allow override of FOPT setting in fcfield.c 2018-11-28 00:21:35 +01:00
isr_kinetis.c kinetis: Const ISR vector padding 2018-05-09 00:32:28 +02:00
kinetis-info.mk cpu/kinetis: add support of MK20D7 2018-01-17 18:13:59 +01:00
Makefile kinetis: Unify all Kinetis CPUs in one directory 2017-11-10 10:42:59 +01:00
Makefile.dep kinetis: Interrupt based I2C transfers 2018-07-25 12:01:39 +02:00
Makefile.features make: Introduce new feature flag periph_gpio_irq 2018-08-29 08:53:20 +02:00
Makefile.include Makefile.include: FIX .DEFAULT_GOAL not being all 2018-03-28 16:59:00 +02:00
vectors.c kinetis: Add support for NXP Kinetis KW41Z SoC 2018-03-02 15:38:39 +01:00