mirror of
https://github.com/esp8266/Arduino.git
synced 2025-11-28 17:36:39 +03:00
boards.txt generator (#3722)
+ generates boards.rst + generate and replace boards section in package.json + generate ldscripts + new debug option: OOM + new led menu for generic board
This commit is contained in:
@@ -283,3 +283,9 @@ extern "C" void configTime(long timezone, int daylightOffset_sec,
|
||||
#include "pins_arduino.h"
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_ESP_OOM
|
||||
// reinclude *alloc redefinition because of <cstdlib> undefining them
|
||||
// this is mandatory for allowing OOM *alloc definitions in .ino files
|
||||
#include "umm_malloc/umm_malloc_cfg.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user