Peter Barker
|
4527321035
|
AP_InternalError: remove leading comma in descriptive string
"i" just looks so likely....
|
2020-08-07 10:58:00 +10:00 |
Andrew Tridgell
|
369861e4c0
|
AP_InternalError: use strncpy_noterm
|
2020-07-10 13:32:24 +10:00 |
Peter Barker
|
446dc61979
|
AP_InternalError: add warning on the internal error_t type
|
2020-05-06 13:23:15 +10:00 |
Peter Barker
|
70a9abfaff
|
AP_InternalError: emit stringification of internal errors
|
2020-05-06 13:23:15 +10:00 |
Peter Barker
|
a30cdabb34
|
AP_InternalError: create and use INTERNAL_ERROR macro so we get line numbers
|
2020-04-30 13:21:36 +10:00 |
Andrew Tridgell
|
7d6e5fa8a5
|
AP_InternalError: implement AP_stack_overflow() C binding
allow low level HAL code to report a stack overflow to
AP_InternalError
|
2020-04-29 07:36:55 +10:00 |
Mark Whitehorn
|
b658a84124
|
AP_InternalError: add error type bad_rotation
|
2020-04-28 10:52:21 +10:00 |
Peter Barker
|
ede87d49f6
|
AP_InternalError: add a bit for infinite recursion in switch_full_sector
|
2020-04-12 09:43:13 +10:00 |
Andrew Tridgell
|
8b9928aaca
|
AP_InternalError: added hex and decimal comments
makes looking up codes faster from logs
|
2019-12-09 12:43:39 +11:00 |
Peter Barker
|
f090f35afa
|
AP_InternalError: add a general should-not-be-here bit
|
2019-09-28 07:58:48 +09:00 |
Andrew Tridgell
|
b8602abdeb
|
AP_InternalError: added error for i2c isr error
|
2019-08-25 17:12:16 +10:00 |
Peter Barker
|
cee3d8086b
|
AP_InternalError: move include of BoardConfig to cpp
This breaks an include loop when building for skyviper-v2450
|
2019-07-04 13:57:40 +10:00 |
Peter Barker
|
54ba686855
|
AP_InternalError: add bit for asking for a non-existant gcs backend
|
2019-06-27 07:54:45 +10:00 |
Peter Barker
|
256b6703f1
|
AP_InternalError: keep count of number of errors having occured
|
2019-06-12 10:05:59 +10:00 |
Andrew Tridgell
|
045bdf3478
|
AP_InternalError: removed unused internal error
|
2019-06-06 16:35:22 +10:00 |
Peter Barker
|
fc71e1ba53
|
AP_InternalError: add internal error for out-of-range bitmask ops
|
2019-05-28 09:43:17 +10:00 |
Peter Barker
|
aaf98f942f
|
AP_InternalError: add internal error for link errors in mission protocol
|
2019-05-22 08:53:45 +10:00 |
Andrew Tridgell
|
b217771dbf
|
AP_InternalError: persist internal error values
|
2019-05-15 15:33:48 +10:00 |
Andrew Tridgell
|
ebf04e70fe
|
AP_InternalError: don't panic on SITL watchdog_reset
|
2019-05-15 15:33:48 +10:00 |
Andrew Tridgell
|
8e1f100d98
|
AP_InternalError: added spi timeout error
|
2019-04-30 10:16:38 +10:00 |
Andrew Tridgell
|
945ab652cc
|
AP_InternalError: added iomcu_reset as separate code
|
2019-04-28 07:45:33 +10:00 |
Andrew Tridgell
|
dbe9e30edc
|
AP_InternalError: added iomcu_reset critical error
|
2019-04-22 16:53:35 +10:00 |
Andrew Tridgell
|
d5c2b77573
|
AP_InternalError: added bit for watchdog reset
|
2019-04-22 16:53:35 +10:00 |
Peter Barker
|
0b44525bda
|
AP_InternalError: correct cast in debug statement
|
2019-04-19 08:44:41 +09:00 |
Peter Barker
|
5c6c153467
|
AP_InternalError: make constraining NaNs an internal error
|
2019-04-09 10:18:43 +10:00 |
Peter Barker
|
2e885739e3
|
AP_InternalError: add singleton for tracking internal errors
|
2019-03-21 21:34:33 +11:00 |