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
Age
Commit message (
Expand
)
Author
2015-11-19
py: Added Cygwin support to py/nlrx86.S.
Igor Gatis
2015-11-19
py/map: Store key/value in earliest possible slot in hash table.
Damien George
2015-11-18
cc3200: Bump version to 1.1.1.
danicampora
2015-11-18
cc3200/README.md: Correct cc3200's update file name.
danicampora
2015-11-18
docs/wipy: Make wifi/wlan naming consistent with tutorial.rst.
Chris Liechti
2015-11-18
docs/wipy: Add warning about losing wlan connection when changing mode.
Jason Hildebrand
2015-11-18
cc3200/appsign.sh: Use md5 if running under Darwin.
Gary Ashton-Jones
2015-11-18
docs: Update docs for WiPy wlan.connect().
Noah
2015-11-18
docs/wipy: Fixed some typos in the WiPy's tutorials.
Dave Hylands
2015-11-17
py/mpstate: Make mp_pending_exception volatile.
Damien George
2015-11-17
py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS.
Damien George
2015-11-17
py: Implement default and star args for lambdas.
Damien George
2015-11-17
py/compile: Don't unnecessarily save state when compiling param list.
Damien George
2015-11-16
cc3200: Unmount all user file systems after a soft reset.
danicampora
2015-11-17
unix: Add "uselect" module, with poll() function.
Paul Sokolovsky
2015-11-16
unix/input: Switch to POSIX I/O for history reading/writing.
Paul Sokolovsky
2015-11-15
tools: Update to upip 0.6.2. Fixes issue due to MacOSX undocumented behavior.
Paul Sokolovsky
2015-11-14
tools: Update upip to 0.6.1. Fixes normal installs without -p switch.
Paul Sokolovsky
2015-11-14
unix/modos: getenv(): Handle non-existing envvar correctly.
Paul Sokolovsky
2015-11-14
stmhal/modmachine: Initial attempt to add I2C & SPI classes.
Paul Sokolovsky
2015-11-14
unix/modos: Add Windows workaround for mkdir().
Paul Sokolovsky
2015-11-14
windows: Define ssize_t and use renamed mphal header
stijn
2015-11-14
py/modmath: Don't create symbol entry for expm1() if not needed.
Paul Sokolovsky
2015-11-14
py/modmath: Make expm1() be in MICROPY_PY_MATH_SPECIAL_FUNCTIONS.
Paul Sokolovsky
2015-11-14
tools: Update upip to 0.6.
Paul Sokolovsky
2015-11-13
unix/modos: Add mkdir().
Paul Sokolovsky
2015-11-13
unix/modos: Add getenv().
Paul Sokolovsky
2015-11-13
unix/main: Remove stray mp_printf() from previous commit.
Paul Sokolovsky
2015-11-13
unix: Use standard mphalport.h header.
Paul Sokolovsky
2015-11-13
main.c: Switch stderr printing from ANSI C to native POSIX.
Paul Sokolovsky
2015-11-13
unix: Allow to override MICROPY_PY_MATH_SPECIAL_FUNCTIONS from command-line.
Paul Sokolovsky
2015-11-13
unix/mpconfigport: Move log2() definition to modmath.c.
Paul Sokolovsky
2015-11-13
py: Allow to import compiled bytecode files.
Damien George
2015-11-13
py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.
Damien George
2015-11-13
py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.
Damien George
2015-11-13
py: Add constant table to bytecode.
Damien George
2015-11-13
py: Put all bytecode state (arg count, etc) in bytecode.
Damien George
2015-11-13
py: Reorganise bytecode layout so it's more structured, easier to edit.
Damien George
2015-11-13
unix/main: Use builtin unichar_isdigit() in preference if libc's.
Paul Sokolovsky
2015-11-13
tests/jni: Add test for working with container of List interface.
Paul Sokolovsky
2015-11-11
unix/modjni: Add missing get_jclass_name() function.
Paul Sokolovsky
2015-11-10
docs: Fix a typo in the REPL documentation.
Dave Hylands
2015-11-10
lib/utils/printf: Move from stmhal/ .
Paul Sokolovsky
2015-11-10
windows: Allow specifying the python executable to use for msvc builds
stijn
2015-11-10
Fix project file for Visual Studio 2015
omtinez
2015-11-09
docs/select: Document POLLIN/OUT/ERR/HUP.
Paul Sokolovsky
2015-11-09
stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.
Paul Sokolovsky
2015-11-09
py/emitinlinethumb: Allow to compile with -Wsign-compare.
Damien George
2015-11-09
py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter.
Damien George
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
[next]