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
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
2014-04-13
stmhal: Add stdin/stdout/stderr objects.
Damien George
2014-04-13
py: Fix up source-line calculation.
Damien George
2014-04-10
stmhal: Add stm module, which contains some constants for the MCU.
Damien George
2014-04-05
py: Make globals and locals proper dictionary objects.
Damien George
2014-04-05
Improve GC finalisation code; add option to disable it.
Damien George
2014-03-25
Proper support for registering builtin modules in ROM.
Damien George
2014-03-24
stmhal: Update help function.
Damien George
2014-03-22
stmhal: Add input() and pyb.input() functions.
Damien George
2014-03-17
stmhal: Add fatfs support, working with flash and SD card.
Damien George
2014-03-15
stmhal: Remove obsolete #defines from mpconfigport.h.
Damien George
2014-03-14
stmhal - add led support. Add netduino_plus_2 support
Dave Hylands
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands
[prev]