33 Commits (d28283e30228bc3092cf67baa879c2159e3d4a63)

Author SHA1 Message Date
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
Andrew Tridgell 979a2a4796 HAL_ChibiOS: removed debug code 7 years ago
Siddharth Purohit 538af2a58a HAL_ChibiOS: fix parity and stop bit setting 7 years ago
Siddharth Purohit df4bf7e476 HAL_ChibiOS: fix irq clash with unnecessary access to readbuf ring buffer 7 years ago
Siddharth Purohit 02696882e9 HAL_ChibiOS: if unbuffered write, do continue to invoke DMA writes 7 years ago
Andrew Tridgell 3dacbd1b36 HAL_ChibiOS: hold write lock for unbuffered writes 7 years ago
Andrew Tridgell ad26ca4a27 HAL_ChibiOS: implement parity and stop bits controls 7 years ago
Andrew Tridgell 2e15285c51 HAL_ChibiOS: refuse unbuffered writes without DMA 7 years ago
Andrew Tridgell 3f2cc2c9d6 HAL_ChibiOS: implement low latency UART writes 7 years ago
Andrew Tridgell f14a847b97 HAL_ChibiOS: rename classes to remove 'Chibi' 7 years ago
Andrew Tridgell d1f93cd66c HAL_Chibios: auto-generate I2C, SPI and UART device lists 7 years ago
Andrew Tridgell 280140bf25 HAL_ChibiOS: added support for MindPX-v2 7 years ago
Andrew Tridgell 41be81af34 HAL_Chibios: added hardware flow control for UARTs 7 years ago
Andrew Tridgell c3435e45c5 HAL_ChibiOS: initial port to FMUv4 7 years ago
Andrew Tridgell 8b6bab7b17 HAL_Chibios: added ChibiOS HAL 7 years ago