94 Commits (961c517274420d8a32ccfc5194dc96fe579dcaac)

Author SHA1 Message Date
Andy Piper 968d05a637 AP_HAL_ChibiOS: allow further LED channels to be allocated at the same length 4 years ago
Andrew Tridgell 243cf2199d HAL_ChibiOS: disable shared DMA on IOMCU 4 years ago
Andrew Tridgell eec05c1f48 HAL_ChibiOS: fixed a race and null ptr deref in dshot 4 years ago
Andy Piper b102391163 AP_HAL_ChibiOS: don't send rcout events without rcout thread 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 3a9107245c AP_HAL_ChibiOS: allocate DMA and LED buffers correctly when the length changes 4 years ago
Andrew Tridgell 0cc4409845 HAL_ChibiOS: fixed handling of invalid channel for LED write 4 years ago
Andy Piper 9249b73e8b AP_HAL_ChibiOS: correctly allow mixing of bidir and non-bidir channels 4 years ago
Andy Piper 2b885cd79f AP_HAL_ChibiOS: ensure that serial LED setup goes via an intermediate buffer 4 years ago
Andy Piper fdbf2d369a AP_HAL_ChibiOS: do not take bi-dir path when in serial DMA 4 years ago
Andy Piper e9ea360a99 AP_HAL_ChibiOS: don't timeout after 11 bits on serial irqs 4 years ago
Andrew Tridgell 6f4bfed82d HAL_ChibiOS: fixed build with alarm and no PWM channels 4 years ago
Andy Piper 401e5c2073 AP_HAL_ChibiOS: add support for bidir DShot support in RCOutput 4 years ago
Peter Hall fe5779fd88 AP_HAL_ChibiOS: add support for ProfiLEDs 5 years ago
Andrew Tridgell 669b98c6df HAL_ChibiOS: allow more than 32 WS2812 LEDs on a pin 5 years ago
Peter Hall 0ca6b7cf77 AP_HAL_ChibiOS: retry neopixel until successful send 5 years ago
Andrew Tridgell a0fe1a7598 HAL_ChibiOS: produce more accurate clocks for DShot and PWM 5 years ago
Andrew Tridgell adf17414e0 HAL_ChibiOS: fixed output string for non-DMA capable chan 5 years ago
Randy Mackay a71ae54d3a AP_HAL: add RCOutput::get_output_mode_banner 5 years ago
Andrew Tridgell 4636a4c458 HAL_ChibiOS: support LEDs with a wider range of frequencies 5 years ago
Mirko Denecke b84dcd483d AP_HAL_ChibiOS: remove unnecessary tabs and whitespaces 5 years ago
Andrew Tridgell 77bf67e15f HAL_ChibiOS: fixed padding of neopixel bits 5 years ago
Mark Whitehorn d8a07b6c44 HAL_ChibiOS: fix FMU fast_channel_mask 5 years ago
Andrew Tridgell 386e7dc3e8 HAL_ChibiOS: fixed delay for OneShot125 channels 6 years ago
Andrew Tridgell 03c1a8bfd9 HAL_ChibiOS: use safety button logic from AP_BoardConfig 6 years ago
Andrew Tridgell f441223b55 HAL_ChibiOS: implement updated NeoPixel API 6 years ago
Tom Pittenger e3416b66dc AP_HAL_ChibiOS: add Neopixel output type, similar to dshot 6 years ago
Andrew Tridgell d1565a96c5 HAL_ChibiOS: wrap cacheBuffer functions 6 years ago
Andrew Tridgell dbfe6b8019 HAL_ChibiOS: implement persistent_data for watchdog 6 years ago
Andrew Tridgell 1acb7e977f HAL_ChibiOS: added ability to restore safety state on watchdog reset 6 years ago
Andrew Tridgell 94abc5a54d HAL_ChibiOS: fixed DShot on H7 6 years ago
Andrew Tridgell 231117e9b1 HAL_ChibiOS: invalidate before read on rx, not on DMA setup 6 years ago
Andrew Tridgell 071d5e01af HAL_ChibiOS: added DMAMUX channel assignment calls 6 years ago
Andrew Tridgell f4e31ce65b HAL_ChibiOS: added more cache flush ops 6 years ago
Andrew Tridgell d96142a37e HAL_ChibiOS: allow double allocate call in RCOutput 6 years ago
Andrew Tridgell bbd25350eb HAL_ChibiOS: support ChibiOS kernel major 6 6 years ago
Tom Pittenger 548a579f18 AP_HAL_ChibiOS: unify singleton naming to _singleton and get_singleton() 6 years ago
Andrew Tridgell 50683633b3 HAL_ChibiOS: setup for brushed feature in IOMCU 6 years ago
Andrew Tridgell 8dd58b4181 HAL_ChibiOS: support reversible DShot motors 6 years ago
Randy Mackay c1ab3afb6c AP_HAL_ChibiOS: fix safety switch option handling 6 years ago
Andrew Tridgell 8c391291a3 HAL_ChibiOS: fixed a race in DShot code 6 years ago
Siddharth Purohit 87a2dea9d4 HAL_ChibiOS: disable features that require advanced dma 7 years ago
Andrew Tridgell 8c33b4b97d HAL_ChibiOS: implement set_failsafe_pwm() 7 years ago
Peter Barker 2209e4a697 AP_HAL_ChibiOS: new HAL functor-based methods 7 years ago
Andrew Tridgell 3df2a1c228 HAL_ChibiOS: fixed dshot bad frames 7 years ago
Andrew Tridgell 946b4db0e6 HAL_ChibiOS: set min dshot separation to 100usec 7 years ago
Andrew Tridgell 22ba9a0aea HAL_ChibiOS: fixed timeout of serial read bytes 7 years ago
Lucas De Marchi 668c941717 Global: use new version of ARRAY_SIZE 7 years ago
Siddharth Purohit 395c48933c HAL_ChibiOS: move tto using updated time conversion API 7 years ago
Andrew Tridgell 1eef29e525 HAL_ChibiOS: only set freq on valid IO channels 7 years ago