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
2017-02-26
docs/uhashlib: Provide port-neutral description.
Paul Sokolovsky
2017-02-24
extmod/modurandom: Use mp_raise_ValueError().
Paul Sokolovsky
2017-02-24
py/runtime: mp_raise_msg(): Accept NULL argument for message.
Paul Sokolovsky
2017-02-24
esp8266/mpconfigport.h: Enable help('modules') feature.
Damien George
2017-02-24
drivers/display/lcd160cr: Fix bug with save_to_flash method.
Damien George
2017-02-23
cc3200/moduos: Remove uos.sep, as it's strictly optional.
Paul Sokolovsky
2017-02-24
py/parse: Simplify handling of errors by raising them directly.
Damien George
2017-02-24
py: Create str/bytes objects in the parser, not the compiler.
Damien George
2017-02-24
tests/micropython: Add test for consts that are bignums.
Damien George
2017-02-24
py/parse: Allow parser/compiler consts to be bignums.
Damien George
2017-02-22
tools/gen-cpydiff.py: Set the Python import path to find test modules.
Damien George
2017-02-22
cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.
Damien George
2017-02-22
cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings.
Damien George
2017-02-22
cc3200: Enable uerrno module with short, custom list of error codes.
Damien George
2017-02-22
py/moduerrno: Make list of errno codes configurable.
Damien George
2017-02-22
py/moduerrno: Make uerrno.errorcode dict configurable.
Damien George
2017-02-22
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
Damien George
2017-02-22
cc3200: Convert to using uPy internal errno numbers.
Damien George
2017-02-22
cc3200: Move wlan socket glue functions from modwlan to modusocket.
Damien George
2017-02-21
cc3200: Remove remaining references to std.h.
Damien George
2017-02-21
drivers/display/lcd160cr: Fix bugs with lcd.get_pixel().
Damien George
2017-02-21
cc3200/mods/modwlan: Add int casts to silence compiler warnings.
Damien George
2017-02-21
cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out.
Damien George
2017-02-21
cc3200/mods/modwlan: Make multi-threaded a proper compile-time option.
Damien George
2017-02-21
cc3200/mods/modwlan: Remove unused header includes; simplify others.
Damien George
2017-02-21
cc3200: Remove util/std.h, can just use stdio.h instead.
Damien George
2017-02-21
cc3200: Use simplelink API instead of emulated BSD API.
Damien George
2017-02-21
cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.
Damien George
2017-02-20
tests/cpydiff: Add a test for storing iterable to a list slice.
Damien George
2017-02-20
docs: Modify Makefile and indexes to generate cPy-differences pages.
Rami Ali
2017-02-20
tools: Add gen-cpydiff.py to generate docs differences.
Rami Ali
2017-02-20
tests/cpydiff: Add initial set of tests for uPy-CPython differences.
Rami Ali
2017-02-20
py/objlist: For list slice assignment, allow RHS to be a tuple or list.
Damien George
2017-02-20
tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc.
Paul Sokolovsky
2017-02-17
zephyr/README: Network startup issues with frdm_k64f resolved.
Paul Sokolovsky
2017-02-17
docs/library/lcd160cr: Mention the valid values for set_power() method.
Damien George
2017-02-17
drivers/display/lcd160cr: Use correct variable in set_power().
Stephan Brauer
2017-02-17
windows/.gitignore: Ignore VC.db and VC.opendb files from VS2015
stijn
2017-02-17
teensy/main: Remove unnecessary header includes.
Damien George
2017-02-17
stmhal/main: Remove unnecessary header includes.
Damien George
2017-02-17
py/grammar: Remove unused rule.
Damien George
2017-02-17
py/lexer: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-17
tests/basics/string_join: Add more tests for string concatenation.
Damien George
2017-02-17
tests/cmdline/cmd_parsetree: Update to work with changes to grammar.
Damien George
2017-02-17
py: Do adjacent str/bytes literal concatenation in lexer, not compiler.
Damien George
2017-02-17
py/lexer: Simplify handling of line-continuation error.
Damien George
2017-02-17
py/lexer: Use strcmp to make keyword searching more efficient.
Damien George
2017-02-17
py/lexer: Move check for keyword to name-tokenising block.
Damien George
2017-02-17
py/lexer: Simplify handling of indenting of very first token.
Damien George
2017-02-17
minimal: Update frozentest.mpy file for new .mpy version.
Damien George
[next]