aboutsummaryrefslogtreecommitdiff
path: root/stmhal/mpconfigport.h
AgeCommit message (Expand)Author
2015-05-24stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode.Damien George
2015-05-04modstruct: Rename module to "ustruct", to allow full Python-level impl.Paul Sokolovsky
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-04stmhal, qemu-arm: Enable sys.maxsize attribute.Damien George
2015-04-04stmhal: Enable new str.splitlines() method.Damien George
2015-03-20py: Allow retrieving a function's __name__.stijn
2015-03-20py: Implement core of OrderedDict type.Paul Sokolovsky
2015-03-14py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George
2015-03-02stmhal: Enable MICROPY_PY_ARRAY_SLICE_ASSIGN.Damien George
2015-02-22py: Make math special functions configurable and disabled by default.Damien George
2015-02-15stmhal: Add support for CAN rx callbacks.Henrik Sölver
2015-02-13stmhal: Add Python-configurable USB HID mode.Damien George
2015-01-24stmhal: Disable MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Damien George
2015-01-22stmhal: Put mod_network_nic_list in global root-pointer state.Damien George
2015-01-10py: Add config option MICROPY_COMP_MODULE_CONST for module consts.Damien George
2015-01-09py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.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
2015-01-07py: Add option to cache map lookup results in bytecode.Damien George
2014-12-24stmhal: Enable ubinascii module, weak link to binascii.Damien George
2014-12-19py: Add execfile function (from Python 2); enable in stmhal port.Damien George
2014-12-09py: Allow builtins to be overridden.Damien George
2014-11-27stmhal: Enable uhashlib module; add heapq, hashlib weak links.Damien George
2014-11-17stmhal: Switch to file.seek() implementation using stream ioctl.Paul Sokolovsky
2014-10-31stmhal: Add ioctl to USB_VCP object, so it works with select.Damien George
2014-10-23py: Add builtin memoryview object (mostly using array code).Damien George
2014-10-22extmod: Add uheapq module.Damien George
2014-10-12moduzlib: Fix fn prototype and some code style; use it in stmhal port.Damien George
2014-10-12stmhal: Enable module weak links.Damien George
2014-10-11stmhal: Enable ure module (tests pass on pyboard).Damien George
2014-09-30stmhal: Add network and usocket module.Damien George
2014-09-26stmhal: Initial implementation of cc3k module and driver.Damien George
2014-09-17py: Add native json printing using existing print framework.Damien George
2014-09-07Remove skeletal modselect from extmod and just put it in stmhal.Damien George
2014-09-07stmhal: Implement generic select.select and select.poll.Damien George
2014-09-01stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.Damien George
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-08-12extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal.Damien George
2014-08-12stmhal: Enable moductypes by default.Damien George
2014-07-25Add support for storing args during an exception raised by an irq.Dave Hylands
2014-07-19py: Add stream reading of n unicode chars; unicode support by default.Damien George
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-28unix, stmhal: Add option for STR_UNICODE to mpconfigport.h.Damien George
2014-06-15Updated teensy to build.Dave Hylands
2014-06-11stmhal, file: Implement a,x,+ open modes, seek and tell.Damien George
2014-06-08Provide definition of alloca() in mpconfigport.h.Damien George
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George