From 0db20888e2bee2f6dd601d6e217559a9d998b9df Mon Sep 17 00:00:00 2001 From: Mateusz Lubecki Date: Tue, 27 Apr 2021 21:54:35 +0200 Subject: [PATCH] const config data moved to separate sections in flash --- .cproject | 3 +- .settings/language.settings.xml | 2 +- Debug/src/subdir.mk | 12 +- ldscripts/sections.ld | 44 +++ src/{config_data.c => config_data_first.c} | 10 +- src/config_data_second.c | 424 +++++++++++++++++++++ src/config_data_third.c | 9 + 7 files changed, 494 insertions(+), 10 deletions(-) rename src/{config_data.c => config_data_first.c} (93%) create mode 100644 src/config_data_second.c create mode 100644 src/config_data_third.c diff --git a/.cproject b/.cproject index 484ea0a..03d44f1 100644 --- a/.cproject +++ b/.cproject @@ -78,7 +78,8 @@ -