127 Commits (161ab4b330e719b1ac4e89ec91ac298beddab518)

Author SHA1 Message Date
murata e007b21f9e AP_HAL_ChibiOS: Console output can be disabled 3 years ago
Andy Piper eaa414bb0c AP_HAL_ChibiOS: implement pseudo-flushing for buffered UARTS 3 years ago
Andrew Tridgell 1c5a954b24 HAL_ChibiOS: incorrect class of class in uart TX timeout 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
Peter Barker 875f9a9497 AP_HAL_ChibiOS: add HAL_UART_STATS_ENABLED to disable stats gathering 3 years ago
Stephen Dade fb5ac63a63 AP_HAL_ChibiOS: Fix get_options() to use uint16_t 3 years ago
Andrew Tridgell 61ffe188d4 HAL_ChibiOS: implement disable_rxtx() 3 years ago
bugobliterator 5fa50c419d AP_HAL_ChibiOS: account for TXFIFO when doing flow control detection 3 years ago
Iampete1 5848510876 AP_HAL_ChibiOS: set flow control disabled if no RTS line 3 years ago
Iampete1 dc45a113f9 AP_HAL_ChibiOS:UARTDriver: allow re-defintion of RTS and CTS pins 3 years ago
Andrew Tridgell 0212e23cd3 HAL_ChibiOS: added support for STM32L496 MCUs 3 years ago
Andrew Tridgell adbaccaa08 HAL_ChibiOS: fixed RTSCTS flow control issue 3 years ago
Andrew Tridgell 39f44147b8 HAL_ChibiOS: reduce the impact of UART DMA contention 3 years ago
Andy Piper f71b951cb2 AP_HAL_ChibiOS: return correct value for tx_pending(). 4 years ago
bugobliterator d1b0438412 AP_HAL_ChibiOS: add support for usb passthrough with baud changes 4 years ago
Andrew Tridgell db1df9d3a8 HAL_ChibiOS: raise DMA contention threshold for H7 4 years ago
Andrew Tridgell 926d4ad71c HAL_ChibiOS: implement NOFIFO option for uarts 4 years ago
Andrew Tridgell 4ed0b03f35 HAL_ChibiOS: implement set_RTS/CTS_pin methods 4 years ago
Andrew Tridgell 67fea9f2f8 HAL_ChibiOS: fixed DMA disable on contention 4 years ago
Andrew Tridgell 3128d71aac HAL_ChibiOS: display uart even when not initialised 4 years ago
Andrew Tridgell 6fab8feeae HAL_ChibiOS: implement uart_info per-uart 4 years ago
Andrew Tridgell 135a4d2c83 HAL_ChibiOS: fixed order and labelling of @SYS/uarts.txt 4 years ago
Andrew Tridgell 47a5d78397 HAL_ChibiOS: disable DMA on high contention UARTs 4 years ago
Andrew Tridgell 4cddb12508 HAL_ChibiOS: fixed DMA sent calculation on UART DMA timeout 4 years ago
Andrew Tridgell 439a944801 HAL_ChibiOS: added support for STM32G474 MCU 4 years ago
Andy Piper e1d71486e4 AP_HAL_ChibiOS: build fixes for ChibiOS 20.3.x 4 years ago
Andrew Tridgell 3b88a3273b HAL_ChibiOS: adjust up uart tx stack size 4 years ago
Andrew Tridgell 5e0f175223 HAL_ChibiOS: adjust UART buffer sizes for new UART code 4 years ago
Andy Piper 4e61ba2dc8 AP_HAL_ChibiOS: reduce stack sizes for rcout, uart_rx and storage. 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 4c2cbdab8d AP_HAL_ChibiOS: only setup half-duplex for receive when transmit is fully over 4 years ago
Andy Piper 5c32007cdf AP_HAL_ChibiOS: ensure stop bits can be set before UART begin 4 years ago
Andrew Tridgell 9de1519928 HAL_ChibiOS: prevent hw flow control from hogging a DMA channel 4 years ago
Andrew Tridgell afbdd69165 AP_HAL_ChibiOS: adjust stack sizes 4 years ago
Andrew Tridgell 46976c4358 HAL_ChibiOS: fixed remapping of ioline_t with BRD_ALT_CONFIG 4 years ago
Andrew Tridgell 989f8c5d41 HAL_ChibiOS: fixed a race condition in UART DMA transmit 4 years ago
Siddharth Purohit a7d641c705 AP_HAL_ChibiOS: add available method for locked state 5 years ago
Peter Barker 931c77fa77 AP_HAL_ChibiOS: correct clearing of UART drivers 5 years ago
Peter Barker 6d9e563ede AP_HAL_ChibiOS: override read(buffer,count) method to be more efficient 5 years ago
Peter Barker 8f54de4184 AP_HAL_ChibiOS: add discard_input method on UARTDriver 5 years ago
Andrew Tridgell db8fdeebeb HAL_ChibiOS: fixed Hott telem half duplex handling 5 years ago
Andrew Tridgell fc0b2ef920 HAL_ChibiOS: added half-duplex protection for non-inverted 5 years ago
Andrew Tridgell 8b93e0f57d HAL_ChibiOS: prevent double init of USB 5 years ago
Andrew Tridgell e8ab35a192 HAL_ChibiOS: fixed stdout in early startup bug 5 years ago
Andrew Tridgell a8501a91c7 HAL_ChibiOS: fixed handling of write mutex 5 years ago
Andrew Tridgell a935b764f4 HAL_ChibiOS: fixed UART DMA issue on F4 5 years ago
Andrew Tridgell 9554103418 HAL_ChibiOS: don't extend alloc of iomcu uart 5 years ago
Andrew Tridgell a7b83b1e26 HAL_ChibiOS: allow for unbuffered writes without DMA 5 years ago
Andrew Tridgell bb5c1d07e1 HAL_ChibiOS: implement new UART option bits 5 years ago