1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00
betaflight/lib/main
jflyper 0c5540228f Simple fixes to library files
- stm32h7xx_hal_rcc.c: Prevent signed-unsigned comparison warning

- [USBLIB] Take care of unused parameters

- [LIB] Stop signed-unsigned comparison warning (rcc_ex)

- Modify HAL SPI driver for const-ness to match call from current bus_spi driver

- [LIB] Handle unused in stm32h7xx_hal_flash.c

- UNUSED care for stm32h7xx_hal_rtc_ex.c

- UNUSED care for stm32h7xx_hal_pwr.c

- UNUSED care for stm32h7xx_hal_pcd.c

- UNUSED care for stm32h7xx_hal_flash.c

- UNUSED care for stm32h7xx_hal_adc_ex.c
2019-04-28 05:55:01 +09:00
..
CMSIS CF/BF - Update DSP_Lib and STM32F7/Drivers/CMSIS to CMSIS 5.3.0. (#5431) 2018-03-12 09:34:43 +13:00
dyad Fixed build for gcc 8 (SITL). 2019-02-25 15:34:34 +13:00
MAVLink Fixed permissions on files. 2017-11-28 23:31:55 +13:00
STM32_USB-FS-Device_Driver Further improvements to serial const correctness 2016-10-04 09:01:28 +01:00
STM32_USB_Device_Library Fix UNUSED() macro conflict with STM libraries 2019-02-18 11:26:03 -05:00
STM32_USB_OTG_Driver Per mikeller's comment. 2018-04-13 02:59:17 +09:00
STM32F1 Fix UNUSED() macro conflict with STM libraries 2019-02-18 11:26:03 -05:00
STM32F3 Fix UNUSED() macro conflict with STM libraries 2019-02-18 11:26:03 -05:00
STM32F4 Fix UNUSED() macro conflict with STM libraries 2019-02-18 11:26:03 -05:00
STM32F7 Fix memory corruption in USB code. 2019-03-16 12:02:42 +01:00
STM32H7 Simple fixes to library files 2019-04-28 05:55:01 +09:00