Wykres commitów

68 Commity (9f33bdd610d9bb9677e77ea08143c5f0a72d23e6)

Autor SHA1 Wiadomość Data
Windell Oskay dbb6918baf Simplify version notes about v2.5.6/2.6.0 2018-09-09 14:37:36 -07:00
EmbeddedMan 3dbc327048 Updated EBB firmware v2.6.0 - fixed bug where power to servo was on at boot rather than off. 2018-09-09 15:29:49 -05:00
EmbeddedMan 56885d934c EBB firmware v2.6.0 :
* Added second parameter to SR command to control immediate state of RC power
* Set EBB to always send pen up command at boot
* Adjusted pen up and pen down times
* Servo power timeout now 15 minutes at boot
See issue #103 for details.
2018-09-08 15:35:36 -05:00
Windell Oskay c17f1ac8b9 Merge branch 'master' of https://github.com/evil-mad/EggBot 2018-07-24 02:08:49 -07:00
Windell Oskay af85be135f Minor change to nickname docs 2018-07-24 02:08:44 -07:00
EmbeddedMan 0ef13661a9 EBB firmware version 2.5.6 - added QR and SR commands and implemented RC Servo power control for EBB v2.5 and above. Updated documentation as well. 2018-07-13 13:17:33 -05:00
Windell Oskay 7063409ad0 Update ST 2018-07-09 11:01:23 -07:00
Windell Oskay 832c1cd6c9 Add note about finite flash lifetime 2018-06-19 03:35:56 -07:00
Windell Oskay cf539e0c42 One more "nickname" 2018-06-18 18:39:59 -07:00
Windell Oskay 4bd7b7dc8e Reboot changes 2018-06-17 21:01:04 -07:00
Windell Oskay 3cf88d8ddc Change name tag phrasing to "nickname" 2018-06-17 19:43:05 -07:00
Windell Oskay e958ac0b34 Discourage use of quotes
Add a warning about external support for quotes in the name.
2018-06-04 04:39:13 -07:00
Windell Oskay e5c28b2574 Change naming example
Easier for everyone to not suggest a name with an apostrophe.  (The firmware can handle it, but escaping the character can provide an unwelcome extra thing to think about when end users are testing this feature.)
2018-06-04 04:16:15 -07:00
EmbeddedMan 91694db493 Clarified more about what the R command does not do in documentation. 2018-01-07 22:23:56 -06:00
EmbeddedMan e5432fc305 Fixed issue #82 - found bug in tstbit() macro that was preventing ever reading bit 7 of any port as high. 2018-01-06 21:50:04 -06:00
EmbeddedMan a6eed2f614 * Renamed the two new commands "QT" (Query EBB name Tag) and "ST" (Set EBB name Tag), in code as well as documentation.
* Fixed a bug where the 'QT' command would not print out a blank line if the name hadn't been set yet.
2018-01-06 17:45:57 -06:00
EmbeddedMan 1d50b77c28 Version 2.5.4 -
Fix for issue #39 - added ability to 'name' an EBB, with a 0 to 16 character string which is saved in Flash.
* Added "NS" Name Set command to set name
* Added "NG" Name Get command to get stored name
* Added "RB" ReBoot command to completely reboot EBB (to allow new name to take effect)
* Added any stored name to the end of the USB Device Name so that OS can query names of all attached EBBs without having to open up each COM port

This change does affect the core USB stack from Microchip, as we are now storing the USB device descriptor strings in RAM rather than ROM. (So that we can change them at boot.)

In order to save the name to Flash, we have to reserve the last two flash blocks (0x400 bytes each), so this decreases the available space in Flash for the firmware by 2KB.
2018-01-06 12:36:10 -06:00
Windell Oskay eee05c7b94 Incorrect units (it's 83 ns, not 83 us). 2017-10-14 01:06:05 -07:00
JR Heard 31035cc717 fix a couple of typos in ebb.html 2017-09-18 19:40:54 -07:00
Windell Oskay 921c6a80af Re-order EM command versions 2017-07-12 20:07:36 -07:00
EmbeddedMan 75368c912e Updated "EM" command documentation to be much more accurate to how the EBB actually works. 2017-07-12 21:45:05 -05:00
EmbeddedMan 14a78d915c Oops. Forgot to update release notes for EBF v2.5.3 2017-07-11 21:55:48 -05:00
Windell Oskay 32acbffb8a Updating Mac firmware updater app 2017-07-09 14:17:28 -07:00
EmbeddedMan 5b60e55a54 Update to v2.5.2:
* More fixes for issue #78: StepAddInc (DeltaR) switched from signed 16 to signed 32 bit value in FIFO data structure.
* Also updated release notes and EBB docs to reflect this change.
2017-07-07 15:22:58 -05:00
Windell Oskay ad9a890caf Additional change to LM docs on limit checking. 2017-07-04 14:40:12 -07:00
EmbeddedMan 7bb1c64238 Version 2.5.2 (updated) of EBB firmware : corrected logic for LM command zero parameter value detection. See issue #78.
Updated LM command documentation to reflect 16 bit values for DeltaR and example #6 corrected.
2017-07-04 13:55:15 -05:00
Windell Oskay 9494981be2 Correction to description of LM 2017-07-03 00:13:29 -07:00
Windell Oskay f9b15ccf74 Reformat LM examples 2017-06-29 03:25:30 -07:00
Windell Oskay 903ec98f09 Minor technical correction
The LM command checks for accumulator value is greater than or equal to
2^31, not just greater than 2^31.
2017-06-27 17:13:21 -07:00
Windell Oskay f146c83d2f Minor changes to LM command documentation 2017-06-27 10:12:16 -07:00
Windell Oskay c372e59673 Further revisions to LM command description 2017-06-14 17:16:29 -07:00
Windell Oskay 8189ef608a Update description of LM command
Also note: microseconds, not nanoseconds
Change names of other parameters to match
2017-06-14 03:56:29 -07:00
Windell Oskay fb994c2d6d Correct malformed HTML character 2017-06-14 03:50:16 -07:00
Windell Oskay 4b8bc06f4a Restore Brian's commit as of 3 days ago...
Stupid freaking git. >:(
2017-06-14 03:49:11 -07:00
Windell Oskay 0cbb94ce55 Attempt to fix merge issues. :( 2017-06-14 03:33:44 -07:00
Windell Oskay ed0b0e43f2 Improve description of LM command
Also note: microseconds, not nanoseconds
2017-06-14 03:29:11 -07:00
EmbeddedMan 1e25f2eeeb Fixed minor typo in html of EBB docs. 2017-06-10 18:35:18 -05:00
EmbeddedMan d66509c97b Quick documentation fix for accuracy : we now properly describe the line endings for each command, as double checked in the code. Some are \n\r, some are \r\n. But the docs match the code now. 2017-06-10 18:34:19 -05:00
Windell Oskay ce1311fd1f Add additional cross references 2017-05-04 11:43:45 -07:00
Windell Oskay 6387b0416f Add code formatting to cross references 2017-05-03 10:34:35 -07:00
Windell Oskay fc36076fdf Fix some cross references 2017-05-03 10:26:33 -07:00
Windell Oskay 6e2fb4f3a3 Documentation cleanup
Reword some function and parameter descriptions for clarity and
formatting, including some changes to the given names of parameters.
Correct some usage of units. Correct some spelling.
2017-05-03 10:22:24 -07:00
Brian Schmalz b2b135068e EBB Firmware version 2.5.1 - fixed bug in LM command so that we can use negative values for StepAddInc parameter. Also tweaked 25KHz ISR rate so that it is much closer to 25KHz now. 2017-01-18 17:38:54 -06:00
Brian Schmalz 29d2472126 Updated EBB Firmware docs with v2.5.0 2017-01-14 09:10:50 -06:00
Brian Schmalz 6d14503bf6 Added note to SM command about short moves, and v2.4.5 release notes. 2017-01-08 16:06:49 -06:00
Brian Schmalz 1f6d0b70a9 Reverted change to SM command (suggesting use of XM for mixed-axis machines) and updating the text on XM that talks about what type of machine it is designed for. 2016-12-02 12:24:59 -06:00
Brian Schmalz 458a906f13 Added note to SM command about using XM with mixed axis machines. 2016-12-02 08:43:36 -06:00
Brian Schmalz 8f325e0035 * Updated docs for v2.4.4 (new status for FIFO in QM command)
* Corrected text for Query Node count command to reflect that we don't auto-increment the node counter anywhere.
2016-11-19 10:13:30 -06:00
Brian Schmalz f20c179816 Finished with HMTL formatting : applied consistent formatting rules to entire document, no content or rendering changes, just closing a lot of tags and consistent indenting mainly. 2016-11-19 08:50:47 -06:00
Brian Schmalz 3372b96f0f WIP: HTML Format cleanup - no changes to how the document renders or looks in a browser. 2016-11-17 07:40:01 -06:00