propeller1 loader (plus -q option) https://www.youtube.com/watch?v=SXgN-7A1MXM
Go to file
Brett Weir 3834573f5e Added support for dynamic versioning; added gitignore for bin directory. 2015-02-08 11:30:29 -08:00
.gitignore Added support for dynamic versioning; added gitignore for bin directory. 2015-02-08 11:30:29 -08:00
LICENSE Initial commit 2015-01-24 23:32:36 -05:00
Makefile Added support for dynamic versioning; added gitignore for bin directory. 2015-02-08 11:30:29 -08:00
enumcom.c Get the Windows build working. 2015-01-25 21:31:09 -05:00
gpio_sysfs.c Ugh. Another typo. 2015-01-27 20:17:01 -05:00
gpio_sysfs.h Add the GPIO handling code for the RaspberryPi. Still need to integrate RaspberryPi into the Makefile. 2015-01-26 22:23:43 -05:00
osint.h Add GPIO reset support for the RaspberryPi. 2015-01-26 22:14:34 -05:00
osint_linux.c More tweaking of the serial setup for Linux. 2015-02-08 11:57:18 -05:00
osint_mingw.c Fix a problem with setting the baud rate in osint_mingw.c. 2015-02-07 20:39:10 -05:00
p1load.c Added support for dynamic versioning; added gitignore for bin directory. 2015-02-08 11:30:29 -08:00
ploader.c Fixup the status output a bit. 2015-02-08 09:56:42 -05:00
ploader.h Remove the total size parameter from the progress callback. 2015-02-08 08:29:52 -05:00
readme.txt Add a readme.txt file with build instructions. 2015-02-08 08:46:58 -05:00

readme.txt

To build for the various platforms:

For Macintosh OS X:

	OS=macosx make

For Linux:

	OS=linux make

For the RaspberryPi:

	OS=raspberrypi make

For Windows under MinGW:

	OS=msys make