1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00
Commit graph

5 commits

Author SHA1 Message Date
Steve Evans
cf3615938b Remove superfluous double ; 2022-07-24 14:49:35 +01:00
jflyper
9fea8fc08d [G4][LIB] Fix LL_DMA_{Set,Get}PeriphRequest
Fix bad handling of DMA_TypeDef argument in LL_DMA_{Set,Get}PeriphRequest() inline macro.
This bug causes peripheral requests for DMA2 to be set in DMAMUX channels for DMA1.

This is fixed in FW library V1.1.0.
2020-01-15 10:45:39 +09:00
jflyper
a8b589de88 [G4][LIB] Modify HAL SPI driver for const-ness to match call from current bus_spi driver 2020-01-15 10:45:39 +09:00
jflyper
ddd60b6fbb [G4][LIB] Take care of FLASH_SIZE symbol collision with BF 2020-01-15 10:45:33 +09:00
jflyper
5eef822b6a [G4][LIB] Import FW library V1.0.0 2020-01-13 23:55:09 +09:00