aboutsummaryrefslogtreecommitdiff
path: root/robot/errcatch.c
Commit message (Collapse)AuthorAge
* `make format`lonkaars2022-06-05
|
* [WIP] stop on connection lost in dirclonkaars2022-06-02
|
* serial parsing working on clientlonkaars2022-05-29
|
* implement mode historylonkaars2022-05-26
|
* typedef enumslonkaars2022-05-26
|
* implement mode commandlonkaars2022-05-26
|
* forward errors to sercomm (implement expt commandlonkaars2022-05-26
|
* move some code to a shared folderlonkaars2022-05-24
|
* fix segfaultlonkaars2022-05-23
|
* [WIP] serial communication (broken w/ segfault)lonkaars2022-05-18
|
* fix buffer overflow in error handling modulelonkaars2022-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
* code formatlonkaars2022-05-17
|
* 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