File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,18 @@ mbed-os/features/FEATURE_COMMON_PAL/mbed-trace/test/*
12
12
mbed-os/features/FEATURE_COMMON_PAL/nanostack-libservice/source/*
13
13
mbed-os/features/FEATURE_COMMON_PAL/nanostack-libservice/test/*
14
14
mbed-os/features/FEATURE_UVISOR/*
15
+ mbed-os/features/cellular/*
16
+ mbed-os/features/lorawan/*
15
17
mbed-os/features/nanostack/*
16
18
mbed-os/features/netsocket/*
17
19
mbed-os/features/storage/*
20
+ mbed-os/features/nvstore/*
18
21
mbed-os/features/filesystem/littlefs/*
19
22
mbed-os/features/filesystem/fat/*
23
+ mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/onboard_modem_api.c
24
+ mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/onboard_modem_api.h
25
+ mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/min_battery_voltage.c
26
+ mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/min_battery_voltage.h
20
27
mbed-os/features/unsupported/*
21
28
mbed-os/features/cellular/*
22
29
mbed-os/features/lorawan/*
Original file line number Diff line number Diff line change 123
123
"application-start-address" : " (MBED_CONF_APP_FLASH_START_ADDRESS+38*1024)" ,
124
124
"max-application-size" : " DEFAULT_MAX_APPLICATION_SIZE"
125
125
},
126
+ "NUCLEO_F411RE" : {
127
+ "flash-start-address" : " 0x08000000" ,
128
+ "flash-size" : " (512*1024)" ,
129
+ "sotp-section-1-address" : " (MBED_CONF_APP_FLASH_START_ADDRESS+32*1024)" ,
130
+ "sotp-section-1-size" : " (16*1024)" ,
131
+ "sotp-section-2-address" : " (MBED_CONF_APP_FLASH_START_ADDRESS+48*1024)" ,
132
+ "sotp-section-2-size" : " (16*1024)" ,
133
+ "update-client.application-details" : " (MBED_CONF_APP_FLASH_START_ADDRESS+64*1024)" ,
134
+ "application-start-address" : " (MBED_CONF_APP_FLASH_START_ADDRESS+65*1024)" ,
135
+ "max-application-size" : " DEFAULT_MAX_APPLICATION_SIZE"
136
+ },
126
137
"NUCLEO_F429ZI" : {
127
138
"flash-start-address" : " 0x08000000" ,
128
139
"flash-size" : " (2048*1024)" ,
You can’t perform that action at this time.
0 commit comments