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-03-02
mpy-cross: Give a more sensible error message when file doesn't exist.
Damien George
2016-03-02
docs/uctypes.rst: Fix typo (steamlined -> streamlined).
Noah Rosamilia
2016-03-02
unix/modsocket: Add comment regarding close() error checking (which is none).
Paul Sokolovsky
2016-02-29
py/qstrdefs: Add mkdir and remove qstrs for user-mountable filesystems.
Damien George
2016-02-29
tests/vfs_fat_ramdisk: Add testcase for .rename().
Paul Sokolovsky
2016-02-29
extmod/vfs_fat: Add .rename() method.
Paul Sokolovsky
2016-02-29
extmod/vfs_fat_misc: Fix cc3200 port build.
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Allow to run in native mode (don't use "with").
Paul Sokolovsky
2016-02-29
extmod/vfs_fat_misc: Add func prototype for pedantic warnings.
Paul Sokolovsky
2016-02-29
extmod/vfs_fat: Add fat_vfs_import_stat(), reusable import stat routine.
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Add testcase for .mkdir().
Paul Sokolovsky
2016-02-29
extmod/vfs_fat: Add .mkdir() method.
Paul Sokolovsky
2016-02-28
extmod/vfs_fat: Fix unused param warning/error.
Paul Sokolovsky
2016-02-28
tests/vfs_fat_ramdisk: Add testcase for .remove().
Paul Sokolovsky
2016-02-28
extmod/vfs_fat: Add .remove() method.
Paul Sokolovsky
2016-02-28
tests/vfs_fat_ramdisk: Add .listdir() testcase.
Paul Sokolovsky
2016-02-28
extmod/vfs_fat: Move listdir() method from stmhal for reuse.
Paul Sokolovsky
2016-02-27
cc3200: Update WiPy software version to 1.2.0
danicampora
2016-02-25
unix: Enabled importing of persistent bytecode (.mpy files).
Damien George
2016-02-25
stmhal: Enabled importing of persistent bytecode (.mpy files).
Damien George
2016-02-25
mpy-cross: Add new component, a cross compiler for MicroPython bytecode.
Damien George
2016-02-25
py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime.
Damien George
2016-02-23
docs: Correct machine.Timer code examples related to duty cycle.
danicampora
2016-02-23
docs: Add note on machine.Timer class regarding PWM output pins.
danicampora
2016-02-23
py/emitinlinethumb: Use qstrs instead of char* for names of asm ops.
Damien George
2016-02-23
py/malloc: Provide a proper malloc-based implementation of realloc_ext.
Damien George
2016-02-23
py/parse: Use m_renew_maybe to ensure that memory is shrunk in-place.
Damien George
2016-02-22
cc3200: Rename 'server' class to 'Server' for consistency.
danicampora
2016-02-22
docs: Minor change to improve clarity in machine.Timer docs.
danicampora
2016-02-22
tests/wipy: Correct machine test expected result.
danicampora
2016-02-21
tests: Skip uctypes and urandom tests not supported byt the WiPy.
danicampora
2016-02-21
cc3200: Improve robustness of WLAN during sleep modes.
danicampora
2016-02-21
cc3200: Fix "debug" build.
danicampora
2016-02-21
docs: Correct WiPy Timer docs.
danicampora
2016-02-21
test/wipy: Add Timer class tests.
danicampora
2016-02-21
cc3200: Simplify the Timer API and correct the documents.
danicampora
2016-02-21
cc3200: Improve robustness of the I2C driver.
danicampora
2016-02-21
cc3200: Finally fix the Timer class API.
danicampora
2016-02-17
README.md: Add link to micropython.org.
Damien George
2016-02-17
py/vm: Add macros to hook into various points in the VM.
Damien George
2016-02-17
py/repl: Check for an identifier char after the keyword.
Alex March
2016-02-15
tests/vfs_fat_ramdisk: Skip test if can't allocate ramdisk.
Paul Sokolovsky
2016-02-15
py/qstrdefs.h: qstrs for VfsFat.
Paul Sokolovsky
2016-02-15
stmhal: Improvements to the STM32F4DISC UART config settings.
Dave Hylands
2016-02-15
stmhal: Some NETDUINO_PLUS_2 cleanup
Dave Hylands
2016-02-15
py/emitnative: Add check that RHS of viper store is of integral type.
Damien George
2016-02-15
py/asmx64: Support all 16 regs in reg to memory move instructions.
Damien George
2016-02-15
py/asmx64: Add helper macro for generating REX_[WRXB] bits from a reg64.
Damien George
2016-02-15
cc3200: Fix breakage after VfsFat refactor.
Paul Sokolovsky
2016-02-15
extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.
Paul Sokolovsky
[prev]
[next]