mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
bug #35474 Feature request: print fuse values in safemode output
* config_gram.y: New configuration token "default_safemode". * lexer.l: (Dito.) * avrdude.conf.in: (Dito.) * config.h: Add variable default_safemode. * config.c: (Dito.) * main.c: Handle default_safemode, including -u option. * avrdude.1: Document all this. * doc/avrdude.texi: (Dito.) git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1226 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
6
NEWS
6
NEWS
@@ -110,6 +110,7 @@ Current:
|
||||
- patch #5708 avrdude should make 10 synchronization attempts instead of just one
|
||||
- patch #7606 ATtiny43u support
|
||||
- patch #7657 Add ATmega406 support for avrdude using DRAGON + JTAG
|
||||
- bug #35474 Feature request: print fuse values in safemode output.
|
||||
|
||||
* Keep track of input file contents
|
||||
|
||||
@@ -122,7 +123,7 @@ Current:
|
||||
everything mentioned in the file (even in case the file has
|
||||
large 0xFF blocks).
|
||||
|
||||
* The eraes cycle counter (formerly options -y / -Y) has been
|
||||
* The erase cycle counter (formerly options -y / -Y) has been
|
||||
removed.
|
||||
|
||||
* The -U option now accepts ELF files as input files, and extracts
|
||||
@@ -183,6 +184,9 @@ Current:
|
||||
* The "verbose" terminal mode command allows to query or modify the
|
||||
verbosity level.
|
||||
|
||||
* "Safemode" can now be turned off by default in a configuration
|
||||
file.
|
||||
|
||||
* Internals:
|
||||
|
||||
- Restructuring and compacting programmer definition part of
|
||||
|
Reference in New Issue
Block a user