From 2418bd3ee6c2c1a1b2a9dfa6fa032c08acbb2024 Mon Sep 17 00:00:00 2001 From: ga Date: Mon, 11 Apr 2022 14:41:29 +0100 Subject: [PATCH] Revise README.md and guide as PRs were merged upstream. --- README.md | 5 ++--- doc/Getting_Started.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8d773c8c..e2ef0663a 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ This repository is a fork from the original [here.](https://github.com/buserror/ New Features ------------ -At the time of writing (March 2022) this fork contains some new or updated items. +At the time of writing (April 2022) this fork contains some new or updated items. + A brief "Getting Started" guide, intended for new users. See below, but the HTML file in the doc directory looks better. Github's HTML processing is a little off. + A GUI control panel for a simulated AVR. A picture and a short description are in the guide, below. -+ Support for avr-gdb's 'load' and 'info io_registers' commands. + ELF format firmware is parsed for debugging information, see below. + New IRQs for setting analogue voltages during simulation and for ACOMP. + Some additional and some expanded tests. @@ -192,7 +191,7 @@ and reset are supported.

-This fork has added support for the standard avr-gcc commands +There is support for the standard avr-gdb commands

   load
   info io_registers
diff --git a/doc/Getting_Started.html b/doc/Getting_Started.html
index 082e2103b..caf4ae6f8 100644
--- a/doc/Getting_Started.html
+++ b/doc/Getting_Started.html
@@ -144,7 +144,7 @@ 

Debugging with run-avr.

reset are supported.

-This fork has added support for the standard avr-gcc commands +There is support for the standard avr-gdb commands

   load
   info io_registers