mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Move EEPROM configuration space to Flash Sector 1 for all F7 targets
Add correct flash layout for STM32F722 Remove obsolete CONFIG_START_FLASH_ADDRESS definition
This commit is contained in:
parent
ff40e8c844
commit
32a6409fc4
24 changed files with 216 additions and 76 deletions
|
@ -18,8 +18,6 @@
|
|||
#pragma once
|
||||
#define TARGET_BOARD_IDENTIFIER "NERO"
|
||||
|
||||
#define CONFIG_START_FLASH_ADDRESS (0x08060000)
|
||||
|
||||
#define USBD_PRODUCT_STRING "NERO"
|
||||
|
||||
#define HW_PIN PB2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue