Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add doxygen | lonkaars | 2022-05-26 |
| | |||
* | `make format` | lonkaars | 2022-05-25 |
| | |||
* | serial receive working with empty handlers | lonkaars | 2022-05-25 |
| | |||
* | move more shared code | lonkaars | 2022-05-25 |
| | |||
* | move some code to a shared folder | lonkaars | 2022-05-24 |
| | |||
* | sim reading serial in from stdin working | lonkaars | 2022-05-24 |
| | |||
* | WIP serial receive | lonkaars | 2022-05-23 |
| | |||
* | [WIP] serial communication (broken w/ segfault) | lonkaars | 2022-05-18 |
| | |||
* | fix buffer overflow in error handling module | lonkaars | 2022-05-17 |
| | | | | | | | | | | | - fixed ring buffer overflow in errcatch module - fixed naming of commands in sercomm module - added comments to macro's in consts.h - properly handle `W2_E_WARN_UNCAUGHT_ERROR` and `W2_E_WARN_ERR_BUFFER_FULL` (these used to cause infinite loops) - added buffer full warning code - added options to hide some simulation messages - more boilerplate sercomm module code | ||
* | WIP sercomm implementation | lonkaars | 2022-05-17 |
| | | | | | | | | | - moved some module-specific constants to their respective header files - changed .clang-tidy to ignore global private global constants (starting with `_`) - suppressed some GCC warnings in bin.c and all pololu library warnings - added function signatures for sercomm protocol data generators - added endianness check in setup.c | ||
* | added boilerplate source and header files | lonkaars | 2022-05-09 |