mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
OOM debug option: simplify its management and make it compatible with arduino-1.9beta (#4357)
This commit is contained in:
@ -934,9 +934,8 @@ def comb1 (lst):
|
||||
|
||||
def all_debug ():
|
||||
listcomb = [ 'SSL', 'TLS_MEM', 'HTTP_CLIENT', 'HTTP_SERVER' ]
|
||||
listnocomb = [ 'CORE', 'WIFI', 'HTTP_UPDATE', 'UPDATER', 'OTA' ]
|
||||
listnocomb = [ 'CORE', 'WIFI', 'HTTP_UPDATE', 'UPDATER', 'OTA', 'OOM' ]
|
||||
listsingle = [ 'NoAssert-NDEBUG' ]
|
||||
listnocomb += [ 'OOM -include "umm_malloc/umm_malloc_cfg.h"' ]
|
||||
options = combn(listcomb)
|
||||
options += comb1(listnocomb)
|
||||
options += [ listcomb + listnocomb ]
|
||||
|
Reference in New Issue
Block a user