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

14 commits

Author SHA1 Message Date
Steve Evans
d78f2081db Fix pg_resetdata location in FLASH 2021-08-30 20:12:42 +01:00
Michael Keller
b83bc86713 Rearranged flash on targets >512 kB to keep first sector from overflowing. 2021-08-09 10:06:27 +12:00
Steve Evans
87c8847c13 New SPI API supporting DMA
Call targetConfiguration() once before config is loaded and again afterwards in case the config needs to be changed to load from SD card etc

Drop SPI clock during binding

Remove debug

Add per device SPI DMA enable

Fix sdioPinConfigure() declaration warning

Reduce clock speed during SPI RX initialisation
2021-07-25 12:40:25 +12:00
Michael Keller
7763ab6a1e Moved parameter group defaults into main flash for STM32F722. 2020-10-25 18:50:24 +01:00
Michael Keller
4261f0499d
Revert "Clean up linker script" 2020-09-22 00:05:51 +12:00
Michael Keller
4ffe9dac9e
Merge pull request #10126 from SJ-Innovation/SJI_cleanup_linker_script 2020-09-13 16:15:46 +12:00
Sam Lane
bf3fb24aa1 Remove missed duplicate LMA 2020-08-23 09:04:18 +01:00
Sam Lane
4c99ad743d Rename FAST_RAM to FAST_DATA 2020-08-23 08:49:26 +01:00
Sam Lane
00d9fbbcd6 Clean up non aliased LMAs 2020-08-23 08:34:59 +01:00
mikeller
3128328224 Fixed start / end addresses for custom defaults. 2019-09-01 13:35:10 +12:00
mikeller
35e075098d Renamed things to make them more understandable. 2019-08-11 21:32:58 +12:00
mikeller
2c8d197ccb Added support for custom defaults in sector 0. 2019-08-11 21:32:01 +12:00
mikeller
7518ec67f5 Experimental support for on-board custom defaults. 2019-08-11 21:32:01 +12:00
blckmn
4e529e1c25 moved the linker files to the src directory head 2019-04-28 16:04:44 +10:00
Renamed from src/main/target/link/stm32_flash_f7_split.ld (Browse further)