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-10-26
windows: Erase pre-calc'd number of chars instead of clearing whole line.
stijn
2015-10-26
extmod/moductypes: Implement buffer protocol.
Paul Sokolovsky
2015-10-25
stmhal: Fix USB_VCP.recv so that it returns actual amount of bytes read.
Damien George
2015-10-25
cc3200: Update README to change pyb to machine.
Martijn Koster
2015-10-25
docs/wipy: Fix several typos.
Martijn Koster
2015-10-25
cc3200: Allow to read pin value when in OPEN_DRAIN mode.
danicampora
2015-10-25
docs/wipy: Fix error in WLAN quickref.
danicampora
2015-10-25
cc3200: Enable WLAN irq on creation.
danicampora
2015-10-25
windows: Add usleep() implementation for msvc port
stijn
2015-10-25
windows: Do not use wildcards when looking for sources in directories contain...
stijn
2015-10-25
docs: USB_VCP: Always in non-blocking mode, clarify stream method returns.
Paul Sokolovsky
2015-10-25
docs: Explicitly specify behavior of UART stream protocol methods on timeout.
Paul Sokolovsky
2015-10-24
stmhal: Typo fix in comment.
Paul Sokolovsky
2015-10-24
stmhal/ffconf.h: Include py/mpconfig.h.
Paul Sokolovsky
2015-10-24
Makefiles: Remove duplicate object files when linking.
Paul Sokolovsky
2015-10-24
tests/jni: Test for basic object operations.
Paul Sokolovsky
2015-10-23
extmod/modlwip: Initial commit of the lwip network stack module
Galen Hazelwood
2015-10-23
lib/lwip: Add LwIP stack as a submodule in the library directory
Galen Hazelwood
2015-10-23
unix/modjni: Actually check argument type when doing method resolution.
Paul Sokolovsky
2015-10-22
docs: Correct machine.RTC examples.
danicampora
2015-10-22
docs: Fix typos on wipy docs.
danicampora
2015-10-22
cc3200: Add created sockets to the registry.
danicampora
2015-10-22
unix/modjni: Don't pass Java object to a method which doesn't expect it.
Paul Sokolovsky
2015-10-22
docs/wipy: Correct typo in safe boot description.
danicampora
2015-10-21
docs/wipy: Remove windows instructions that refer to the pyboard.
danicampora
2015-10-21
docs: Add remark about ssl sockets and standard sockets.
danicampora
2015-10-21
docs: Bump version to 1.5.
Damien George
2015-10-21
cc3200: Bump version to 1.1.0
danicampora
2015-10-21
docs/wipy: Fix formatting indentation.
danicampora
2015-10-21
docs/wipy: Remove incorrect references to usb configuration.
danicampora
2015-10-21
docs/wipy: Add more tutorials and examples.
danicampora
2015-10-21
cc3200: Fix UART tests after correcting uart.read() behaviour.
danicampora
2015-10-21
cc3200: Enable "all special methods" configuration option.
danicampora
2015-10-21
docs: Remove remaining references to 'af', which is now 'alt'.
danicampora
2015-10-21
cc3200: Correct ticks_cpu and ticks_us functions in time module.
danicampora
2015-10-21
cc3200: Remove UART info on README.md.
danicampora
2015-10-21
docs: Several corrections to the classes in the machine module.
danicampora
2015-10-21
docs: Add usocket and ussl modules' documentation.
danicampora
2015-10-21
cc3200: Make socket.listen([backlog]) compliant with Python 3.5.
danicampora
2015-10-21
cc3200: Clean-up socket constants.
danicampora
2015-10-21
cc3200: Add comment about micropython extensions to standard modules.
danicampora
2015-10-21
cc3200: uart.read() returns EGAIN if no chars available.
danicampora
2015-10-21
cc3200: Enable REPL autoindent.
danicampora
2015-10-21
README: Document how to enable/build external dependencies.
Paul Sokolovsky
2015-10-20
tests: Disable some tests for pyboard that do not run correctly.
Damien George
2015-10-20
stmhal: Enable "all special methods" configuration option.
Damien George
2015-10-20
esp8266: Put more code in irom0 section, to get it building again.
Damien George
2015-10-20
extmod/modussl: Remove unused header.
Paul Sokolovsky
2015-10-20
lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor.
Damien George
2015-10-20
py/nlrthumb: Make compatible with Cortex-M0 (ARMv6M instr set).
Damien George
[next]