summaryrefslogtreecommitdiff
path: root/py/parse.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2020-05-02 15:04:25 +1000
committerDamien George <damien.p.george@gmail.com>2020-05-08 23:44:57 +1000
commitf2218c2fbdf3d5267a6d116a980a67b22c58c4b6 (patch)
treeb52b87de6f2aa7880662120cf652451451cf7cf7 /py/parse.c
parentcaa7725642d8d4d6405d54805036990649cb983a (diff)
esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM.
The ones that are moved out of iRAM should not need to be there, because either they call functions in iROM (eg mp_hal_stdout_tx_str), or they are only ever called from a function in iROM and not from an interrupt (eg ets_esf_free_bufs). This frees up about 800 bytes of iRAM.
Diffstat (limited to 'py/parse.c')
0 files changed, 0 insertions, 0 deletions