aboutsummaryrefslogtreecommitdiff
path: root/robot/makefile
Commit message (Collapse)AuthorAge
* 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
* error handling done + better simulation / debug messaginglonkaars2022-05-14
|
* debug error handlinglonkaars2022-05-13
|
* implement dummy simulation functionssimlonkaars2022-05-13
|
* added clang-tidy to make formatlonkaars2022-05-10
|
* add build number to makefilelonkaars2022-05-10
|
* added boilerplate source and header fileslonkaars2022-05-09
|
* project restructure + help in readme.mdlonkaars2022-04-26