Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Apr 12, 2023
1 parent c0b7524 commit 8e8d7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ an *internal* oscillator, which more often than not exhibit a deviation of 2% or
nominal clock frequency. For the former, the pre-compiled urboot bootloaders tend to be shorter and
faster at the cost of potentially higher quantisation errors for the baud rate, up to 2.1%. For the
latter the bootloaders tend to be slower but have a baud rate quantisation error of less than 0.5%;
there are a number of bootloaders on offer in steps of 1% around the nominal F<sub>CPU</sub> so
there are a number of bootloaders on offer in steps of 1.25% around the nominal F<sub>CPU</sub> so
that a particular board can be furnished with a suitable bootloader for the *actual* internal clock
frequency. All in all the aim is to ensure baud rate errors are below 2.5% to facilitate reliable
serial communication.
Expand All @@ -45,7 +45,7 @@ reset of the board at the beginning of each character read `getc()` routine and
at the end of each `getc()`. When the bootloader times out at the end of its engagement the LED
is switched off (unless, of course, it is used thereafter in the uploaded application). There is
no need to select a bootloader with [blinkenlights](https://en.wikipedia.org/wiki/Blinkenlights):
a silent bootloader from the corresponding `mcus` tree which has either `_lednop` or no `_led`
a silent bootloader from the corresponding `mcus` tree which has `_no-led`
in the filename would equally be suitable for the board/core in consideration.

All in all, this repository contains 1,283,806 *different* bootloaders. There are actually 5,229,026
Expand Down

0 comments on commit 8e8d7d1

Please sign in to comment.