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
2017-01-27
zephyr: Make sure that correct Zephyr config is used for "minimal" build.
Paul Sokolovsky
2017-01-27
lib/oofatfs: Update oofatfs library.
Damien George
2017-01-27
tests/extmod/vfs_fat_ramdisk: Make it work on pyboard.
Damien George
2017-01-27
cc3200: Add implementations of mp_import_stat and builtin_open.
Damien George
2017-01-27
stmhal: Convert to use VFS sub-system and new ooFatFs component.
Damien George
2017-01-27
stmhal/usbd_msc_storage: Use storage functions instead of disk ones.
Damien George
2017-01-27
esp8266/fatfs_port: Include new oofatfs header.
Damien George
2017-01-27
unix/fatfs_port: Include new oofatfs header.
Damien George
2017-01-27
extmod/vfs_fat: Use SECSIZE macro to determine FatFs sector size.
Damien George
2017-01-27
extmod/vfs: Expose mp_vfs_mount_t type.
Damien George
2017-01-27
extmod/modlwip: Add socket.readinto() method.
Damien George
2017-01-27
tests/extmod/vfs_fat: Update tests to work with new VFS sub-system.
Damien George
2017-01-27
esp8266: Change to use new generic VFS sub-system.
Damien George
2017-01-27
unix: Change to use new generic VFS sub-system in coverage build.
Damien George
2017-01-27
extmod/vfs: Add ability for VFS sub-system to import using VfsFat.
Damien George
2017-01-27
extmod/vfs_fat: Rework to support new generic VFS sub-system.
Damien George
2017-01-27
extmod: Add generic VFS sub-system.
Damien George
2017-01-27
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2017-01-27
unix: Get minimal version compiling again.
Damien George
2017-01-27
esp8266: Switch to use OO version of FatFs library.
Damien George
2017-01-27
test/extmod: Update vfs_fat tests for new OO FatFs library.
Damien George
2017-01-27
unix: Switch to OO version of FatFS library.
Damien George
2017-01-27
extmod/vfs_fat: Rework so it can optionally use OO version of FatFS.
Damien George
2017-01-27
py/py.mk: Add CFLAGS_MOD flag to set config file for FatFs.
Damien George
2017-01-27
lib/oofatfs: Add OO version of FatFS library.
Damien George
2017-01-27
qemu-arm: Don't compile tests in "REPL" mode.
Damien George
2017-01-27
py/showbc: Make sure to set the const_table before printing bytecode.
Damien George
2017-01-27
tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.
Paul Sokolovsky
2017-01-27
tests/heapalloc_str: Test for alloc-free string operations.
Paul Sokolovsky
2017-01-27
py/objstr: Optimize string concatenation with empty string.
Paul Sokolovsky
2017-01-26
tests/extmod: Add test for ure debug printing when compiling a regex.
Damien George
2017-01-26
py/objmodule: Move module init/deinit code into runtime functions.
Damien George
2017-01-25
tests/extmod/framebuf1: Fix test for framebuf invalid constructor.
Damien George
2017-01-25
tests/extmod/framebuf4: Add tests for GS4_HMSB framebuf format.
Oleg Korsak
2017-01-25
extmod/modframebuf: Add GS4_HMSB format.
Oleg Korsak
2017-01-25
py/objint: Fix left-shift overflow in checking for large int.
Damien George
2017-01-25
esp8266: Factor out common linker code to esp8266_common.ld.
Damien George
2017-01-24
stmhal/mpconfigport.h: Reorganise the config options into groups.
Damien George
2017-01-24
stmhal/boards/STM32L476DISC: Use external SPI flash for filesystem.
Damien George
2017-01-24
stmhal: Add ability to have filesystem stored on external SPI flash.
Damien George
2017-01-24
drivers/memory: Add SPI flash driver, written in C.
Damien George
2017-01-24
stmhal: Fix examples in openocd configs to include addresses.
Pavol Rusnak
2017-01-24
tests: Make sure special tests can be skipped as well.
stijn
2017-01-24
docs/library/lcd160cr: Fix set_brightness range, should be 0..31.
Damien George
2017-01-23
docs/pyboard/tutorial: Add tutorial for LCD160CR.
Damien George
2017-01-23
stmhal: Add default frozen-bytecode directory and link lcd160cr driver.
Damien George
2017-01-23
docs: Add documentation for lcd160cr module.
Damien George
2017-01-23
drivers/display: Add driver and test for uPy LCD160CR display.
Damien George
2017-01-23
extmod/modframebuf: Clip pixels drawn by line method.
Damien George
2017-01-22
lib/utils/pyexec: Only print help prompt if HELP feature is enabled.
Damien George
[prev]
[next]