1726 Commits (01062cccd7556b528babb539fc1de98859780cb1)

Author SHA1 Message Date
Andrew Tridgell 6c712c9001 HAL_ChibiOS: use SRAM1 as first ram segment on H7 4 years ago
Andrew Tridgell 4ed0b03f35 HAL_ChibiOS: implement set_RTS/CTS_pin methods 4 years ago
mateksys 40200654af AP_HAL_ChibiOS: add MatekF765-SE hwdef as a variant of MatekF765-Wing 4 years ago
Andrew Tridgell dd156d8da6 HAL_ChibiOS: run storage writes at 1kHz not 100Hz 4 years ago
Andy Piper e9f0c59e61 AP_HAL_ChibiOS: re-enable LEDs on MatekF405-bdshot 4 years ago
Andrew Tridgell 7ac895db77 HAL_ChibiOS: always send zero DShot when disarmed 4 years ago
Siddharth Purohit 9b2359b34c AP_HAL_ChibiOS: allow option to enable ChibiOS features in bootloader 4 years ago
Siddharth Purohit 1a1dd76a4c AP_HAL_ChibiOS: add initial herepro hwdef 4 years ago
Andrew Tridgell b4b02b4ffc HAL_ChibiOS: use nargs='+' for chibios_hwdef.py 4 years ago
willpiper ce1ee6334f AP_HAL_ChibiOS: addressed reviewed comments 4 years ago
willpiper fb4a4e609a AP_HAL_ChibiOS: added --extra-hwdef option 4 years ago
Siddharth Purohit 245f9d21b3 AP_HAL_ChibiOS: update clock config for FDCAN and External Flash 4 years ago
Siddharth Purohit 28dbbc2bc4 AP_HAL_ChibiOS: do not even initialise empty qspi driver 4 years ago
Siddharth Purohit d3e081c100 AP_HAL_ChibiOS: add support for entering XIP mode 4 years ago
Siddharth Purohit 263fbbbdb0 AP_HAL_ChibiOS: add echo safe debug flag bouncebuffer 4 years ago
Siddharth Purohit 3b3cc0b194 AP_FlashIface: add initial files for AP_FlashIface library 4 years ago
Siddharth Purohit c962292bae AP_HAL_ChibiOS: add support for H757I Evaluation board 4 years ago
Siddharth Purohit abc26d1993 AP_HAL_ChibiOS: add QSPI Device Driver in HAL 4 years ago
Siddharth Purohit 4cb48da984 modules: update ChibiOS 4 years ago
Siddharth Purohit 0e4fbe7c46 AP_HAL_ChibiOS: allow using internal compasses onboard 4 years ago
Siddharth Purohit 882b01bae3 AP_HAL_ChibiOS: Use HAL_CANMANAGER_ENABLED instead of HAL_ENABLE_LIBUAVCAN_DRIVERS 4 years ago
bugobliterator 7e8f11b749 AP_HAL_ChibiOS: allow embedded bootloader to be excluded 4 years ago
Andy Piper 9e99f724e5 AP_HAL_ChibiOS: add 1Hz update_channel_masks() 4 years ago
Andrew Tridgell ed93caadd5 HAL_ChibiOS: fixed build of VRUBrain-v51 4 years ago
Andy Piper 3386cbb0df AP_HAL_ChibiOS: add OREO support to CubeSolo. 4 years ago
Samuel Tabor 3fc58de7ce AP_HAL_ChibiOS: Restore soaring on F405-Wing board. 4 years ago
Andy Piper d36b4bfa3f AP_HAL_ChibiOS: make sure all MatekF405 bi-dir outputs get a DMA channel 4 years ago
Peter Barker f780a5c358 AP_HAL_ChibiOS: fix infinite loop for large SPI transfers 4 years ago
Dr.-Ing. Amilcar do Carmo Lucas d363cbadcc AP_HAL_ChibiOS: Disable un-needed hardware drivers in SkyViper builds 4 years ago
Dr.-Ing. Amilcar do Carmo Lucas 8593672f4c AP_HAL_ChibiOS: fix compilation when HAL_WITH_ESC_TELEM == 0 4 years ago
Tom Pittenger 7a004656a2 AP_HAL_ChibiOS: use HAL_ENABLE_LIBUAVCAN_DRIVERS instead of HAL_MAX_CAN_PROTOCOL_DRIVERS 4 years ago
Tom Pittenger 1feec460c4 AP_HAL_ChibiOS: enable BattMon MPPT PacketDigital to CubeOrange-periph 4 years ago
Tom Pittenger f764bd6547 AP_HAL_ChibiOS: disable EventSource only when CH_CFG_USE_EVENTS is false 4 years ago
Andrew Tridgell f09abc705b HAL_ChibiOS: bring us to 18k free for MatekF405-Wing plane build 4 years ago
Peter Barker 09e82e52e1 AP_HAL_ChibiOS: disable AP_EFI on MatekF405-Wing and omnibusf4pro 4 years ago
Peter Barker 3ba57fed89 AP_HAL_ChibiOS: add support for AP_Logger into AP_Periph 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 c34d8e80e9 HAL_ChibiOS: fixed serial info indexing for EMPTY uarts 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 a895bc1846 HAL_ChibiOS: reduce flash on VRBranin-v51 4 years ago
honglang 847ce3b311 AP_HAL_ChibiOS: CUAV X7/Nora: use icm42688 instead of bmi088 4 years ago
CUAVcaijie 0ff38e1379 HAL_ChibiOS: CUAV ICM20649 on SPI6 bus replaced by ICM20689 4 years ago
Andrew Tridgell 8701932670 HAL_ChibiOS: return zeros in dma.txt on first fetch 4 years ago
Andrew Tridgell 5529ba36e2 HAL_ChibiOS: added HolybroGPS AP_Periph port 4 years ago
Andrew Tridgell 23c0f257b6 HAL_ChibiOS: default off serial protocols in AP_Periph 4 years ago
Andrew Tridgell ac1e03e16a HAL_ChibiOS: move heater gains on CubeOrange to hwdef.dat 4 years ago
Andrew Tridgell 244d896bfb HAL_ChibiOS: enable heater on Pix32v5 4 years ago
bugobliterator ea1795d6fe AP_HAL_ChibiOS: ensure ToneAlarm is not disabled when UAVCAN is available 4 years ago