index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2015-02-22
py: Make math special functions configurable and disabled by default.
Damien George
2015-02-15
stmhal: Add support for CAN rx callbacks.
Henrik Sölver
2015-02-13
stmhal: Add Python-configurable USB HID mode.
Damien George
2015-01-24
stmhal: Disable MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Damien George
2015-01-22
stmhal: Put mod_network_nic_list in global root-pointer state.
Damien George
2015-01-10
py: Add config option MICROPY_COMP_MODULE_CONST for module consts.
Damien George
2015-01-09
py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.
Damien George
2015-01-09
py: Disable stack checking by default; enable on most ports.
Damien George
2015-01-07
stmhal: Collect all root pointers together in 1 place.
Damien George
2015-01-07
py: Add option to cache map lookup results in bytecode.
Damien George
2014-12-24
stmhal: Enable ubinascii module, weak link to binascii.
Damien George
2014-12-19
py: Add execfile function (from Python 2); enable in stmhal port.
Damien George
2014-12-09
py: Allow builtins to be overridden.
Damien George
2014-11-27
stmhal: Enable uhashlib module; add heapq, hashlib weak links.
Damien George
2014-11-17
stmhal: Switch to file.seek() implementation using stream ioctl.
Paul Sokolovsky
2014-10-31
stmhal: Add ioctl to USB_VCP object, so it works with select.
Damien George
2014-10-23
py: Add builtin memoryview object (mostly using array code).
Damien George
2014-10-22
extmod: Add uheapq module.
Damien George
2014-10-12
moduzlib: Fix fn prototype and some code style; use it in stmhal port.
Damien George
2014-10-12
stmhal: Enable module weak links.
Damien George
2014-10-11
stmhal: Enable ure module (tests pass on pyboard).
Damien George
2014-09-30
stmhal: Add network and usocket module.
Damien George
2014-09-26
stmhal: Initial implementation of cc3k module and driver.
Damien George
2014-09-17
py: Add native json printing using existing print framework.
Damien George
2014-09-07
Remove skeletal modselect from extmod and just put it in stmhal.
Damien George
2014-09-07
stmhal: Implement generic select.select and select.poll.
Damien George
2014-09-01
stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.
Damien George
2014-08-25
stmhal: Make enable_irq and disable_irq inline functions.
Damien George
2014-08-25
Add save/restore_irq
Dave Hylands
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-12
extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal.
Damien George
2014-08-12
stmhal: Enable moductypes by default.
Damien George
2014-07-25
Add support for storing args during an exception raised by an irq.
Dave Hylands
2014-07-19
py: Add stream reading of n unicode chars; unicode support by default.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-06-28
unix, stmhal: Add option for STR_UNICODE to mpconfigport.h.
Damien George
2014-06-15
Updated teensy to build.
Dave Hylands
2014-06-11
stmhal, file: Implement a,x,+ open modes, seek and tell.
Damien George
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-11
py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.
Damien George
2014-05-11
stmhal: Enable frozenset. Takes 292 text bytes in ROM.
Damien George
2014-05-10
modsys: Enable sys.exit() per port after all.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
stmhal: Enable cmath module.
Damien George
2014-05-03
stmhal: Remove #include <stdint.h> from mpconfigport.h.
Damien George
2014-04-17
py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.
Damien George
[next]