57 Commits (cbb84c127c6f3c58e22f94020ce85da57bb337a6)

Author SHA1 Message Date
murata e007b21f9e AP_HAL_ChibiOS: Console output can be disabled 3 years ago
Andrew Tridgell 638e20a0b9 HAL_ChibiOS: bring in hal.h where it is needed 3 years ago
Nathan Costa 9f7aa715b1 AP_HAL_ChibiOS: add support for CAN/I2C switch 3 years ago
Andrew Tridgell e6aae3caf6 HAL_ChibiOS: fix G4 I2c bus speeds 3 years ago
Andrew Tridgell 0212e23cd3 HAL_ChibiOS: added support for STM32L496 MCUs 3 years ago
Andrew Tridgell 4fce1ae092 HAL_ChibiOS: added G491 support 4 years ago
Andrew Tridgell 4d661911e5 HAL_ChibiOS: allow adjustment of F7 I2C timing 4 years ago
Andrew Tridgell 46976c4358 HAL_ChibiOS: fixed remapping of ioline_t with BRD_ALT_CONFIG 4 years ago
Peter Barker 48da4e523c AP_HAL_ChibiOS: create and use INTERNAL_ERROR macro so we get line numbers 5 years ago
Andrew Tridgell 56985f8c33 HAL_ChibiOS: added checking on bouncebuffer allocation 5 years ago
Andrew Tridgell f68b9bafd8 HAL_ChibiOS: fixed H7 I2C timing 5 years ago
Andrew Tridgell bc1de7a208 HAL_ChibiOS: support STM32F3xx MCUs 5 years ago
Mirko Denecke b84dcd483d AP_HAL_ChibiOS: remove unnecessary tabs and whitespaces 5 years ago
Andrew Tridgell b30f3697d2 HAL_ChibiOS: fixed build without ISR limit 6 years ago
Andrew Tridgell 16bdaaa1af HAL_ChibiOS: added support for STM31F10x for AP_Periph 6 years ago
Andrew Tridgell aeb58cede1 HAL_ChibiOS: I2C timeout should be send+recv, not MAX(send,recv) 6 years ago
Andrew Tridgell 578e5dfdaa HAL_ChibiOS: add up i2c ISR count 6 years ago
Andrew Tridgell f8cfbb8062 HAL_ChibiOS: added ISR limit on I2C 6 years ago
Lucas De Marchi e66de36016 HAL_ChibiOS: fix I2C transaction without stop condition 6 years ago
Andrew Tridgell 59678840a8 HAL_ChibiOS: log SPI and I2C counters 6 years ago
Andrew Tridgell d9c888ab45 HAL_ChibiOS: port SPI, I2C and UART drivers to H7 6 years ago
Andrew Tridgell adf7fefc2e HAL_ChibiOS: detect stuck I2C bus and clear with SCL 6 years ago
Andrew Tridgell d3af854949 HAL_ChibiOS: fixed bootloader build 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 13f96bcb00 HAL_ChibiOS: fixed an i2c dma callback bug 7 years ago
Andrew Tridgell 73cfd40e7f HAL_ChibiOS: reduce latency of DMA sharing 7 years ago
Andrew Tridgell 59aab9987e HAL_ChibiOS: account for I2C base in compass masks 7 years ago
Andrew Tridgell 476bddd9a3 HAL_ChibiOS: use HAL_I2C_INTERNAL_MASK 7 years ago
Andrew Tridgell 4f9bd50038 HAL_ChibiOS: implement I2C bus masks 7 years ago
Andrew Tridgell e068106669 HAL_ChibiOS: support I2C devices on STM32F7 without DMA 7 years ago
Andrew Tridgell a945c97ec6 HAL_ChibiOS: fixed 3-way DMA sharing bug 7 years ago
Andrew Tridgell 2493cdbcb6 HAL_ChibiOS: switch to new bouncebuffer system 7 years ago
Andrew Tridgell fef1b0ffc6 HAL_ChibiOS: fixed I2C flush/invalidate calls 7 years ago
Andrew Tridgell 4d4ea894e8 HAL_ChibiOS: disable i2c device debug code 7 years ago
Andrew Tridgell edb831653f HAL_ChibiOS: added dma_flush and dma_invalidate operations 7 years ago
mirkix c2eee2db23 AP_HAL_ChibiOS: add STM32F7 I2C support 7 years ago
Andrew Tridgell bc32276966 HAL_ChibiOS: support DShot output 7 years ago
Andrew Tridgell 306d35655e HAL_ChibiOS: allow for bare board builds 7 years ago
Andrew Tridgell 5f353b5c85 HAL_ChibiOS: fixed build of I2C without I2C1 defined 7 years ago
Andrew Tridgell 9301e4888a HAL_ChibiOS: make not having bus lock a soft error 7 years ago
Andrew Tridgell 8eff43a352 HAL_ChibiOS: fixed printf arguments 7 years ago
Siddharth Purohit 40142e5aef ChibiOS: implement way to clear i2c bus by toggling clock line 7 years ago
Andrew Tridgell 47ce37f463 HAL_ChibiOS: report I2C clock downgrades 7 years ago
Andrew Tridgell f1ce321a2f HAL_ChibiOS: added checking of bus owner 7 years ago
Andrew Tridgell 23e1b2e271 HAL_ChibiOS: added paranoid state checking on I2C 7 years ago
Andrew Tridgell 87389e0fdc HAL_ChibiOS: fixed double DMA allocation on i2c 7 years ago
Andrew Tridgell 63671b06a8 HAL_ChibiOS: added HAL_I2C_MAX_CLOCK define 7 years ago
Andrew Tridgell 88f11f5a50 HAL_ChibiOS: added HAL_I2C_BUS_BASE 7 years ago
Andrew Tridgell f5c8754d75 HAL_ChibiOS: use ARRAY_SIZE_SIMPLE 7 years ago