Skip to content
  • danicampora's avatar
    cc3200: Place functions only used while booting in a special section. · 26cbc913
    danicampora authored
    Such functions are never used after MicroPython has started, and they
    remain in RAM wasting space. Now they are placed in a special section
    named "boot" which sits just before the heap, allowing us to extend
    the effective heap area up to the new boot section. Right now, this
    gives us back ~1K, but in the future, more functions might end up in
    there as well.
    26cbc913