Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed May 11, 2023
1 parent a11d34b commit f3995ad
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 @@ -41,8 +41,8 @@ Finally, there are pre-compiled urboot bootloaders for popular Arduino cores in
`.hex` bootloaders of the `boards` and `cores` directories are copies of selected relevant
bootloaders in the `mcus` tree, typically engaging the correct activity LED for visual feedback
while the bootloader is active. With these bootloaders the board LED comes on after an external
reset of the board at the beginning of each character read `getc()` routine and is switched off
at the end of each `getc()`. When the bootloader times out at the end of its engagement the LED
reset of the board at the beginning of each character read `getch()` routine and is switched off
at the end of each `getch()`. 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 `_no-led`
Expand Down

0 comments on commit f3995ad

Please sign in to comment.