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-02-03
py/objstr: Convert some instances of mp_uint_t to size_t.
Damien George
2017-02-03
docs: For LCD160CR driver and tutorial, add link to positioning image.
Damien George
2017-02-03
stmhal/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
Damien George
2017-02-03
qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
Damien George
2017-02-03
py/mpconfig.h: Move PY_BUILTINS_POW3 config option to diff part of file.
Damien George
2017-02-03
tests/basics/string_format_modulo: Add more tests for dict formatting.
Damien George
2017-02-03
py/objstr: Give correct behaviour when passing a dict to %-formatting.
Damien George
2017-02-02
tests: Split tests for 2- and 3-arg pow().
Paul Sokolovsky
2017-02-02
py: Added optimised support for 3-argument calls to builtin.pow()
Nicko van Someren
2017-02-03
py/objset: Fix inplace binary ops so frozensets are not modified.
Damien George
2017-02-03
tests/float: Add tests for zero to a negative power.
Damien George
2017-02-03
py/objcomplex: Correctly handle case of 0j to power of something.
Damien George
2017-02-03
py/objfloat: Raise ZeroDivisionError for 0 to negative power.
Damien George
2017-02-02
tests/basics/set_binop: Add tests for inplace set operations.
Damien George
2017-02-02
py/objset: Make inplace binary operators actually modify the set.
Damien George
2017-02-02
tests/heapalloc_bytesio: Test for BytesIO with preallocates space.
Paul Sokolovsky
2017-02-02
py/objstringio: Allow to specify initial capacity by passing numeric argument.
Paul Sokolovsky
2017-02-01
unix: Make stack be non-executable
Dave Hylands
2017-02-01
zephyr/README: Describe many gotchas of networked builds.
Paul Sokolovsky
2017-02-01
tests/thread: Fix stack size test so tests run reliably on baremetal.
Damien George
2017-01-31
lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.
Andrew Gatt
2017-01-31
stmhal: Fix build issue when MICROPY_PY_THREAD is disabled.
Damien George
2017-01-31
stmhal/main: Use _estack value to initialise stack extents.
Damien George
2017-01-31
stmhal: Initial implementation of multithreading, currently disabled.
Damien George
2017-01-31
tests/thread: Make thread_exc2 runable on baremetal.
Damien George
2017-01-31
stmhal/pendsv: Fill in comments about what the stack contains.
Damien George
2017-01-31
stmhal/main: Guard init_sdcard_fs with MICROPY_HW_HAS_SDCARD.
Damien George
2017-01-31
stmhal/modmachine: Add machine.Signal type.
Damien George
2017-01-31
stmhal/pin: Add C-level pin ioctl method.
Damien George
2017-01-31
lib/oofatfs/ffconf.h: Allow to configure FS_EXFAT option.
Damien George
2017-01-31
stmhal/main: Put /sd directory before /flash in sys.path.
Damien George
2017-01-31
stmhal: On boot, mount all available partitions of the SD card.
Damien George
2017-01-31
stmhal/README: Add paragraph about building mpy-cross.
Damien George
2017-01-31
tests/basics/zip: Make skippable.
Paul Sokolovsky
2017-01-31
tests/run-tests: Skip frozenset tests if set literal syntax is not available.
Paul Sokolovsky
2017-01-30
zephyr/Makefile.zephyr: Support and default to networked (SLIP) QEMU.
Paul Sokolovsky
2017-01-30
extmod/vfs_fat.c: Use explicit include path for timeutils.h.
Andrew Gatt
2017-01-30
extmod/vfs_reader: Fix use of NLR by popping context.
Damien George
2017-01-30
docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch.
Damien George
2017-01-30
stmhal: Fix stack pointer initialisation for F411 and F429 boards.
Damien George
2017-01-30
stmhal: Set the FatFs partition number when initialising VFS object.
Damien George
2017-01-30
stmhal: Use LED constants from PYBv4 onwards.
Damien George
2017-01-30
unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module.
Damien George
2017-01-30
extmod/vfs_fat: Remove unused function fat_vfs_listdir.
Damien George
2017-01-30
extmod/vfs_fat: Remove unused fatfs_builtin_open function.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-30
lib/fatfs: Remove old fatfs library component, it's replaced by oofatfs.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-30
unix/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.
Damien George
2017-01-30
esp8266/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.
Damien George
[next]