mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
18cdd100a9
In Asynchronous Fractional baud rate mode, the baud rate can not be greater than the source frequency divided by the oversampling (8, 16). Currently we are always using 16x oversampling. This makes it impossible to e.g. set a 2 MHz UART baud rate on the 16 MHz `saml10-xpro`. With this change, the oversampling is automatically reduced to 8x which allows us to set 16 MHz / 8 -> 2 MHz baud rate. |
||
---|---|---|
.. | ||
dist | ||
include | ||
periph | ||
sam0_eth | ||
doc.txt | ||
Kconfig | ||
Makefile | ||
Makefile.default | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
sam0_common.config |