From 322b9e540ce19b2db3a474af6ef36756473fc818 Mon Sep 17 00:00:00 2001 From: Robin Krens Date: Thu, 15 Feb 2024 11:13:50 +0100 Subject: [PATCH] README.md: styling --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d1541f4..e1dd13e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Renesas RA flasher -Flasher for the built in ROM bootloader for Renesas RA microcontrollers +# Renesas RA flash tool +Flash tool for the built in ROM bootloader for Renesas RA microcontrollers ## Requirements - Python >= 3.6 @@ -48,25 +48,25 @@ options: ``` ## Dev -[X] Pull requests -[X] Issues + - [X] Pull requests +- [X] Issues ## Supported functionality -[X] Read -[X] Write -[X] Erase / sector erase -[X] Info / area information -[] ID Authentication -[] Baud rate (only for SCI) +- [X] Read +- [X] Write +- [X] Erase / sector erase +- [X] Info / area information +- [ ] ID Authentication +- [ ] Baud rate (only for SCI) ## Supported interfaces -[X] USB -[] SCI +- [X] USB +- [ ] SCI ## Supported MCUs -[X] RA4 (tested) -[] RA2 (should potentially work) -[] RA6 +- [X] RA4 (tested) +- [ ] RA2 (should potentially work) +- [ ] RA6 *Note: only tested on RA4 hardware* -- 2.7.4