150 Commits (1191b59b08bdd909e7f004fd7305561e5171fa69)

Author SHA1 Message Date
Andrew Tridgell 26e76e51ed HAL_ChibiOS: fixed H7 build with older compilers 6 years ago
Andrew Tridgell 70930cca29 HAL_ChibiOS: fixed bootloader build with gcc 4.9 6 years ago
Andrew Tridgell f8aeeb0333 HAL_ChibiOS: adjust clock tree to be more consistent 6 years ago
Andrew Tridgell 5dd82f1d63 HAL_ChibiOS: adjust 16MHz HSE settings for H743 (CubeH7) 6 years ago
Andrew Tridgell b0f4494c4a HAL_ChibiOS: fixed DMA on SPI for Pixhawk4Pro 6 years ago
Andrew Tridgell 9966fbea0f HAL_ChibiOS: fixed bootloader build error 6 years ago
Andrew Tridgell e92c66418d HAL_ChibiOS: fixed bouncebuffer code on STM32F7 6 years ago
Andrew Tridgell a3e69e715d HAL_ChibiOS: avoid doing one-way SPI transfers 6 years ago
Andrew Tridgell cda1959629 HAL_ChibiOS: added support for more flexible memory regions 6 years ago
Andrew Tridgell 5f88340919 HAL_ChibiOS: fixed flash build warning 6 years ago
Andrew Tridgell 8a40ee8132 HAL_ChibiOS: fixed idle wait on H7 flash program 6 years ago
Andrew Tridgell b07ba37359 HAL_ChibiOS: pass optimization to ChibiOS build 6 years ago
Andrew Tridgell 77d4e1f796 HAL_ChibiOS: removed ID_ANY streams for H7 6 years ago
Andrew Tridgell 6422068e6b HAL_ChibiOS: fixed analog input on H7 6 years ago
Andrew Tridgell 46787fe7d8 HAL_ChibiOS: adjust clocks for H743 6 years ago
Andrew Tridgell 6fb40a9713 HAL_ChibiOS: set FPU=hard if not set elsewhere 6 years ago
Andrew Tridgell f753669a58 HAL_ChibiOS: improved check for DTCM ram 6 years ago
Andrew Tridgell 37bcd6e7d8 HAL_ChibiOS: default to timer 5 for H7 6 years ago
Andrew Tridgell e581be8df7 HAL_ChibiOS: optionally disable DCache on H7 6 years ago
Andrew Tridgell 46cb506a22 HAL_ChibiOS: added cache management for H7 in bouncebuffer code 6 years ago
Andrew Tridgell ff21508ce8 HAL_ChibiOS: ensure 32 byte alignment for DMA on H7 6 years ago
Andrew Tridgell 4b01e2c3b3 HAL_ChibiOS: fixed clock tree for no LSE on H7 6 years ago
Andrew Tridgell 3c9ba02ce9 HAL_ChibiOS: fixed H7 flash 6 years ago
Andrew Tridgell 52b47e499b HAL_ChibiOS: fixed H7 clock tree for ADC driver 6 years ago
Andrew Tridgell de335f14d7 HAL_ChibiOS: fixed GPIO init for H7 6 years ago
Andrew Tridgell 1fa0a2eeca HAL_ChibiOS: fixed peripheral enables on H7 6 years ago
Andrew Tridgell ae448a6932 HAL_ChibiOS: enable DMA checking on H7 6 years ago
Andrew Tridgell 51b4d54f70 HAL_ChibiOS: disable show_stack_usage in bootloader 6 years ago
Andrew Tridgell 565706cf7e HAL_ChibiOS: fixed H7 flash handling 6 years ago
Andrew Tridgell c2746ca9f9 HAL_ChibiOS: simplify H7 hwdef.dat 6 years ago
Andrew Tridgell 227ecc53ac HAL_ChibiOS: support mcuconf for STM32H7 MCU 6 years ago
Andrew Tridgell ceb0ec70f9 HAL_ChibiOS: disable pipes API 6 years ago
Andrew Tridgell 908b444a50 HAL_ChibiOS: update halconf for VER_7_0 API 6 years ago
Andrew Tridgell 247bb433ec HAL_ChibiOS: update chconf.h for VER_6_0 API 6 years ago
Andrew Tridgell 27a1fec911 HAL_ChibiOS: TBS-F7 is active low on sd power 6 years ago
Andrew Tridgell 94bace91a4 HAL_ChibiOS: bring up sensors rail after boot on TBS F7 6 years ago
murata 6bb11b5cc8 HAL_ChibiOS: Get the number of characters in strlen 6 years ago
Michael du Breuil e8373e1fdf AP_HAL_ChibiOS: add scripting heap 6 years ago
Andrew Tridgell 8188b4a039 HAL_ChibiOS: fixed card inserted test for SDC 6 years ago
Siddharth Purohit 8df52aba29 HAL_ChibiOS: move vsnprintf call to redirect Ardupilot's instead of ChibiOS's 6 years ago
Michael du Breuil 8c464572d8 AP_HAL_ChibiOS: Use a less clever version of realloc 6 years ago
Andrew Tridgell a0ed658fcc HAL_ChibiOS: added palReadLineMode() function 6 years ago
Andrew Tridgell 065dba973b HAL_ChibiOS: fixed build warning on iomcu 6 years ago
Andrew Tridgell 4674a1c68d HAL_ChibiOS: fixed system time for clocks other than 1MHz 6 years ago
Andrew Tridgell bcc1bd9752 HAL_ChibiOS: added realloc implementation 6 years ago
Michael du Breuil 8382d377bd AP_HAL_ChibiOS: Add a BUFSIZ value 6 years ago
Michael du Breuil 9a48a0835e AP_HAL_ChibiOS: Don't redefine errno 6 years ago
Michael du Breuil f810b7b9f6 AP_HAL_ChibiOS: Make getcwd() take size_t as per the standard 6 years ago
Siddharth Purohit 8ac38d73f7 HAL_ChibiOS: add option for NO_FASTBOOT build and enable it for iomcu 6 years ago
Siddharth Purohit 6622c9b8fd HAL_ChibiOS: wrap sscanf and snprintf methods 6 years ago