Skip to content

An Arduino Sketch that can control and debug other AVR MCU's using the debugWire Protocol

Notifications You must be signed in to change notification settings

NormanDunbar/DebugWireDebuggerProgrammer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

DebugWireDebuggerProgrammer

For details on this project see: https://sites.google.com/site/wayneholder/debugwire3

NormanDunbar's Changes

  • The LISTxxxx command is actually, Lxxxx and not as the original help text states. Fixed the help text.
  • A few minor spelling errors in various comments have been fixed.
  • The help text was unsorted and slightly confusing when searching for commands. I've re-ordered the help text to be alphabetical as per the command names. In addition, a few spurious "e" characters have been removed from the end of some "xxxx" and "yyyy" text.
  • The new command SRAM has been added to display the SRAM base address and size, useful when trying to examine SRAM contents but have forgotten the base address! (Ask me how I know?)
    sram
    SRAM:   512 bytes
    SRBase: 0x0060
    

About

An Arduino Sketch that can control and debug other AVR MCU's using the debugWire Protocol

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.1%
  • C 3.9%