Age | Commit message (Collapse) | Author | Files | Lines |
|
* Create a root Makefile to build the flasher, logotool and install
* Clean some warning messages
|
|
|
|
adds support for setting and clearing the rd flags (no-retu-watchdog,
serial-console and the like).
The interface to it is a bit cryptic (construct your own hex number) but
it works like like 'chmod'.
|
|
1) name the simple functions get_foo and set_foo (and make them more
consistent e.g. set_rd_mode and get_rd_mode).
2) moved remaining simple queries from main.c into query.c
3) created separate query.h header and included it in main.c
4) implemented get_usb_mode (they do not have this in the proprietary
flasher) and added this function to a normal run (-> you will see the
current USB mode when running with -i)
|
|
* Some fixups on the doc/dumping documentation
|
|
|
|
This tree contains the same as the 0.1 tarball
|