Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | implement dummy simulation functionssim | lonkaars | 2022-05-13 |