99 Commits (master)

Author SHA1 Message Date
Peter Barker 4ca0f35943 AP_HAL_ChibiOS: do not gate AP_CRASHDUMP_ENABLED on bootloader 3 years ago
Peter Barker 13b03f79db AP_HAL_ChibiOS: move from HAL_NO_SHARED_DMA to AP_HAL_SHARED_DMA_ENABLED 3 years ago
Peter Barker 4de69823e8 AP_HAL_ChibiOS: allow crashdump even if !HAL_GCS_ENABLED 3 years ago
Andrew Tridgell e807a74976 AP_HAL_ChibiOS: fixed use of configured() vs configured_in_storage() 3 years ago
Iampete1 af58ca52c1 AP_HAL_ChibiOS: allocate_heap_memory use single malloc 3 years ago
Andy Piper b6022ca5d4 AP_HAL_ChibiOS: add support for alternate alarm PWM group 3 years ago
Andrew Tridgell 638e20a0b9 HAL_ChibiOS: bring in hal.h where it is needed 3 years ago
Andy Piper 83ac78e969 AP_HAL_ChibiOS: add support for @SYS/timers.txt 3 years ago
Andy Piper 48c21299f8 AP_HAL_ChibiOS: hwdef for SPRacingH7 3 years ago
Peter Barker 875f9a9497 AP_HAL_ChibiOS: add HAL_UART_STATS_ENABLED to disable stats gathering 3 years ago
Jaaaky f1f31c1aef AP_HAL_ChibiOS: Fix multi #include's 3 years ago
Peter Barker a281c3ef91 AP_HAL_ChibiOS: remove stray 'No Crash Detected' diagnostic 3 years ago
bugobliterator 4efe75683a HAL_ChibiOS: mention of HAL_CRASH_DUMP_FLASHPAGE not required 3 years ago
bugobliterator f02a7b560b AP_HAL_ChibiOS: update last_crash_dump api 3 years ago
Andrew Tridgell 7f2bcf927c HAL_ChibiOS: allow setting of armed pin 3 years ago
bugobliterator a28bf358d1 HAL_ChibiOS: skip compiling last_crash_dump if bootloader and GCS disabled 3 years ago
bugobliterator 29568a23ae HAL_ChibiOS: fetch crash_dump stored in flash 3 years ago
Andrew Tridgell 84bbc707fc AP_HAL_ChibiOS: added stack logging 3 years ago
bugobliterator f298ea406e HAL_ChibiOS: enable RNG only for H7 based boards off for the rest by default 3 years ago
bugobliterator 792e6666a3 HAL_ChibiOS: add random number generator implementation for ChibiOS 3 years ago
Peter Barker 1bd62362a4 AP_HAL_ChibiOS: move from HAL_NO_GCS to HAL_GCS_ENABLED 3 years ago
Iampete1 bf695e4eeb AP_HAL_ChibiOS: atof to strtof 3 years ago
bugobliterator d1b0438412 AP_HAL_ChibiOS: add support for usb passthrough with baud changes 4 years ago
Michael Oborne d622aad592 AP_HAL_ChibiOS: add get_usb_baud - support for usb baudrate 4 years ago
Siddharth Purohit abc26d1993 AP_HAL_ChibiOS: add QSPI Device Driver in HAL 4 years ago
Siddharth Purohit 882b01bae3 AP_HAL_ChibiOS: Use HAL_CANMANAGER_ENABLED instead of HAL_ENABLE_LIBUAVCAN_DRIVERS 4 years ago
Andrew Tridgell 6fab8feeae HAL_ChibiOS: implement uart_info per-uart 4 years ago
bugobliterator ea1795d6fe AP_HAL_ChibiOS: ensure ToneAlarm is not disabled when UAVCAN is available 4 years ago
Michel Pastor b083848ae7 AP_HAL_ChibiOS: fix comments 4 years ago
Andy Piper 66fadf53a1 AP_HAL_ChibiOS: remove dshot calibration step 4 years ago
Andy Piper f3f3056dba AP_HAL_ChibiOS: add support for dshot commands to rcout 4 years ago
Andy Piper 558631918c AP_HAL_ChibiOS: add %age of total to thread statistics 4 years ago
Andy Piper e1d71486e4 AP_HAL_ChibiOS: build fixes for ChibiOS 20.3.x 4 years ago
Andrew Tridgell 243cf2199d HAL_ChibiOS: disable shared DMA on IOMCU 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
Andy Piper 2cdc202d19 AP_HAL_ChibiOS: use non-cachable SRAM3 for DMA on H743 4 years ago
Andrew Tridgell 9861a02c60 HAL_ChibiOS: save INS_ACC*ID persistent parameters 4 years ago
Andrew Tridgell 5ed19c764e HAL_ChibiOS: expose load_persistent_params for @SYS 4 years ago
Andrew Tridgell 5c823debc0 HAL_ChibiOS: support saving persistent parameters to bootloader sector 4 years ago
Andrew Tridgell 42bc9adfb7 HAL_ChibiOS: use ExpandingString for @SYS buffers 4 years ago
Andy Piper 83c8807b39 AP_HAL_ChibiOS: when HAL_ENABLE_THREAD_STATISTICS is defined add ChibiOS thread stats to threads.txt 4 years ago
Andy Piper cf2602f91d AP_HAL_ChibiOS: add support for @SYS/dma.txt for DMA contention 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 3f775205e6 HAL_ChibiOS: fixed use of chHeapFree 4 years ago
Andrew Tridgell ee50eaf3c9 HAL_ChibiOS: go via AP_Filesystem for mount/unmount operations 4 years ago
Andrew Tridgell 6bacf021c8 HAL_ChibiOS: disable thread_info in AP_Periph and bootloader 5 years ago
Andrew Tridgell d82cd1363b HAL_ChibiOS: fixed bootloader build 5 years ago
Andrew Tridgell f0c9f4003e HAL_ChibiOS: implement thread_info() 5 years ago
bugobliterator 89d03f0243 AP_HAL_ChibiOS: implement standard realloc method 5 years ago