propeller1 loader (plus -q option) https://www.youtube.com/watch?v=SXgN-7A1MXM
Go to file
David Betz a3ae2034ba Make -r the default. 2015-02-12 16:53:26 -05: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 Remove some debugging output. 2015-02-10 16:55:23 -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 Make -r the default. 2015-02-12 16:53:26 -05:00
ploader.c Remove some debugging output. 2015-02-10 16:55:23 -05:00
ploader.h Remove some debugging output. 2015-02-10 16:55:23 -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