| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-28 | Import serial routines from utilHEADmaster | Nick Van Doorn | |
| 2018-04-06 | Make serial device configurable | Nick Van Doorn | |
| 2018-03-06 | Use chromium clang format | Nick Van Doorn | |
| 2017-12-21 | Increase buff and block size and update prototypes | Nick Van Doorn | |
| 2017-12-13 | Update header file for new names | Nick Van Doorn | |
| 2017-12-12 | Update API | Nick Van Doorn | |
| 2017-12-12 | Add debug statements & rename io helpers | Nick Van Doorn | |
| 2017-12-04 | Rename serial defines | Nick Van Doorn | |
| 2017-12-04 | Attempt to fix I/O | Nick Van Doorn | |
| There is a gross segfault... but only when it timesout for some reason. | |||
| 2017-12-01 | Fix sizeof args bug & cleanup | Nick Van Doorn | |
| Turns out uint8_t is passed by reference by default since it's just a typedef for char. As a result the length of args cannot be computed in runCommand. The caller is now responsible for computing the number of args and then passing them to runCommand openCameraFd now returns the result and writes the file descriptor in the fd pointer. Fix an inverted if statement in runComamnd Fix inverted read logic in snapShotToFile function | |||
| 2017-11-10 | Set methods as shared and lower timeout | Nick Van Doorn | |
| Thanks to @dpfrey for the excellent support resolving our build issues related to this file | |||
| 2017-11-09 | Code review bug fixes | Nick Van Doorn | |
| 2017-11-09 | Remove confusing typedef | Nick Van Doorn | |
| 2017-11-05 | Implement method to write snapshot to file | Nick Van Doorn | |
| Mostly lifted from here https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library/tree/master/examples/Snapshot | |||
| 2017-11-03 | Implement all methods suported on the VC0706 | Nick Van Doorn | |
| Most of this is ported directly from the Adafruit repo with some small changes Still lots of magic numbers floating around that I would like to squash but I'm not sure if there is really any point. | |||
| 2017-11-02 | Fix args | Nick Van Doorn | |
| 2017-11-02 | Initial commit | Nick Van Doorn | |
