Skip to content

Commit

Permalink
Revise README.md and guide as PRs were merged upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
ga committed Apr 11, 2022
1 parent a573a77 commit 2418bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -192,7 +191,7 @@ and
<I>reset</I>
are supported.
<P>
This fork has added support for the standard avr-gcc commands
There is support for the standard avr-gdb commands
<PRE>
load
info io_registers
Expand Down
2 changes: 1 addition & 1 deletion doc/Getting_Started.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <H4>Debugging with run-avr.</H4>
<I>reset</I>
are supported.
<P>
This fork has added support for the standard avr-gcc commands
There is support for the standard avr-gdb commands
<PRE>
load
info io_registers
Expand Down

0 comments on commit 2418bd3

Please sign in to comment.