aboutsummaryrefslogtreecommitdiff
path: root/robot/errcatch.h
Commit message (Collapse)AuthorAge
* WIP sercomm implementationlonkaars2022-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
* changed error code names following @FlamingHotToast's suggestionlonkaars2022-05-17
|
* fix memory leak in error handling modulelonkaars2022-05-16
|
* clang-formatlonkaars2022-05-14
|
* error handling done + better simulation / debug messaginglonkaars2022-05-14
|
* debug error handlinglonkaars2022-05-13
|
* implemented errcatch module (read todo)lonkaars2022-05-13
| | | | | TODO: - test code
* [wip] error handling modulelonkaars2022-05-11
|
* implement setup and hypervisorlonkaars2022-05-09
|
* added boilerplate source and header fileslonkaars2022-05-09