Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | error_mcu: Support mechanism to add per-instance context to a shutdown | Kevin O'Connor | 2024-06-21 | 1 | -2/+13 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | error_mcu: Move formatting of mcu connect errors to error_mcu module | Kevin O'Connor | 2024-06-21 | 1 | -0/+12 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | error_mcu: Move mcu protocol error reporting to error_mcu module | Kevin O'Connor | 2024-06-21 | 1 | -0/+43 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | error_mcu: Move shutdown error message formatting to new error_mcu.py module | Kevin O'Connor | 2024-06-21 | 1 | -0/+67 |
Create a new module to help format verbose mcu error messages. Move the shutdown message formatting to this module. This moves the error formatting out of the background thread and out of the critical shutdown code path. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |