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-07-04
esp8266: Allow to easily override programming baudrate.
Paul Sokolovsky
2015-07-02
cc3200: Fix socket recv and recvfrom return value type.
Daniel Campora
2015-07-02
py/objarray.c: Allow to build with debugging and bytearray but no array.
Damien George
2015-07-02
cc3200: time.sleep() now receives seconds, like CPython.
Daniel Campora
2015-07-02
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
Daniel Campora
2015-07-02
cc3200: Code clean-up on pybpin.
Daniel Campora
2015-07-02
cc3200: Set WLAN date/time via the rtc.datetime method().
Daniel Campora
2015-07-02
cc3200: Optimize check for WLAN AP mode.
Daniel Campora
2015-07-02
cc3200: Raise an exception if trying to scan for networks in AP mode.
Daniel Campora
2015-07-02
cc3200: Add socket.timeout and socket.error exceptions.
Daniel Campora
2015-07-02
py: Add TimeoutError exception subclassed from OSError.
Daniel Campora
2015-06-30
docs/wipy: Update safe boot comments to match actual behaviour.
Daniel Campora
2015-06-30
cc3200: Add CA, certificate and key files to the updater list.
Daniel Campora
2015-06-29
cc3200: Correct socket settimeout time format.
Daniel Campora
2015-06-29
builtinimport: Fix running package submodule with -m.
Paul Sokolovsky
2015-06-28
cc3200: Adapt update-wipy.py timing to improve stability.
Daniel Campora
2015-06-28
cc3200: Add `Pin.name()` method.
Daniel Campora
2015-06-28
cc3200: Enable more features to improve compatibility with stmhal.
Daniel Campora
2015-06-27
stmhal: Add config option for storage to use second flash segment.
Damien George
2015-06-27
docs: Fix duplicate label error for network.WLAN.
Damien George
2015-06-27
docs: Make index link point to "index.html" irrespective of port.
Damien George
2015-06-27
tests: Add test for relative import without package context.
Paul Sokolovsky
2015-06-27
builtinimport: Catch case when relative import happens without active package.
Paul Sokolovsky
2015-06-27
runtime: Improve mp_import_name() debug logging.
Paul Sokolovsky
2015-06-26
objstr: Add note that replace() is nicely optimized.
Paul Sokolovsky
2015-06-26
docs: Add link from pyboard asm tutorial to asm reference.
Damien George
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-25
py: Remove mp_load_const_str and replace uses with inlined version.
Damien George
2015-06-25
tools: Update upip to 0.5.4.
Paul Sokolovsky
2015-06-25
CODECONVENTIONS.md: add documentation on putting comments in code.
Garrett Berg
2015-06-25
tests: Split out json float tests to separate files.
Damien George
2015-06-25
tests: Add support for the WiPy in run-tests script.
Daniel Campora
2015-06-25
docs: Add link in references index to Thumb2 assembler docs.
Damien George
2015-06-25
docs: Add reference for Thumb2 inline assembler.
Damien George
2015-06-25
docs: Add "reference" directory for putting docs about the language.
Damien George
2015-06-24
tests: Adapt misc/features.py tests for ports without floating point.
Daniel Campora
2015-06-24
stmhal/dma.c: Modify dma_init() to accept init struct as an argument
blmorris
2015-06-24
CODECONVENTIONS.md: Mention macro and enum names.
Damien George
2015-06-24
CODECONVENTIONS.md: Add function/variable/argument naming convention
stijn
2015-06-24
cc3200: Add deploy target and improve robustness of update-wipy.py.
Daniel Campora
2015-06-24
tests: Adapt basics/memoryerror.py for ports with lower heap sizes.
Daniel Campora
2015-06-24
cc3200: Create tools folder and add update-wipy.py script.
Daniel Campora
2015-06-23
py: Clarify comment in parsenum.c about ValueError vs SyntaxError.
Damien George
2015-06-23
py: Change exception type to ValueError when error reporting is terse.
Daniel Campora
2015-06-22
stmhal: Reorganise code for parsing keyword args in I2C methods.
Damien George
2015-06-22
esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object.
Damien George
2015-06-22
bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.
Damien George
2015-06-22
README: Add quick information about builtin upip package manager.
Paul Sokolovsky
2015-06-22
py: Cast argument for printf to int, to be compatible with more ports.
Damien George
2015-06-21
tests: Add testcase for open(..., "a").
Paul Sokolovsky
[next]