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

12 commits

Author SHA1 Message Date
Steve Evans
cf3615938b Remove superfluous double ; 2022-07-24 14:49:35 +01:00
Steve Evans
ab66795eeb G4 SPI DMA support 2021-08-31 23:29:51 +12:00
Steve Evans
f39467c396 Use static definition for ClassData to support USB MSC DMA on G4 2021-08-30 12:54:04 +01:00
Davor Kustec
3c6a37007d Fixes from review + new PR 2020-08-31 16:40:38 +02: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
53e81732f6 [G4][LIB][USB] Middlewares change: Fix memory corruption 2020-01-15 10:45:39 +09:00
jflyper
651c40c397 [G4][LIB][USB] Remove insane defs for MIN and MAX 2020-01-15 10:45:39 +09:00
jflyper
7dfac1aaea [G4][LIB] Modify USB Middleware library for addition of HID and MSC
MSC updates
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
a5d08c91c5 [G4][LIB] Take care of unused parameters in USB library 2020-01-15 10:45:38 +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