Move FLASH_PAGE_SIZE definition to CPU specific target.h files (#12394)
commit0736da8aa3ab4891524a47bf9452b58ca5b7cce2
authorSteve Evans <SteveCEvans@users.noreply.github.com>
Tue, 21 Feb 2023 15:06:40 +0000 (21 15:06 +0000)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2023 15:06:40 +0000 (22 02:06 +1100)
treebf54aa5e5787e96d89749a686b34b4929589b77d
parentc1c1f95578037a596911cd7291cd5022542ddb6c
Move FLASH_PAGE_SIZE definition to CPU specific target.h files (#12394)

* Never block use of SWD pins

* Split the AT-START-F435 and REVO-AT configs out from AT32F435/target.h

* Move FLASH_PAGE_SIZE definition to CPU specific target.h files

---------

Co-authored-by: J Blackman <blckmn@users.noreply.github.com>
12 files changed:
src/main/config/config_streamer.c
src/main/target/AT32F435/target.h
src/main/target/SITL/target.h
src/main/target/STM32F405/target.h
src/main/target/STM32F411/target.h
src/main/target/STM32F745/target.h
src/main/target/STM32F7X2/target.h
src/main/target/STM32G47X/target.h
src/main/target/STM32H723/target.h
src/main/target/STM32H730/target.h
src/main/target/STM32H743/target.h
src/main/target/STM32H750/target.h