Skip to content

Commit 3ee6710

Browse files
committed
board generator: remove comments, remove now useless define
1 parent f23e765 commit 3ee6710

File tree

2 files changed

+35
-38
lines changed

2 files changed

+35
-38
lines changed

boards.txt

+34-34
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ generic.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
5050
generic.menu.vt.iram=IRAM
5151
generic.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
5252
generic.menu.exception.disabled=Disabled (new aborts on oom)
53-
generic.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
53+
generic.menu.exception.disabled.build.exception_flags=-fno-exceptions
5454
generic.menu.exception.disabled.build.stdcpp_lib=-lstdc++
5555
generic.menu.exception.enabled=Enabled
5656
generic.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -519,7 +519,7 @@ esp8285.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
519519
esp8285.menu.vt.iram=IRAM
520520
esp8285.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
521521
esp8285.menu.exception.disabled=Disabled (new aborts on oom)
522-
esp8285.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
522+
esp8285.menu.exception.disabled.build.exception_flags=-fno-exceptions
523523
esp8285.menu.exception.disabled.build.stdcpp_lib=-lstdc++
524524
esp8285.menu.exception.enabled=Enabled
525525
esp8285.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -854,7 +854,7 @@ espduino.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
854854
espduino.menu.vt.iram=IRAM
855855
espduino.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
856856
espduino.menu.exception.disabled=Disabled (new aborts on oom)
857-
espduino.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
857+
espduino.menu.exception.disabled.build.exception_flags=-fno-exceptions
858858
espduino.menu.exception.disabled.build.stdcpp_lib=-lstdc++
859859
espduino.menu.exception.enabled=Enabled
860860
espduino.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -1040,7 +1040,7 @@ huzzah.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
10401040
huzzah.menu.vt.iram=IRAM
10411041
huzzah.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
10421042
huzzah.menu.exception.disabled=Disabled (new aborts on oom)
1043-
huzzah.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
1043+
huzzah.menu.exception.disabled.build.exception_flags=-fno-exceptions
10441044
huzzah.menu.exception.disabled.build.stdcpp_lib=-lstdc++
10451045
huzzah.menu.exception.enabled=Enabled
10461046
huzzah.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -1227,7 +1227,7 @@ inventone.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
12271227
inventone.menu.vt.iram=IRAM
12281228
inventone.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
12291229
inventone.menu.exception.disabled=Disabled (new aborts on oom)
1230-
inventone.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
1230+
inventone.menu.exception.disabled.build.exception_flags=-fno-exceptions
12311231
inventone.menu.exception.disabled.build.stdcpp_lib=-lstdc++
12321232
inventone.menu.exception.enabled=Enabled
12331233
inventone.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -1414,7 +1414,7 @@ cw01.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
14141414
cw01.menu.vt.iram=IRAM
14151415
cw01.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
14161416
cw01.menu.exception.disabled=Disabled (new aborts on oom)
1417-
cw01.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
1417+
cw01.menu.exception.disabled.build.exception_flags=-fno-exceptions
14181418
cw01.menu.exception.disabled.build.stdcpp_lib=-lstdc++
14191419
cw01.menu.exception.enabled=Enabled
14201420
cw01.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -1604,7 +1604,7 @@ espresso_lite_v1.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
16041604
espresso_lite_v1.menu.vt.iram=IRAM
16051605
espresso_lite_v1.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
16061606
espresso_lite_v1.menu.exception.disabled=Disabled (new aborts on oom)
1607-
espresso_lite_v1.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
1607+
espresso_lite_v1.menu.exception.disabled.build.exception_flags=-fno-exceptions
16081608
espresso_lite_v1.menu.exception.disabled.build.stdcpp_lib=-lstdc++
16091609
espresso_lite_v1.menu.exception.enabled=Enabled
16101610
espresso_lite_v1.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -1794,7 +1794,7 @@ espresso_lite_v2.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
17941794
espresso_lite_v2.menu.vt.iram=IRAM
17951795
espresso_lite_v2.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
17961796
espresso_lite_v2.menu.exception.disabled=Disabled (new aborts on oom)
1797-
espresso_lite_v2.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
1797+
espresso_lite_v2.menu.exception.disabled.build.exception_flags=-fno-exceptions
17981798
espresso_lite_v2.menu.exception.disabled.build.stdcpp_lib=-lstdc++
17991799
espresso_lite_v2.menu.exception.enabled=Enabled
18001800
espresso_lite_v2.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -1984,7 +1984,7 @@ phoenix_v1.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
19841984
phoenix_v1.menu.vt.iram=IRAM
19851985
phoenix_v1.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
19861986
phoenix_v1.menu.exception.disabled=Disabled (new aborts on oom)
1987-
phoenix_v1.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
1987+
phoenix_v1.menu.exception.disabled.build.exception_flags=-fno-exceptions
19881988
phoenix_v1.menu.exception.disabled.build.stdcpp_lib=-lstdc++
19891989
phoenix_v1.menu.exception.enabled=Enabled
19901990
phoenix_v1.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -2174,7 +2174,7 @@ phoenix_v2.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
21742174
phoenix_v2.menu.vt.iram=IRAM
21752175
phoenix_v2.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
21762176
phoenix_v2.menu.exception.disabled=Disabled (new aborts on oom)
2177-
phoenix_v2.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
2177+
phoenix_v2.menu.exception.disabled.build.exception_flags=-fno-exceptions
21782178
phoenix_v2.menu.exception.disabled.build.stdcpp_lib=-lstdc++
21792179
phoenix_v2.menu.exception.enabled=Enabled
21802180
phoenix_v2.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -2364,7 +2364,7 @@ nodemcu.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
23642364
nodemcu.menu.vt.iram=IRAM
23652365
nodemcu.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
23662366
nodemcu.menu.exception.disabled=Disabled (new aborts on oom)
2367-
nodemcu.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
2367+
nodemcu.menu.exception.disabled.build.exception_flags=-fno-exceptions
23682368
nodemcu.menu.exception.disabled.build.stdcpp_lib=-lstdc++
23692369
nodemcu.menu.exception.enabled=Enabled
23702370
nodemcu.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -2551,7 +2551,7 @@ nodemcuv2.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
25512551
nodemcuv2.menu.vt.iram=IRAM
25522552
nodemcuv2.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
25532553
nodemcuv2.menu.exception.disabled=Disabled (new aborts on oom)
2554-
nodemcuv2.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
2554+
nodemcuv2.menu.exception.disabled.build.exception_flags=-fno-exceptions
25552555
nodemcuv2.menu.exception.disabled.build.stdcpp_lib=-lstdc++
25562556
nodemcuv2.menu.exception.enabled=Enabled
25572557
nodemcuv2.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -2742,7 +2742,7 @@ modwifi.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
27422742
modwifi.menu.vt.iram=IRAM
27432743
modwifi.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
27442744
modwifi.menu.exception.disabled=Disabled (new aborts on oom)
2745-
modwifi.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
2745+
modwifi.menu.exception.disabled.build.exception_flags=-fno-exceptions
27462746
modwifi.menu.exception.disabled.build.stdcpp_lib=-lstdc++
27472747
modwifi.menu.exception.enabled=Enabled
27482748
modwifi.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -2949,7 +2949,7 @@ thing.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
29492949
thing.menu.vt.iram=IRAM
29502950
thing.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
29512951
thing.menu.exception.disabled=Disabled (new aborts on oom)
2952-
thing.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
2952+
thing.menu.exception.disabled.build.exception_flags=-fno-exceptions
29532953
thing.menu.exception.disabled.build.stdcpp_lib=-lstdc++
29542954
thing.menu.exception.enabled=Enabled
29552955
thing.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -3136,7 +3136,7 @@ thingdev.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
31363136
thingdev.menu.vt.iram=IRAM
31373137
thingdev.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
31383138
thingdev.menu.exception.disabled=Disabled (new aborts on oom)
3139-
thingdev.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
3139+
thingdev.menu.exception.disabled.build.exception_flags=-fno-exceptions
31403140
thingdev.menu.exception.disabled.build.stdcpp_lib=-lstdc++
31413141
thingdev.menu.exception.enabled=Enabled
31423142
thingdev.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -3323,7 +3323,7 @@ blynk.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
33233323
blynk.menu.vt.iram=IRAM
33243324
blynk.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
33253325
blynk.menu.exception.disabled=Disabled (new aborts on oom)
3326-
blynk.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
3326+
blynk.menu.exception.disabled.build.exception_flags=-fno-exceptions
33273327
blynk.menu.exception.disabled.build.stdcpp_lib=-lstdc++
33283328
blynk.menu.exception.enabled=Enabled
33293329
blynk.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -3510,7 +3510,7 @@ esp210.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
35103510
esp210.menu.vt.iram=IRAM
35113511
esp210.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
35123512
esp210.menu.exception.disabled=Disabled (new aborts on oom)
3513-
esp210.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
3513+
esp210.menu.exception.disabled.build.exception_flags=-fno-exceptions
35143514
esp210.menu.exception.disabled.build.stdcpp_lib=-lstdc++
35153515
esp210.menu.exception.enabled=Enabled
35163516
esp210.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -3697,7 +3697,7 @@ d1_mini.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
36973697
d1_mini.menu.vt.iram=IRAM
36983698
d1_mini.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
36993699
d1_mini.menu.exception.disabled=Disabled (new aborts on oom)
3700-
d1_mini.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
3700+
d1_mini.menu.exception.disabled.build.exception_flags=-fno-exceptions
37013701
d1_mini.menu.exception.disabled.build.stdcpp_lib=-lstdc++
37023702
d1_mini.menu.exception.enabled=Enabled
37033703
d1_mini.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -3884,7 +3884,7 @@ d1_mini_pro.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
38843884
d1_mini_pro.menu.vt.iram=IRAM
38853885
d1_mini_pro.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
38863886
d1_mini_pro.menu.exception.disabled=Disabled (new aborts on oom)
3887-
d1_mini_pro.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
3887+
d1_mini_pro.menu.exception.disabled.build.exception_flags=-fno-exceptions
38883888
d1_mini_pro.menu.exception.disabled.build.stdcpp_lib=-lstdc++
38893889
d1_mini_pro.menu.exception.enabled=Enabled
38903890
d1_mini_pro.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -4054,7 +4054,7 @@ d1_mini_lite.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
40544054
d1_mini_lite.menu.vt.iram=IRAM
40554055
d1_mini_lite.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
40564056
d1_mini_lite.menu.exception.disabled=Disabled (new aborts on oom)
4057-
d1_mini_lite.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
4057+
d1_mini_lite.menu.exception.disabled.build.exception_flags=-fno-exceptions
40584058
d1_mini_lite.menu.exception.disabled.build.stdcpp_lib=-lstdc++
40594059
d1_mini_lite.menu.exception.enabled=Enabled
40604060
d1_mini_lite.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -4281,7 +4281,7 @@ d1.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
42814281
d1.menu.vt.iram=IRAM
42824282
d1.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
42834283
d1.menu.exception.disabled=Disabled (new aborts on oom)
4284-
d1.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
4284+
d1.menu.exception.disabled.build.exception_flags=-fno-exceptions
42854285
d1.menu.exception.disabled.build.stdcpp_lib=-lstdc++
42864286
d1.menu.exception.enabled=Enabled
42874287
d1.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -4468,7 +4468,7 @@ espino.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
44684468
espino.menu.vt.iram=IRAM
44694469
espino.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
44704470
espino.menu.exception.disabled=Disabled (new aborts on oom)
4471-
espino.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
4471+
espino.menu.exception.disabled.build.exception_flags=-fno-exceptions
44724472
espino.menu.exception.disabled.build.stdcpp_lib=-lstdc++
44734473
espino.menu.exception.enabled=Enabled
44744474
espino.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -4658,7 +4658,7 @@ espinotee.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
46584658
espinotee.menu.vt.iram=IRAM
46594659
espinotee.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
46604660
espinotee.menu.exception.disabled=Disabled (new aborts on oom)
4661-
espinotee.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
4661+
espinotee.menu.exception.disabled.build.exception_flags=-fno-exceptions
46624662
espinotee.menu.exception.disabled.build.stdcpp_lib=-lstdc++
46634663
espinotee.menu.exception.enabled=Enabled
46644664
espinotee.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -4862,7 +4862,7 @@ wifinfo.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
48624862
wifinfo.menu.vt.iram=IRAM
48634863
wifinfo.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
48644864
wifinfo.menu.exception.disabled=Disabled (new aborts on oom)
4865-
wifinfo.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
4865+
wifinfo.menu.exception.disabled.build.exception_flags=-fno-exceptions
48664866
wifinfo.menu.exception.disabled.build.stdcpp_lib=-lstdc++
48674867
wifinfo.menu.exception.enabled=Enabled
48684868
wifinfo.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -5108,7 +5108,7 @@ arduino-esp8266.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
51085108
arduino-esp8266.menu.vt.iram=IRAM
51095109
arduino-esp8266.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
51105110
arduino-esp8266.menu.exception.disabled=Disabled (new aborts on oom)
5111-
arduino-esp8266.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
5111+
arduino-esp8266.menu.exception.disabled.build.exception_flags=-fno-exceptions
51125112
arduino-esp8266.menu.exception.disabled.build.stdcpp_lib=-lstdc++
51135113
arduino-esp8266.menu.exception.enabled=Enabled
51145114
arduino-esp8266.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -5296,7 +5296,7 @@ gen4iod.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
52965296
gen4iod.menu.vt.iram=IRAM
52975297
gen4iod.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
52985298
gen4iod.menu.exception.disabled=Disabled (new aborts on oom)
5299-
gen4iod.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
5299+
gen4iod.menu.exception.disabled.build.exception_flags=-fno-exceptions
53005300
gen4iod.menu.exception.disabled.build.stdcpp_lib=-lstdc++
53015301
gen4iod.menu.exception.enabled=Enabled
53025302
gen4iod.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -5551,7 +5551,7 @@ oak.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
55515551
oak.menu.vt.iram=IRAM
55525552
oak.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
55535553
oak.menu.exception.disabled=Disabled (new aborts on oom)
5554-
oak.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
5554+
oak.menu.exception.disabled.build.exception_flags=-fno-exceptions
55555555
oak.menu.exception.disabled.build.stdcpp_lib=-lstdc++
55565556
oak.menu.exception.enabled=Enabled
55575557
oak.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -5738,7 +5738,7 @@ wifiduino.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
57385738
wifiduino.menu.vt.iram=IRAM
57395739
wifiduino.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
57405740
wifiduino.menu.exception.disabled=Disabled (new aborts on oom)
5741-
wifiduino.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
5741+
wifiduino.menu.exception.disabled.build.exception_flags=-fno-exceptions
57425742
wifiduino.menu.exception.disabled.build.stdcpp_lib=-lstdc++
57435743
wifiduino.menu.exception.enabled=Enabled
57445744
wifiduino.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -5925,7 +5925,7 @@ wifi_slot.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
59255925
wifi_slot.menu.vt.iram=IRAM
59265926
wifi_slot.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
59275927
wifi_slot.menu.exception.disabled=Disabled (new aborts on oom)
5928-
wifi_slot.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
5928+
wifi_slot.menu.exception.disabled.build.exception_flags=-fno-exceptions
59295929
wifi_slot.menu.exception.disabled.build.stdcpp_lib=-lstdc++
59305930
wifi_slot.menu.exception.enabled=Enabled
59315931
wifi_slot.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -6226,7 +6226,7 @@ wiolink.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
62266226
wiolink.menu.vt.iram=IRAM
62276227
wiolink.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
62286228
wiolink.menu.exception.disabled=Disabled (new aborts on oom)
6229-
wiolink.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
6229+
wiolink.menu.exception.disabled.build.exception_flags=-fno-exceptions
62306230
wiolink.menu.exception.disabled.build.stdcpp_lib=-lstdc++
62316231
wiolink.menu.exception.enabled=Enabled
62326232
wiolink.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -6413,7 +6413,7 @@ espectro.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
64136413
espectro.menu.vt.iram=IRAM
64146414
espectro.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
64156415
espectro.menu.exception.disabled=Disabled (new aborts on oom)
6416-
espectro.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
6416+
espectro.menu.exception.disabled.build.exception_flags=-fno-exceptions
64176417
espectro.menu.exception.disabled.build.stdcpp_lib=-lstdc++
64186418
espectro.menu.exception.enabled=Enabled
64196419
espectro.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -6600,7 +6600,7 @@ eduinowifi.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
66006600
eduinowifi.menu.vt.iram=IRAM
66016601
eduinowifi.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
66026602
eduinowifi.menu.exception.disabled=Disabled (new aborts on oom)
6603-
eduinowifi.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
6603+
eduinowifi.menu.exception.disabled.build.exception_flags=-fno-exceptions
66046604
eduinowifi.menu.exception.disabled.build.stdcpp_lib=-lstdc++
66056605
eduinowifi.menu.exception.enabled=Enabled
66066606
eduinowifi.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -6797,7 +6797,7 @@ sonoff.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
67976797
sonoff.menu.vt.iram=IRAM
67986798
sonoff.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
67996799
sonoff.menu.exception.disabled=Disabled (new aborts on oom)
6800-
sonoff.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
6800+
sonoff.menu.exception.disabled.build.exception_flags=-fno-exceptions
68016801
sonoff.menu.exception.disabled.build.stdcpp_lib=-lstdc++
68026802
sonoff.menu.exception.enabled=Enabled
68036803
sonoff.menu.exception.enabled.build.exception_flags=-fexceptions
@@ -7025,7 +7025,7 @@ espmxdevkit.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
70257025
espmxdevkit.menu.vt.iram=IRAM
70267026
espmxdevkit.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
70277027
espmxdevkit.menu.exception.disabled=Disabled (new aborts on oom)
7028-
espmxdevkit.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
7028+
espmxdevkit.menu.exception.disabled.build.exception_flags=-fno-exceptions
70297029
espmxdevkit.menu.exception.disabled.build.stdcpp_lib=-lstdc++
70307030
espmxdevkit.menu.exception.enabled=Enabled
70317031
espmxdevkit.menu.exception.enabled.build.exception_flags=-fexceptions

tools/boards.txt.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -994,11 +994,8 @@
994994
]),
995995

996996
'exception_menu': collections.OrderedDict([
997-
#( '.menu.exception.legacy', 'Legacy (new returns nullptr on oom, constructor issue)' ),
998-
#( '.menu.exception.legacy.build.exception_flags', '-fno-exceptions' ),
999-
#( '.menu.exception.legacy.build.stdcpp_lib', '-lstdc++' ),
1000997
( '.menu.exception.disabled', 'Disabled (new aborts on oom)' ),
1001-
( '.menu.exception.disabled.build.exception_flags', '-fno-exceptions -DNEW_OOM_ABORT' ),
998+
( '.menu.exception.disabled.build.exception_flags', '-fno-exceptions' ),
1002999
( '.menu.exception.disabled.build.stdcpp_lib', '-lstdc++' ),
10031000
( '.menu.exception.enabled', 'Enabled' ),
10041001
( '.menu.exception.enabled.build.exception_flags', '-fexceptions' ),

0 commit comments

Comments
 (0)