Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-23 | update cpld files from VHDL dev machine and delete programmer code (unused) | Nao Pross | 18 | -1092/+0 | |
2017-10-19 | Got a real rom programmer, this code is still broken but I don't care | Nao Pross | 7 | -46/+119 | |
2017-10-05 | Move test units to z80/tests, and drivers are now statically linked | Nao Pross | 1 | -1/+1 | |
Makefiles for the test units were getting messier, so now drivers (that need to be tested) are statically compiled in their own folder under z80/drivers. The kernel makefile and is now broken since everything has been moved. | |||||
2017-10-05 | Test units are now in their own folder 'z80_test', add programmer cli interface | Nao Pross | 3 | -2/+82 | |
2017-09-07 | minor bug fix for ROM programmer | Nao Pross | 4 | -33/+18 | |
2017-08-25 | implements pio.h functions and makefile update to optimize size | Nao Pross | 1 | -0/+0 | |
- remove syscall.h, unused and not implemented - bug fix for memcmp() in string.c other changes are still partially unfinished and might not work | |||||
2017-08-23 | new programmer interface for linux | Nao Pross | 12 | -99/+234 | |
there is a new program with GUI (gtk3) to send data to its avr conterpart. it needs to be tested, since there may be a few bugs in it; building a GUI was a terrible idea. | |||||
2017-08-07 | implementation for avr programmer | Nao Pross | 17 | -0/+819 | |
the programmer will receive the binary in blocks of defined size by a program under sw/programmer/linux (moved from sw/linux). |