6cd6fab90f
Added qmake project files to repository; updated README and changed name so it would show up on GitHub; fixed permissions on enumcom.c
Brett Weir2015-02-19 21:57:00 -08:00
8582bbc752
Factored out the port handling code that interfaces to osint_xxx.c. There is still some work to do to handle use_reset_method(). Started work on a program to read/write eeprom. Not working yet.
David Betz2015-02-19 22:00:12 -05:00
e26e3ec25c
Make sure either -r or -e is specified with a program to load. Check that the program isn't too big for hub memory.
David Betz2015-02-12 06:47:05 -05:00
4c554c2243
Remove the total size parameter from the progress callback.
David Betz2015-02-08 08:29:52 -05:00
cfec83ceb6
Add callbacks for load phases to get rid of the use of printf in ploader.c.
David Betz2015-02-08 08:21:46 -05:00
082e1636a8
Add code to check the success of EEPROM write and verify.
David Betz2015-02-07 22:49:50 -05:00
60d4399cd7
Fix a problem with setting the baud rate in osint_mingw.c.
David Betz2015-02-07 20:39:10 -05:00
8e9fc22304
Fix a bug in setting the baud rate in osint_linux.c. Need to make a similar change to osint_mingw.c next.
David Betz2015-02-07 20:34:40 -05:00
d71d7e7395
Fix the mingw build by adding the serial_baud function to osint_mingw.c.
David Betz2015-02-07 09:40:01 -05:00
bfd131d38b
Moved a new version of osint_mingw.c from the propeller-load project but still needs serial_baud() function to work. Started adding some better comments in ploader.c.
David Betz2015-02-03 08:45:38 -05:00
808ba62a7b
Fix a bug in the MinGW Makefile settings.
David Betz2015-02-02 10:34:29 -05:00
0aca2d822b
Try to get rid of "unused parameter" errors from the osint callback functions.
David Betz2015-02-01 12:37:55 -05:00
5412955a7b
Add files for building for Windows and an updated Makefile that will build for Mac OS, Linux, and Windows.
David Betz2015-01-25 11:09:48 -05:00