Commit Graph

13 Commits

Author SHA1 Message Date
Kade Jensen
423d275620 Updated the .hex files to reflect v3.2 changes
Two .hex files in this commit: One is a .hex version of the Arduino
sketch. The other .hex file is a "combined" .hex file that contains both
the optiboot bootloader and the v3.2 firmware.
2013-04-15 16:52:18 -06:00
Nathan Seidle
8b08e962cf No code changes. Updated comments. 2013-04-08 17:29:11 -06:00
Nathan Seidle
50ee63bc0e Added support for ls wildcards. Issue 135 fixed.
Fixed issue #135: ls with wildcard works again. Thank you dlkeng!
2013-04-08 17:19:44 -06:00
Nathan Seidle
1888d3df36 Fixed rm issue #134. dlkeng is my new favorite person.
Fixed issue #135: When removing files and there is a directory, all
wildcard files are now removed correctly. Thank you dlkeng! Your patch
worked great!
2013-04-08 17:10:35 -06:00
Nathan Seidle
20d5c5a2bc Added support for newlines when using the 'write' command.
Should fix issue #149.
2013-04-08 16:23:52 -06:00
Nathan Seidle
e802fd3c13 Added ability to ignore RX.
You can now ignore the state of RX at power up. See issue #150.
2013-04-08 15:49:09 -06:00
Nathan Seidle
a1ba215665 Re-wrote baud menu system.
Now supports any baud rate from 300bps to 1,000,000bps and anything in
between. This will allow you to really configure OpenLog to anything you
need, but remember you can always hardware reset OpenLog to 9600 by
pulling the RX line low during power up.
2013-04-08 15:20:49 -06:00
Theo Simpson
7dbd636d2c Updated the .hex files to reflect v3.14 changes
Created new COMBINED .hex file (bootloader and v3.14 sketch) and updated
OpenLog_v3.cpp.hex to be consistent with v3.14
2013-03-14 11:01:45 -06:00
Nathan Seidle
378a676890 Added support for 1200bps.
We lose about 182 bytes for this addtional support. It will be left in
for now. We may want to go to a different baud input system rather than
a selection menu.
2013-03-09 15:21:21 -07:00
Nathan Seidle
c61a3e0619 Cleanup readme files. 2013-03-07 10:00:16 -07:00
Nathan Seidle
a9391631bd Cleaning up readme files. 2013-03-07 09:58:33 -07:00
Nathan Seidle
9fb29b816a Cleaning up readme files. 2013-03-07 09:51:49 -07:00
Nathan Seidle
dcc9b26b70 Cleaning up directory structure.
Filing firmware and hardware into their own directories.
2013-03-07 09:39:07 -07:00