aboutsummaryrefslogtreecommitdiff
path: root/teensy/mpconfigport.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
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-01ports: Convert from using stmhal's input() to core provided version.Damien George
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-01-22teensy: Convert to use builtin help function.Damien George
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-08-02cc3200, teensy: Remove broken malloc/free/realloc macro helpers.Damien George
2016-04-15py: Declare help, input, open builtins in core.Paul Sokolovsky
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-01-09py: Disable stack checking by default; enable on most ports.Damien George
2015-01-07stmhal: Collect all root pointers together in 1 place.Damien George
2014-11-17ports: Define mp_off_t.Paul Sokolovsky
2014-09-27Fix timer overflow code.Dave Hylands
2014-09-19Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands
2014-08-25stmhal: Make enable_irq and disable_irq inline functions.Damien George
2014-08-25Add save/restore_irqDave Hylands
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-07-14Fix teensy to build on latest tree.Dave Hylands
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-15Updated teensy to build.Dave Hylands
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-01-08Updated teensy to use common code from stm directory.Dave Hylands
2014-01-06Initial support for Teensy 3.1Dave Hylands