nodemcu-firmware/app/esp-gdbstub
Terry Ellison 9a47107920
SDK 3.0 release (#2692)
* Rebaseline firmware to non-OS SDK version 3.0
* Note that SDK version 3.0 introduces the concept of a Flash Partition Table(PT).  This is located at Flash offset 0x10000 in our firmware build.
* The firmware is now PT aware with both LFS and SPIFFS taking their partition size and location from the PT
* A new tool `tools/nodemcu-partition.py` is now used to initialise these data and can also download LFS and SPIFFS images to these partitions.
2019-04-05 16:01:45 +01:00
..
License Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
Makefile trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
gdbstub-cfg.h trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
gdbstub-entry.S trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
gdbstub-entry.h Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
gdbstub.c SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
gdbstub.h Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00