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
2016-11-03
py: Change config default so m_malloc0 uses memset if GC not enabled.
Colin Hogben
2016-11-03
tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.
Alex March
2016-11-02
py: Fix wrong assumption that m_renew will not move if shrinking
Colin Hogben
2016-11-02
esp8266/modules: Fix negative temperature in ds18x20 driver.
ernitron
2016-11-02
extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions.
Paul Sokolovsky
2016-11-02
esp8266/etshal.h: Adjust size of MD5_CTX structure.
Paul Sokolovsky
2016-11-02
esp8266/etshal.h: Add prototypes for SPIRead/SPIWrite/SPIEraseSector.
Paul Sokolovsky
2016-11-02
unix: fix symbol references for x86 Mac
Jan Pochyla
2016-11-02
esp8266/main: Bump heap size to 36K.
Paul Sokolovsky
2016-11-01
esp8266/modnetwork.c: Allows AP reconnection without WiFi credentials
puuu
2016-11-01
esp8266/scripts/port_diag: Add descriptions for esf_buf types.
Paul Sokolovsky
2016-11-01
docs/utime: Add docs for ticks_add(), improvements for other ticks_*().
Paul Sokolovsky
2016-11-01
docs/utime: Remove only:: for ticks_diff().
Paul Sokolovsky
2016-10-31
py: remove asserts that are always true in emitbc.c
Pavol Rusnak
2016-10-31
py: fix null pointer dereference in mpz.c, fix missing va_end in warning.c
Pavol Rusnak
2016-10-31
esp8266/modnetwork: config(): Fix copy-paste error in setting "mac".
Paul Sokolovsky
2016-10-31
docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics).
Paul Sokolovsky
2016-10-30
docs/utime: Document ticks_cpu() in more detail.
Paul Sokolovsky
2016-10-30
docs/library/index: Update TOCs so builtins sorted before modules.
Paul Sokolovsky
2016-10-30
tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.
Paul Sokolovsky
2016-10-30
tests/extmod/ticks_diff: Test for new semantics of ticks_diff().
Paul Sokolovsky
2016-10-30
py/sequence: Fix reverse slicing of lists.
Fabio Utzig
2016-10-30
extmod/utime_mphal: Fix implementation of new semantics of ticks_diff().
Paul Sokolovsky
2016-10-30
extmod/utime_mphal: Allow ticks functions period be configurable by a port.
Paul Sokolovsky
2016-10-29
tests/btree1: Fix out of memory error running on esp8266.
Paul Sokolovsky
2016-10-29
esp8266/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR.
Paul Sokolovsky
2016-10-29
stmhal/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
2016-10-29
unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu().
Paul Sokolovsky
2016-10-29
windows: Enable utime_mphal following unix, define mp_hal_ticks_*.
Paul Sokolovsky
2016-10-29
unix/modtime: Switch ticks/sleep_ms/us() to utime_mphal.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Add MP_THREAD_GIL_EXIT/ENTER warppers for sleep functions.
Paul Sokolovsky
2016-10-29
unix/mphalport.h: Add warning of mp_hal_delay_ms() implementation.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: ticks_diff(): switch arg order, return signed value.
Paul Sokolovsky
2016-10-29
unix/modtime: Use ticks_diff() implementation from extmod/utime_mphal.c.
Paul Sokolovsky
2016-10-28
zephyr/README: Update for the current featureset, add more info.
Paul Sokolovsky
2016-10-28
zephyr: Support time -> utime module "weaklink".
Paul Sokolovsky
2016-10-28
tests/extmod/uhashlib_sha256: Rename sha256.py test.
Alex March
2016-10-28
tests/extmod/uhashlib_sha1: Coverage for SHA1 algorithm.
Alex March
2016-10-28
zephyr/zephyr_getchar: Update for recent Zephyr refactor of console hooks.
Paul Sokolovsky
2016-10-28
docs/library/network: Typo fixes, consistent acronym capitalization.
Paul Sokolovsky
2016-10-28
docs/library/network: Reword intro paragraph.
Paul Sokolovsky
2016-10-27
tests/basics/gc1: Garbage collector threshold() coverage.
Alex March
2016-10-27
py/stream: Typo fix in comment.
Paul Sokolovsky
2016-10-27
qemu-arm: Exclude new vfs_fat tests.
Alex March
2016-10-27
tests/extmod/vfs_fat_oldproto: Test old block device protocol.
Alex March
2016-10-27
tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage.
Alex March
2016-10-27
zephyr: Initial implementation of machine.Pin.
Daniel Thompson
2016-10-26
zephyr: Use board/SoC values for startup banner based on Zephyr config.
Vincenzo Frascino
2016-10-26
zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible.
Paul Sokolovsky
[prev]
[next]