Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port to latest PyUSB | Michael Buesch | 2015-11-26 | 1 | -10/+3 |
* | Only show no-action message, if verbosity is >=1 | Michael Buesch | 2013-10-15 | 1 | -1/+2 |
* | Only print chipID in -t with verbosity of 0 | Michael Buesch | 2013-10-14 | 1 | -1/+1 |
* | Add generic support for parsing of ihex sections | Michael Buesch | 2013-10-13 | 1 | -31/+38 |
* | Add support for more Microchip and Atmel microcontrollers | Michael Buesch | 2013-06-16 | 1 | -6/+39 |
* | Fix -I and -O parameter checks | Michael Buesch | 2012-04-26 | 1 | -2/+2 |
* | Move hardware access routines to programmer implementation | Michael Buesch | 2012-04-26 | 1 | -5/+8 |
* | Use open() instead of file() | Michael Buesch | 2012-04-25 | 1 | -4/+4 |
* | gui: Add support for ascii-hex | Michael Buesch | 2012-04-25 | 1 | -15/+8 |
* | Add "ChipOption" mechanism | Michael Buesch | 2012-04-14 | 1 | -6/+26 |
* | Rename "toprammer_main" to "main" | Michael Buesch | 2012-04-06 | 1 | -1/+1 |
* | Update email address | Michael Buesch | 2012-04-03 | 1 | -1/+1 |
* | Fix chipID sanity check | Michael Buesch | 2011-01-17 | 1 | -1/+1 |
* | Add unit-test support | Michael Buesch | 2011-01-16 | 1 | -2/+7 |
* | Add common chip shutdown implementation | Michael Buesch | 2011-01-15 | 1 | -4/+1 |
* | Add hm62256 top-half | Michael Buesch | 2011-01-09 | 1 | -2/+15 |
* | Add support for lockbit/fuse descriptions | Michael Buesch | 2011-01-01 | 1 | -1/+1 |
* | GUI: Support ihex | Michael Buesch | 2011-01-01 | 1 | -120/+1 |
* | Some random fixes and improvements | Michael Buesch | 2010-12-30 | 1 | -4/+15 |
* | Select chips by chip-ID. Not by bitfile. | Michael Buesch | 2010-03-19 | 1 | -18/+12 |
* | Improve online chip documentation | Michael Buesch | 2010-03-16 | 1 | -5/+8 |
* | Rewrite chip registration. | Michael Buesch | 2010-03-16 | 1 | -1/+1 |
* | Remove -a option. It doesn't work and we should use toprammer-layout instead | Michael Buesch | 2010-03-09 | 1 | -9/+2 |
* | Some ihex parser improvements | Michael Buesch | 2010-02-23 | 1 | -5/+10 |
* | Use the auto-layout-generator in the chip implementations | Michael Buesch | 2010-02-23 | 1 | -2/+9 |
* | Add setup.py | Michael Buesch | 2010-02-21 | 1 | -1/+1 |
* | Move check. Fix typo. | Michael Buesch | 2010-02-20 | 1 | -1/+1 |
* | Evaluate bitfile searchpath | Michael Buesch | 2010-02-20 | 1 | -2/+10 |
* | Add generic layout classes | Michael Buesch | 2010-02-16 | 1 | -415/+3 |
* | Fix input processing | Michael Buesch | 2010-02-15 | 1 | -1/+1 |
* | Fix typo | Michael Buesch | 2010-02-15 | 1 | -1/+1 |
* | Add various file parsers | Michael Buesch | 2010-02-15 | 1 | -15/+170 |
* | Add option to print supported chips | Michael Buesch | 2010-02-15 | 1 | -2/+7 |
* | Add top-half implementation for m2764a EPROM | Michael Buesch | 2010-02-15 | 1 | -0/+1 |
* | Add broken m8c top half implementation. | Michael Buesch | 2010-02-14 | 1 | -4/+13 |
* | Add versionrelease-0.1 | Michael Buesch | 2010-02-10 | 1 | -1/+5 |
* | Add lock bit support | Michael Buesch | 2010-02-09 | 1 | -1/+28 |
* | Shutdown the chip after usage | Michael Buesch | 2010-02-08 | 1 | -4/+7 |
* | atmega8dip28: Implement Flash writing | Michael Buesch | 2010-02-08 | 1 | -3/+3 |
* | Fixes for opensource bitfile | Michael Buesch | 2010-02-07 | 1 | -3/+8 |
* | FPGA byte writing is done through address 0x10 | Michael Buesch | 2010-02-07 | 1 | -4/+0 |
* | Add override for device sanity checks. | Michael Buesch | 2010-02-07 | 1 | -5/+25 |
* | Add function for writing to the FPGA | Michael Buesch | 2010-02-07 | 1 | -1/+6 |
* | implement chip callback stubs | Michael Buesch | 2010-02-01 | 1 | -0/+38 |
* | Rewrite commandline opts | Michael Buesch | 2010-02-01 | 1 | -32/+87 |
* | Document FPGA data writing | Michael Buesch | 2010-01-31 | 1 | -0/+4 |
* | Document data fetching | Michael Buesch | 2010-01-31 | 1 | -3/+7 |
* | Disable queuing via commandline | Michael Buesch | 2010-01-31 | 1 | -4/+17 |
* | Splitup some commands | Michael Buesch | 2010-01-31 | 1 | -1/+1 |
* | Send blocked commands before reading | Michael Buesch | 2010-01-31 | 1 | -3/+10 |