Commit Graph

  • f68112ae99 p1load.c added "-q" method to exit local PR-add-minus-q-option github 2018-10-13 08:11:52 +0000
  • 1028b3bade Update port.c master David Betz 2017-07-03 08:23:32 -0400
  • d59ecb1d76 Disable building the eeprom program until it is finished. David Betz 2016-09-19 21:50:20 -0400
  • 03cc4cd88f Make sure exclusive mode is turned off on exit. David Betz 2015-03-08 21:21:05 -0400
  • 6e65d1e731 Add a missing #ifdef to try to fix the build under Qt's hacked version of the MinGW tools. David Betz 2015-03-08 10:49:44 -0400
  • 4926011779 Get rid of a redundant copy of -Wall. David Betz 2015-03-08 07:07:12 -0400
  • 76f6814f6b Fix a problem where an error is reported when only -P is specified. David Betz 2015-02-21 09:52:01 -0500
  • c5cc730fb8 Simplify the error handling for missing actions. David Betz 2015-02-21 09:48:31 -0500
  • dc830434bf Complain if neither a file to load or -t are specified. David Betz 2015-02-21 08:13:08 -0500
  • f8f8e57399 Merge pull request #4 from bweir/master dbetz 2015-02-20 21:32:56 -0500
  • 5e4c652b79 Fixed typo in makefile; removed double VERSION define in qmake Brett Weir 2015-02-20 04:42:58 -0800
  • 1aa73f3bda Fix a typo in the Makefile. David Betz 2015-02-20 07:40:04 -0500
  • 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 Weir 2015-02-19 21:57:00 -0800
  • 229152ff8f Merge pull request #1 from dbetz/master Brett Weir 2015-02-19 21:19:59 -0800
  • 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 Betz 2015-02-19 22:00:12 -0500
  • a3ae2034ba Make -r the default. David Betz 2015-02-12 16:53:26 -0500
  • 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 Betz 2015-02-12 06:47:05 -0500
  • 75632e6c75 Add help for the GPIO defaults. David Betz 2015-02-10 17:10:44 -0500
  • a0b34a4bea Remove some debugging output. David Betz 2015-02-10 16:55:23 -0500
  • 790876834c Remove a useless comment. David Betz 2015-02-09 21:03:08 -0500
  • 093f46ea3a Increase the TX buffer to be big enough to fit an entire hub image. David Betz 2015-02-09 20:34:05 -0500
  • 7596a4165b Fix an ugly bug in a call to set_reset_method. David Betz 2015-02-08 20:39:53 -0500
  • b090d89c70 Make reset=gpio,17,0 the default for the RaspberryPi. David Betz 2015-02-08 20:35:58 -0500
  • e5a0d5eb8c First tagged version. David Betz 2015-02-08 15:30:47 -0500
  • 5864fd3db2 Merge pull request #3 from bweir/master dbetz 2015-02-08 15:21:30 -0500
  • 3834573f5e Added support for dynamic versioning; added gitignore for bin directory. Brett Weir 2015-02-08 11:30:29 -0800
  • f905a46461 More tweaking of the serial setup for Linux. David Betz 2015-02-08 11:57:18 -0500
  • 8468c9dc49 Switch to simpler terminal settings. David Betz 2015-02-08 11:52:12 -0500
  • 8f11a1678a Move some code to a better location. David Betz 2015-02-08 10:02:05 -0500
  • 7c04cce7d9 Fixup the status output a bit. David Betz 2015-02-08 09:56:42 -0500
  • 7f4f8c7fd4 Fix formatting of some error messages. David Betz 2015-02-08 09:18:23 -0500
  • 88fe22e85b Add a readme.txt file with build instructions. David Betz 2015-02-08 08:46:58 -0500
  • 843324389c Update the version number. David Betz 2015-02-08 08:43:43 -0500
  • 4c554c2243 Remove the total size parameter from the progress callback. David Betz 2015-02-08 08:29:52 -0500
  • cfec83ceb6 Add callbacks for load phases to get rid of the use of printf in ploader.c. David Betz 2015-02-08 08:21:46 -0500
  • 082e1636a8 Add code to check the success of EEPROM write and verify. David Betz 2015-02-07 22:49:50 -0500
  • 60d4399cd7 Fix a problem with setting the baud rate in osint_mingw.c. David Betz 2015-02-07 20:39:10 -0500
  • 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 Betz 2015-02-07 20:34:40 -0500
  • d71d7e7395 Fix the mingw build by adding the serial_baud function to osint_mingw.c. David Betz 2015-02-07 09:40:01 -0500
  • 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 Betz 2015-02-03 08:45:38 -0500
  • 808ba62a7b Fix a bug in the MinGW Makefile settings. David Betz 2015-02-02 10:34:29 -0500
  • 0aca2d822b Try to get rid of "unused parameter" errors from the osint callback functions. David Betz 2015-02-01 12:37:55 -0500
  • c396afe80b Improve parsing of gpio option. David Betz 2015-01-27 21:49:45 -0500
  • 0f6f058d9f Remove GPIO as the default on the RaspberryPi because of initialization problems. David Betz 2015-01-27 21:42:07 -0500
  • d494eba116 Go back to the newer version of osint_linux.c David Betz 2015-01-27 20:55:10 -0500
  • 198c52d00f Try an older version of osint_linux.c David Betz 2015-01-27 20:48:18 -0500
  • bc4bf23d18 Ugh. Another typo. David Betz 2015-01-27 20:17:01 -0500
  • 35cdda6f38 Fix a typo. David Betz 2015-01-27 20:15:30 -0500
  • d6be69d288 Add some better debugging output to the gpio code. David Betz 2015-01-27 20:12:25 -0500
  • 71be8a8b74 More prefix fixes. David Betz 2015-01-27 20:06:05 -0500
  • 30bb4bb40c More work on port defaults. David Betz 2015-01-27 20:03:46 -0500
  • 0173024bec Fix the port default for the RaspberryPi. David Betz 2015-01-27 19:55:31 -0500
  • 4e1dbe2bb6 Setup some useful defaults for the RaspberryPi. David Betz 2015-01-27 19:49:42 -0500
  • df1907fbea Minor reordering of serial port setup. David Betz 2015-01-27 18:22:38 -0500
  • b3512b52de Add a -D option to set internal variables and add a the "reset" variable to set the reset method. David Betz 2015-01-27 17:41:41 -0500
  • 331c85f4f3 Yet another typo. :-( David Betz 2015-01-27 17:10:16 -0500
  • ec0d325120 Fixed a typo. David Betz 2015-01-27 17:08:12 -0500
  • f6173c5bdc More work on GPIO reset for the RaspberryPi. David Betz 2015-01-27 17:06:44 -0500
  • 6292d3a2e7 Restore the default GPIO pin to 17 as it was in Heater's code. David Betz 2015-01-27 09:14:25 -0500
  • 33e361a354 Add a macro to determine which GPIO pin to use. David Betz 2015-01-27 09:11:29 -0500
  • 9959b123d2 Cleanup the Makefile. David Betz 2015-01-26 23:06:40 -0500
  • dff1df30bc Add instructions for building the RaspberryPi loader. This is still untested. David Betz 2015-01-26 22:41:00 -0500
  • d5b5b31e98 Add the GPIO handling code for the RaspberryPi. Still need to integrate RaspberryPi into the Makefile. David Betz 2015-01-26 22:23:43 -0500
  • 6adc7f3c1e Add GPIO reset support for the RaspberryPi. David Betz 2015-01-26 22:14:34 -0500
  • 4e4f90c107 Switch from ms_sleep to us_sleep. David Betz 2015-01-25 21:37:19 -0500
  • eac9af39e2 Get the Windows build working. David Betz 2015-01-25 21:31:09 -0500
  • 5412955a7b Add files for building for Windows and an updated Makefile that will build for Mac OS, Linux, and Windows. David Betz 2015-01-25 11:09:48 -0500
  • 58ad1d3f9e Fix a typo. David Betz 2015-01-24 23:39:22 -0500
  • 7c4ed66e95 Initial commit. David Betz 2015-01-24 23:34:20 -0500
  • 1a1ccf4726 Initial commit dbetz 2015-01-24 23:32:36 -0500