mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
remove (std::nothrow) where nullptr case is not handled
remove legacy new management
This commit is contained in:
170
boards.txt
170
boards.txt
@ -49,10 +49,7 @@ generic.menu.vt.heap=Heap
|
||||
generic.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
generic.menu.vt.iram=IRAM
|
||||
generic.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
generic.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
generic.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
generic.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
generic.menu.exception.disabled=Disabled (new can abort)
|
||||
generic.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
generic.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
generic.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
generic.menu.exception.enabled=Enabled
|
||||
@ -521,10 +518,7 @@ esp8285.menu.vt.heap=Heap
|
||||
esp8285.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
esp8285.menu.vt.iram=IRAM
|
||||
esp8285.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
esp8285.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
esp8285.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
esp8285.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
esp8285.menu.exception.disabled=Disabled (new can abort)
|
||||
esp8285.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
esp8285.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
esp8285.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
esp8285.menu.exception.enabled=Enabled
|
||||
@ -859,10 +853,7 @@ espduino.menu.vt.heap=Heap
|
||||
espduino.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
espduino.menu.vt.iram=IRAM
|
||||
espduino.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
espduino.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
espduino.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
espduino.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
espduino.menu.exception.disabled=Disabled (new can abort)
|
||||
espduino.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
espduino.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
espduino.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
espduino.menu.exception.enabled=Enabled
|
||||
@ -1048,10 +1039,7 @@ huzzah.menu.vt.heap=Heap
|
||||
huzzah.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
huzzah.menu.vt.iram=IRAM
|
||||
huzzah.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
huzzah.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
huzzah.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
huzzah.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
huzzah.menu.exception.disabled=Disabled (new can abort)
|
||||
huzzah.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
huzzah.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
huzzah.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
huzzah.menu.exception.enabled=Enabled
|
||||
@ -1238,10 +1226,7 @@ inventone.menu.vt.heap=Heap
|
||||
inventone.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
inventone.menu.vt.iram=IRAM
|
||||
inventone.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
inventone.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
inventone.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
inventone.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
inventone.menu.exception.disabled=Disabled (new can abort)
|
||||
inventone.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
inventone.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
inventone.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
inventone.menu.exception.enabled=Enabled
|
||||
@ -1428,10 +1413,7 @@ cw01.menu.vt.heap=Heap
|
||||
cw01.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
cw01.menu.vt.iram=IRAM
|
||||
cw01.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
cw01.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
cw01.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
cw01.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
cw01.menu.exception.disabled=Disabled (new can abort)
|
||||
cw01.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
cw01.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
cw01.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
cw01.menu.exception.enabled=Enabled
|
||||
@ -1621,10 +1603,7 @@ espresso_lite_v1.menu.vt.heap=Heap
|
||||
espresso_lite_v1.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
espresso_lite_v1.menu.vt.iram=IRAM
|
||||
espresso_lite_v1.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
espresso_lite_v1.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
espresso_lite_v1.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
espresso_lite_v1.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
espresso_lite_v1.menu.exception.disabled=Disabled (new can abort)
|
||||
espresso_lite_v1.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
espresso_lite_v1.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
espresso_lite_v1.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
espresso_lite_v1.menu.exception.enabled=Enabled
|
||||
@ -1814,10 +1793,7 @@ espresso_lite_v2.menu.vt.heap=Heap
|
||||
espresso_lite_v2.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
espresso_lite_v2.menu.vt.iram=IRAM
|
||||
espresso_lite_v2.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
espresso_lite_v2.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
espresso_lite_v2.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
espresso_lite_v2.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
espresso_lite_v2.menu.exception.disabled=Disabled (new can abort)
|
||||
espresso_lite_v2.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
espresso_lite_v2.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
espresso_lite_v2.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
espresso_lite_v2.menu.exception.enabled=Enabled
|
||||
@ -2007,10 +1983,7 @@ phoenix_v1.menu.vt.heap=Heap
|
||||
phoenix_v1.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
phoenix_v1.menu.vt.iram=IRAM
|
||||
phoenix_v1.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
phoenix_v1.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
phoenix_v1.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
phoenix_v1.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
phoenix_v1.menu.exception.disabled=Disabled (new can abort)
|
||||
phoenix_v1.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
phoenix_v1.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
phoenix_v1.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
phoenix_v1.menu.exception.enabled=Enabled
|
||||
@ -2200,10 +2173,7 @@ phoenix_v2.menu.vt.heap=Heap
|
||||
phoenix_v2.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
phoenix_v2.menu.vt.iram=IRAM
|
||||
phoenix_v2.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
phoenix_v2.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
phoenix_v2.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
phoenix_v2.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
phoenix_v2.menu.exception.disabled=Disabled (new can abort)
|
||||
phoenix_v2.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
phoenix_v2.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
phoenix_v2.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
phoenix_v2.menu.exception.enabled=Enabled
|
||||
@ -2393,10 +2363,7 @@ nodemcu.menu.vt.heap=Heap
|
||||
nodemcu.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
nodemcu.menu.vt.iram=IRAM
|
||||
nodemcu.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
nodemcu.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
nodemcu.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
nodemcu.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
nodemcu.menu.exception.disabled=Disabled (new can abort)
|
||||
nodemcu.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
nodemcu.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
nodemcu.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
nodemcu.menu.exception.enabled=Enabled
|
||||
@ -2583,10 +2550,7 @@ nodemcuv2.menu.vt.heap=Heap
|
||||
nodemcuv2.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
nodemcuv2.menu.vt.iram=IRAM
|
||||
nodemcuv2.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
nodemcuv2.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
nodemcuv2.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
nodemcuv2.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
nodemcuv2.menu.exception.disabled=Disabled (new can abort)
|
||||
nodemcuv2.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
nodemcuv2.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
nodemcuv2.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
nodemcuv2.menu.exception.enabled=Enabled
|
||||
@ -2777,10 +2741,7 @@ modwifi.menu.vt.heap=Heap
|
||||
modwifi.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
modwifi.menu.vt.iram=IRAM
|
||||
modwifi.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
modwifi.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
modwifi.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
modwifi.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
modwifi.menu.exception.disabled=Disabled (new can abort)
|
||||
modwifi.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
modwifi.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
modwifi.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
modwifi.menu.exception.enabled=Enabled
|
||||
@ -2987,10 +2948,7 @@ thing.menu.vt.heap=Heap
|
||||
thing.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
thing.menu.vt.iram=IRAM
|
||||
thing.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
thing.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
thing.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
thing.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
thing.menu.exception.disabled=Disabled (new can abort)
|
||||
thing.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
thing.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
thing.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
thing.menu.exception.enabled=Enabled
|
||||
@ -3177,10 +3135,7 @@ thingdev.menu.vt.heap=Heap
|
||||
thingdev.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
thingdev.menu.vt.iram=IRAM
|
||||
thingdev.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
thingdev.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
thingdev.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
thingdev.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
thingdev.menu.exception.disabled=Disabled (new can abort)
|
||||
thingdev.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
thingdev.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
thingdev.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
thingdev.menu.exception.enabled=Enabled
|
||||
@ -3367,10 +3322,7 @@ blynk.menu.vt.heap=Heap
|
||||
blynk.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
blynk.menu.vt.iram=IRAM
|
||||
blynk.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
blynk.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
blynk.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
blynk.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
blynk.menu.exception.disabled=Disabled (new can abort)
|
||||
blynk.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
blynk.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
blynk.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
blynk.menu.exception.enabled=Enabled
|
||||
@ -3557,10 +3509,7 @@ esp210.menu.vt.heap=Heap
|
||||
esp210.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
esp210.menu.vt.iram=IRAM
|
||||
esp210.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
esp210.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
esp210.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
esp210.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
esp210.menu.exception.disabled=Disabled (new can abort)
|
||||
esp210.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
esp210.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
esp210.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
esp210.menu.exception.enabled=Enabled
|
||||
@ -3747,10 +3696,7 @@ d1_mini.menu.vt.heap=Heap
|
||||
d1_mini.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
d1_mini.menu.vt.iram=IRAM
|
||||
d1_mini.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
d1_mini.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
d1_mini.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
d1_mini.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
d1_mini.menu.exception.disabled=Disabled (new can abort)
|
||||
d1_mini.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
d1_mini.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
d1_mini.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
d1_mini.menu.exception.enabled=Enabled
|
||||
@ -3937,10 +3883,7 @@ d1_mini_pro.menu.vt.heap=Heap
|
||||
d1_mini_pro.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
d1_mini_pro.menu.vt.iram=IRAM
|
||||
d1_mini_pro.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
d1_mini_pro.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
d1_mini_pro.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
d1_mini_pro.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
d1_mini_pro.menu.exception.disabled=Disabled (new can abort)
|
||||
d1_mini_pro.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
d1_mini_pro.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
d1_mini_pro.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
d1_mini_pro.menu.exception.enabled=Enabled
|
||||
@ -4110,10 +4053,7 @@ d1_mini_lite.menu.vt.heap=Heap
|
||||
d1_mini_lite.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
d1_mini_lite.menu.vt.iram=IRAM
|
||||
d1_mini_lite.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
d1_mini_lite.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
d1_mini_lite.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
d1_mini_lite.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
d1_mini_lite.menu.exception.disabled=Disabled (new can abort)
|
||||
d1_mini_lite.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
d1_mini_lite.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
d1_mini_lite.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
d1_mini_lite.menu.exception.enabled=Enabled
|
||||
@ -4340,10 +4280,7 @@ d1.menu.vt.heap=Heap
|
||||
d1.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
d1.menu.vt.iram=IRAM
|
||||
d1.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
d1.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
d1.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
d1.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
d1.menu.exception.disabled=Disabled (new can abort)
|
||||
d1.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
d1.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
d1.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
d1.menu.exception.enabled=Enabled
|
||||
@ -4530,10 +4467,7 @@ espino.menu.vt.heap=Heap
|
||||
espino.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
espino.menu.vt.iram=IRAM
|
||||
espino.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
espino.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
espino.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
espino.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
espino.menu.exception.disabled=Disabled (new can abort)
|
||||
espino.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
espino.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
espino.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
espino.menu.exception.enabled=Enabled
|
||||
@ -4723,10 +4657,7 @@ espinotee.menu.vt.heap=Heap
|
||||
espinotee.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
espinotee.menu.vt.iram=IRAM
|
||||
espinotee.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
espinotee.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
espinotee.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
espinotee.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
espinotee.menu.exception.disabled=Disabled (new can abort)
|
||||
espinotee.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
espinotee.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
espinotee.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
espinotee.menu.exception.enabled=Enabled
|
||||
@ -4930,10 +4861,7 @@ wifinfo.menu.vt.heap=Heap
|
||||
wifinfo.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
wifinfo.menu.vt.iram=IRAM
|
||||
wifinfo.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
wifinfo.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
wifinfo.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
wifinfo.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
wifinfo.menu.exception.disabled=Disabled (new can abort)
|
||||
wifinfo.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
wifinfo.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
wifinfo.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
wifinfo.menu.exception.enabled=Enabled
|
||||
@ -5179,10 +5107,7 @@ arduino-esp8266.menu.vt.heap=Heap
|
||||
arduino-esp8266.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
arduino-esp8266.menu.vt.iram=IRAM
|
||||
arduino-esp8266.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
arduino-esp8266.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
arduino-esp8266.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
arduino-esp8266.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
arduino-esp8266.menu.exception.disabled=Disabled (new can abort)
|
||||
arduino-esp8266.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
arduino-esp8266.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
arduino-esp8266.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
arduino-esp8266.menu.exception.enabled=Enabled
|
||||
@ -5370,10 +5295,7 @@ gen4iod.menu.vt.heap=Heap
|
||||
gen4iod.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
gen4iod.menu.vt.iram=IRAM
|
||||
gen4iod.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
gen4iod.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
gen4iod.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
gen4iod.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
gen4iod.menu.exception.disabled=Disabled (new can abort)
|
||||
gen4iod.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
gen4iod.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
gen4iod.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
gen4iod.menu.exception.enabled=Enabled
|
||||
@ -5628,10 +5550,7 @@ oak.menu.vt.heap=Heap
|
||||
oak.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
oak.menu.vt.iram=IRAM
|
||||
oak.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
oak.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
oak.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
oak.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
oak.menu.exception.disabled=Disabled (new can abort)
|
||||
oak.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
oak.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
oak.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
oak.menu.exception.enabled=Enabled
|
||||
@ -5818,10 +5737,7 @@ wifiduino.menu.vt.heap=Heap
|
||||
wifiduino.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
wifiduino.menu.vt.iram=IRAM
|
||||
wifiduino.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
wifiduino.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
wifiduino.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
wifiduino.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
wifiduino.menu.exception.disabled=Disabled (new can abort)
|
||||
wifiduino.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
wifiduino.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
wifiduino.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
wifiduino.menu.exception.enabled=Enabled
|
||||
@ -6008,10 +5924,7 @@ wifi_slot.menu.vt.heap=Heap
|
||||
wifi_slot.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
wifi_slot.menu.vt.iram=IRAM
|
||||
wifi_slot.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
wifi_slot.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
wifi_slot.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
wifi_slot.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
wifi_slot.menu.exception.disabled=Disabled (new can abort)
|
||||
wifi_slot.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
wifi_slot.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
wifi_slot.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
wifi_slot.menu.exception.enabled=Enabled
|
||||
@ -6312,10 +6225,7 @@ wiolink.menu.vt.heap=Heap
|
||||
wiolink.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
wiolink.menu.vt.iram=IRAM
|
||||
wiolink.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
wiolink.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
wiolink.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
wiolink.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
wiolink.menu.exception.disabled=Disabled (new can abort)
|
||||
wiolink.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
wiolink.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
wiolink.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
wiolink.menu.exception.enabled=Enabled
|
||||
@ -6502,10 +6412,7 @@ espectro.menu.vt.heap=Heap
|
||||
espectro.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
espectro.menu.vt.iram=IRAM
|
||||
espectro.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
espectro.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
espectro.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
espectro.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
espectro.menu.exception.disabled=Disabled (new can abort)
|
||||
espectro.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
espectro.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
espectro.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
espectro.menu.exception.enabled=Enabled
|
||||
@ -6692,10 +6599,7 @@ eduinowifi.menu.vt.heap=Heap
|
||||
eduinowifi.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
eduinowifi.menu.vt.iram=IRAM
|
||||
eduinowifi.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
eduinowifi.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
eduinowifi.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
eduinowifi.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
eduinowifi.menu.exception.disabled=Disabled (new can abort)
|
||||
eduinowifi.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
eduinowifi.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
eduinowifi.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
eduinowifi.menu.exception.enabled=Enabled
|
||||
@ -6892,10 +6796,7 @@ sonoff.menu.vt.heap=Heap
|
||||
sonoff.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
sonoff.menu.vt.iram=IRAM
|
||||
sonoff.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
sonoff.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
sonoff.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
sonoff.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
sonoff.menu.exception.disabled=Disabled (new can abort)
|
||||
sonoff.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
sonoff.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
sonoff.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
sonoff.menu.exception.enabled=Enabled
|
||||
@ -7123,10 +7024,7 @@ espmxdevkit.menu.vt.heap=Heap
|
||||
espmxdevkit.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
|
||||
espmxdevkit.menu.vt.iram=IRAM
|
||||
espmxdevkit.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
|
||||
espmxdevkit.menu.exception.legacy=Legacy (new can return nullptr)
|
||||
espmxdevkit.menu.exception.legacy.build.exception_flags=-fno-exceptions
|
||||
espmxdevkit.menu.exception.legacy.build.stdcpp_lib=-lstdc++
|
||||
espmxdevkit.menu.exception.disabled=Disabled (new can abort)
|
||||
espmxdevkit.menu.exception.disabled=Disabled (new aborts on oom)
|
||||
espmxdevkit.menu.exception.disabled.build.exception_flags=-fno-exceptions -DNEW_OOM_ABORT
|
||||
espmxdevkit.menu.exception.disabled.build.stdcpp_lib=-lstdc++
|
||||
espmxdevkit.menu.exception.enabled=Enabled
|
||||
|
Reference in New Issue
Block a user