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
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
2017-02-06
extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.
Damien George
2017-02-05
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
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
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
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-30
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FSUSERMOUNT_ADHOC config option.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_READER_FATFS component.
Damien George
2017-01-30
extmod/vfs: Expose lookup_path_raw as mp_vfs_lookup_path.
Damien George
2017-01-30
extmod/vfs_fat: Update to use FF_DIR instead of DIR.
Damien George
2017-01-29
extmod/machine_signal: Implement "signal" abstraction for machine module.
Paul Sokolovsky
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
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
extmod/vfs_fat: Rework so it can optionally use OO version of FatFS.
Damien George
2017-01-25
extmod/modframebuf: Add GS4_HMSB format.
Oleg Korsak
2017-01-23
extmod/modframebuf: Clip pixels drawn by line method.
Damien George
2017-01-08
extmod/modframebuf: optimize fill_rect subroutine call
Oleg Korsak
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-24
extmod/modutimeq: Make time_less_than be actually "less than", not less/eq.
Paul Sokolovsky
2016-12-23
extmod/modutimeq: Fix printf in dump().
Paul Sokolovsky
2016-12-22
extmod/moduheapq: Revert change for adhoc relative-time queue support.
Paul Sokolovsky
2016-12-22
extmod/modutimeq: Fix warning about unused param.
Paul Sokolovsky
2016-12-22
extmod/modutimeq: Refactor into optimized class.
Paul Sokolovsky
2016-12-22
extmod/modutimeq: Copy of current moduheapq with timeq support for refactoring.
Paul Sokolovsky
2016-12-09
extmod/modframebuf: Store underlying buffer object to prevent GC free.
Damien George
2016-12-08
extmod/modframebuf: Make framebuf implement the buffer protocol.
Damien George
2016-12-08
extmod/machine_spi: Provide reusable software SPI class.
Damien George
2016-12-05
extmod/modframebuf: Add hline, vline, rect and line methods.
Damien George
2016-12-05
extmod/modbtree: Rename "sync" method to "flush" for consistency.
Paul Sokolovsky
2016-12-02
extmod/modbtree: Add method to sync the database.
w4kpm
2016-12-02
extmod/vfs_fat_file: Allow file obj to respond to ioctl flush request.
w4kpm
2016-12-02
extmod/modlwip: Add ioctl method to socket, with poll implementation.
Damien George
2016-12-02
extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.
Damien George
2016-12-02
extmod/moduselect: Use stream helper function instead of ad-hoc code.
Damien George
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-12-02
extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite.
Damien George
2016-12-01
extmod/modframebuf: Optimise fill and fill_rect methods.
Damien George
2016-12-01
extmod/modframebuf: Add back legacy FrameBuffer1 "class".
Damien George
2016-12-01
extmod/modframebuf: Make FrameBuffer handle 16bit depth.
Radomir Dopieralski
2016-11-30
extmod/modurandom: Allow to build with float disabled.
Damien George
2016-11-24
extmod/machine_i2c: Add hook to constructor to call port-specific code.
Damien George
2016-11-24
extmod/machine_i2c: Expose soft I2C obj and readfrom/writeto funcs.
Damien George
[next]