64 Commits (dcb6e74c3fb876f41867aeae4fac9039f1c48564)

Author SHA1 Message Date
Andrew Tridgell 7e1048c89b HAL_ChibiOS: enable UART inversion on H7 6 years ago
Andrew Tridgell 64681cb05c HAL_ChibiOS: allocate threads from any heap 6 years ago
Andrew Tridgell dad1774330 HAL_ChibiOS: fixed channel selection for F4/F7 uart driver 6 years ago
Andrew Tridgell 9647a68c9e HAL_ChibiOS: fixed UART RX DMA for 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 dd8115c9b4 HAL_ChibiOS: check for already allocated TX dma in UART driver 6 years ago
Andrew Tridgell d9c888ab45 HAL_ChibiOS: port SPI, I2C and UART drivers to H7 6 years ago
Andrew Tridgell bbd25350eb HAL_ChibiOS: support ChibiOS kernel major 6 6 years ago
Siddharth Purohit b5fbdc9888 HAL_ChibiOS: invoke serial data event signal for non dma ports as well 6 years ago
Andrew Tridgell 8c43db1a00 HAL_ChibiOS: implement half-duplex delay and read locking 6 years ago
Andrew Tridgell 013f1d55e8 HAL_ChibiOS: added support for swapping UART pins 6 years ago
Andrew Tridgell d84bc9f556 HAL_ChibiOS: fixed STM32F7 RXINV flag 6 years ago
Andrew Tridgell 85243ad522 HAL_ChibiOS: enable support for half-duplex uart config 6 years ago
Andrew Tridgell acf03980ca HAL_ChibiOS: added UART inversion options 6 years ago
Andrew Tridgell 8c962e6f0f HAL_ChibiOS: use a larger TX buffer on USB 7 years ago
Francisco Ferreira 1b46104a98 AP_HAL_ChibiOS: fix warning when STDOUT is defined 7 years ago
Andrew Tridgell 7aba99e229 HAL_ChibiOS: fixes for ChibiOS version update 7 years ago
Siddharth Purohit 395c48933c HAL_ChibiOS: move tto using updated time conversion API 7 years ago
Andrew Tridgell 44fd85ff29 HAL_ChibiOS: reduce memory used by serial buffers 7 years ago
Andrew Tridgell 83f38d536e HAL_ChibiOS: fixed flow control auto-detect without DMA 7 years ago
Andrew Tridgell 50f7e55f0b HAL_ChibiOS: don't clear buffers if no baudrate change 7 years ago
Michael du Breuil 153ee6ca8e AP_HAL_ChibiOS: Clear UART buffers when opening a port 7 years ago
Michael du Breuil 037e53ba8a AP_HAL_ChibiOS: Reduce flash space of UARTDriver 7 years ago
Andrew Tridgell 369ac5edd0 HAL_ChibiOS: save more space in the bootloader 7 years ago
Andrew Tridgell e3b68876a9 HAL_ChibiOS: fixed tx_len on tx DMA timeout 7 years ago
Andrew Tridgell 8431a677d9 HAL_ChibiOS: added a timeout to DMA UART TX 7 years ago
Andrew Tridgell 2493cdbcb6 HAL_ChibiOS: switch to new bouncebuffer system 7 years ago
Andrew Tridgell 0fade4eb9e HAL_ChibiOS: make sure the UART bounce buffers are DMA safe 7 years ago
Andrew Tridgell edb831653f HAL_ChibiOS: added dma_flush and dma_invalidate operations 7 years ago
Andrew Tridgell 7b720aae46 HAL_ChibiOS: allow printf() to work on systems without debug console 7 years ago
Andrew Tridgell 89898bae1d HAL_ChibiOS: take account of available bytes in receive_time_constraint_us 7 years ago
Andrew Tridgell 7005383f82 HAL_ChibiOS: implement uart receive timestamp API 7 years ago
mirkix cb50639e27 AP_HAL_ChibiOS: add STM32F7 UART support 7 years ago
Andrew Tridgell 5854ccbb4c HAL_ChibiOS: removed stray debug code 7 years ago
Andrew Tridgell e4ce2f532b HAL_ChibiOS: make smaller builds possible 7 years ago
Andrew Tridgell e448b5d069 HAL_ChibiOS: implement UART port locking 7 years ago
Andrew Tridgell bc32276966 HAL_ChibiOS: support DShot output 7 years ago
Andrew Tridgell a64819cbf2 HAL_ChibiOS: minimise DMA TX latency on contended UARTs 7 years ago
Andrew Tridgell 556f3ba53f HAL_ChibiOS: make UARTs non-blocking by default 7 years ago
Andrew Tridgell 91c741ef07 HAL_ChibiOS: use a non-blocking lock for UART shared DMA 7 years ago
Andrew Tridgell 306d35655e HAL_ChibiOS: allow for bare board builds 7 years ago
Andrew Tridgell d0eb2970c7 HAL_ChibiOS: ensure RTS and CTS are both disabled for no flow control 7 years ago
Andrew Tridgell 82f1f462ae HAL_ChibiOS: ensure we don't init a uart driver twice 7 years ago
Andrew Tridgell 41758348e5 HAL_ChibiOS: added checking of lock state in shared_dma 7 years ago
Andrew Tridgell dce4c90467 HAL_ChibiOS: moved UART thread to UART driver 7 years ago
Andrew Tridgell 4d018cf5e2 HAL_ChibiOS: take lock on DMA allocate/deallocate 7 years ago
Andrew Tridgell e002fbdb8d HAL_ChibiOS: fixed a build warning 7 years ago
Andrew Tridgell 85acbcb21d HAL_ChibiOS: fixed UART send from TX complete IRQ 7 years ago