aboutsummaryrefslogtreecommitdiff
path: root/examples/embedding/mpconfigport_minimal.h
AgeCommit message (Expand)Author
2020-04-30all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.Damien George
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-06-07examples/embedding: Use core-provided KeyboardInterrupt object.Damien George
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-07-22examples/embedding: Example for embedding MicroPython in an app.Paul Sokolovsky