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-29
stmhal/moduselect: Use mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-29
cc3200: Switch from HAL_Delay() to mp_hal_delay_ms().
Paul Sokolovsky
2015-10-29
teensy: Switch from HAL_* to mp_hal_* functions.
Paul Sokolovsky
2015-10-29
minimal: Use mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-29
esp8266: Switch to standard mp_hal_ticks_ms() MPHAL function.
Paul Sokolovsky
2015-10-29
stmhal/pyexec: Use mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-29
esp8266: Switch to standard mp_hal_delay_ms() MPHAL function.
Paul Sokolovsky
2015-10-29
esp8266: Switch to standard mp_hal_delay_us() MPHAL function.
Paul Sokolovsky
2015-10-28
examples: Add example of I2C usage, taking PyBoard accelerometer as subject.
Paul Sokolovsky
2015-10-28
cc3200: Actually allow to specify a custom build directory.
danicampora
2015-10-28
cc3200: Fix bug in FTP command buffer, and set listening backlog to 0.
danicampora
2015-10-28
extmod/moductypes: When dealing with UINT64, use mp_obj_new_int_from_ull().
Paul Sokolovsky
2015-10-27
unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().
Paul Sokolovsky
2015-10-26
docs/wipy: Fix bug in example code and add note regarding OTA.
danicampora
2015-10-27
extmod/modlwip: Codestyle: no need for () when taking address of primary expr.
Paul Sokolovsky
2015-10-27
extmod/modlwip: lwip_tcp_send(): Common subexpression elimination, use MIN().
Paul Sokolovsky
2015-10-27
extmod/modlwip.c: Codestyle whitespace changes.
Paul Sokolovsky
2015-10-26
docs/wipy: Fix several typos and change some pyboard to WiPy.
Martijn Koster
2015-10-26
cc3200: Set pin direction first, then value. Fixes #1542.
danicampora
2015-10-27
extmod/modlwip: slip: Use stream protocol and be port-independent.
Paul Sokolovsky
2015-10-26
windows: Rename "time" module to "utime" for consistency with others.
stijn
2015-10-26
lib: Replace tabs with spaces in readline.c
stijn
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
[next]