96 Commits (161ab4b330e719b1ac4e89ec91ac298beddab518)

Author SHA1 Message Date
murata e007b21f9e AP_HAL_ChibiOS: Console output can be disabled 3 years ago
Peter Barker 00de10d796 AP_HAL_ChibiOS: use structure for writing out WDOG,MON message 3 years ago
Andrew Tridgell 638e20a0b9 HAL_ChibiOS: bring in hal.h where it is needed 3 years ago
Andy Piper 48c21299f8 AP_HAL_ChibiOS: hwdef for SPRacingH7 3 years ago
Andrew Tridgell 531ca4289e HAL_ChibiOS: switch to minimum scheduling delta of 10us 4 years ago
Andrew Tridgell dd156d8da6 HAL_ChibiOS: run storage writes at 1kHz not 100Hz 4 years ago
Peter Barker 7d8c5757d6 AP_HAL_ChibiOS: move from HAL_NO_LOGGING to HAL_LOGGING_ENABLED 4 years ago
Peter Barker cfacb5d34d AP_HAL_ChibiOS: split out a calculate_thread_priority method 4 years ago
Andy Piper e1d71486e4 AP_HAL_ChibiOS: build fixes for ChibiOS 20.3.x 4 years ago
Andrew Tridgell 14791c335b HAL_ChibiOS: fixed build of f3 boards without PWM out 4 years ago
Andy Piper f9c5f9be00 AP_HAL_ChibiOS: make dshot DMA unlock event driven in order to allow unlocking from rcout thread 4 years ago
Andrew Tridgell b8e82a56f3 HAL_ChibiOS: don't start rout ticks till after full system init 4 years ago
Andy Piper 07f199ea1a AP_HAL_ChibiOS: rename system_initialized() and add is_system_initialized() 4 years ago
Andrew Tridgell b4201436dd HAL_ChibiOS: fixed flash space on 16k bl boards 4 years ago
Andrew Tridgell 0c440d5675 HAL_ChibiOS: cope with flash erase in expected delay 4 years ago
Andrew Tridgell ba69cd72c9 HAL_ChibiOS: improved stack checking and stack display 4 years ago
Andrew Tridgell 84eac7642b HAL_ChibiOS: improved stack checking 4 years ago
Andrew Tridgell 52a90e7a33 HAL_ChibiOS: fixed monitor thread with no logging 4 years ago
Andrew Tridgell 408f8b3940 HAL_ChibiOS: added check for overwrite of nullptr on H7 4 years ago
Andrew Tridgell 8f682c0782 HAL_ChibiOS: check all memory at 10Hz 4 years ago
Andrew Tridgell ee50eaf3c9 HAL_ChibiOS: go via AP_Filesystem for mount/unmount operations 4 years ago
Andrew Tridgell e471b23f58 HAL_ChibiOS: add a max quota of GPIO interrupts 4 years ago
Siddharth Purohit cdf8e369f1 AP_HAL_ChibiOS: create UAVCAN agnostic CANIface driver 5 years ago
Andrew Tridgell 2200dfefdb HAL_ChibiOS: during setup() we expect delays 5 years ago
Peter Barker 48da4e523c AP_HAL_ChibiOS: create and use INTERNAL_ERROR macro so we get line numbers 5 years ago
Andrew Tridgell 0ef66659ce HAL_ChibiOS: log WDOG message once a second 5 years ago
Andrew Tridgell 09477b2dfe HAL_ChibiOS: shorted thread names 5 years ago
Andrew Tridgell 8dabd6cefc HAL_ChibiOS: expect a long delay on flash page erase 5 years ago
Andrew Tridgell 65cd223023 HAL_ChibiOS: implement in_expected_delay() 5 years ago
Stephen Dade e1e7c6ea8a AP_HAL: Ensure scheduler does not log if there is no logger 5 years ago
Andrew Tridgell 6b841e781c HAL_ChibiOS: pat watchdog immediately in expect_delay_ms() 5 years ago
Mirko Denecke b84dcd483d AP_HAL_ChibiOS: remove unnecessary tabs and whitespaces 5 years ago
Andrew Tridgell 06b272705e HAL_ChibiOS: run RCIN thread at 1kHz 6 years ago
Andrew Tridgell 16bdaaa1af HAL_ChibiOS: added support for STM31F10x for AP_Periph 6 years ago
Andrew Tridgell 5e40921b42 HAL_ChibiOS: fixed reboot hold in bootloader 6 years ago
Andrew Tridgell 898150e460 HAL_ChibiOS: cope with calling delay_microseconds_boost() multiple times 6 years ago
Andrew Tridgell 59678840a8 HAL_ChibiOS: log SPI and I2C counters 6 years ago
Andrew Tridgell 0708b65c2d AP_HAL_ChibiOS: added const for PersistentData 6 years ago
Andrew Tridgell a7eb85e1c5 HAL_ChibiOS: cope with nesting of expected_delay_ms() 6 years ago
Andrew Tridgell 8d0bca6ba9 HAL_ChibiOS: log mavlink IDs and semaphore lines for watchdog 6 years ago
Andrew Tridgell d7a0eb42ee HAL_ChibiOS: added logging of watchdog data 6 years ago
Andrew Tridgell ce9e9d8670 HAL_ChibiOS: end scheduler boost on expected delay 6 years ago
Andrew Tridgell 19526b5826 HAL_ChibiOS: implement scheduler->expect_delay_ms() 6 years ago
Tom Pittenger 91b0650765 AP_HAL_ChibiOS: rename dataflash to logger 6 years ago
Andrew Tridgell 64681cb05c HAL_ChibiOS: allocate threads from any heap 6 years ago
Andrew Tridgell 57c573552c HAL_ChibiOS: check for logger instance before use 6 years ago
Peter Barker 6fc76a32af GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Andrew Tridgell ed3194d095 HAL_ChibiOS: fixed timer reset 6 years ago
Andrew Tridgell 960d4c0a80 HAL_ChibiOS: allow mount of microSD after boot 6 years ago