micropython/bare-arm
Damien George 52b5d76a6b py: Free non-interned strings in the parser when not needed.
mp_parse_node_free now frees the memory associated with non-interned
strings.  And the parser calls mp_parse_node_free when discarding a
non-used node (such as a doc string).

Also, the compiler now frees the parse tree explicitly just before it
exits (as opposed to relying on the caller to do this).

Addresses issue #708 as best we can.
2014-09-23 15:31:56 +00:00
..
Makefile bare-arm: Enable link map file. 2014-06-27 21:02:04 +03:00
main.c py: Free non-interned strings in the parser when not needed. 2014-09-23 15:31:56 +00:00
mpconfigport.h py: Print imported module's location (__file__) if available. 2014-09-08 10:45:23 +01:00
qstrdefsport.h Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU. 2014-04-12 13:07:45 +01:00
stm32f405.ld Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU. 2014-04-12 13:07:45 +01:00