1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common
MrKevinWeiss 3ce03df0ff cpu/atmega_common/uart: Comment why brr calc is different from datasheet
The brr calculation on the datasheet is different than what is implmented.
This is intentional since it provides better rounding due to truncation.
There was no comment explaining that so this comment should prevent confusion.
2019-01-07 08:40:21 +01:00
..
include cpu/atmega_common: define eeprom clear byte value 2018-12-04 11:24:57 +01:00
periph cpu/atmega_common/uart: Comment why brr calc is different from datasheet 2019-01-07 08:40:21 +01:00
atmega_stdio.c boards/cpu/drivers/sys: use generic stdio_ if 2018-08-22 10:54:25 +02:00
cpu.c cpu/atmega_common: add cpu.c and startup.c common code 2018-11-02 16:23:47 +01:00
doc.txt cpu: atmega_common: Initial import 2014-08-27 16:22:48 +02:00
irq_arch.c cpu/atmega_common: use __temp_reg__ 2018-03-30 10:22:32 +02:00
Makefile cpu/atmega*: remove unnecessary code (already factored out) 2018-11-02 16:23:48 +01:00
Makefile.features eeprom: Makefile.features: reorder features 2018-08-15 14:53:56 +02:00
Makefile.include cpu/atmega_common: Allow specifying a reserved space in ROM 2018-09-05 12:20:36 +02:00
posix_unistd.c boards/cpu/drivers/sys: use generic stdio_ if 2018-08-22 10:54:25 +02:00
startup.c cpu/atmega_common: add mega2560 puf_sram feature 2018-11-20 09:45:32 +01:00
thread_arch.c cpu/atmega_common/thread_arch.c: uncrustified 2018-06-14 21:47:33 +02:00