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-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
2016-11-23
extmod/machine_i2c: Remove trivial function wrappers.
Damien George
2016-11-23
extmod/machine_i2c: Add 'stop' argument to i2c readfrom/writeto meths.
Damien George
2016-11-23
extmod/machine_i2c: Make i2c.write[to] methods return num of ACKs recvd.
Damien George
2016-11-23
extmod/machine_i2c: Add 'nack' argument to i2c.readinto.
Damien George
2016-11-23
extmod/machine_i2c: Make C-level functions return -errno on I2C error.
Damien George
2016-11-23
extmod/machine_i2c: Remove unneeded i2c_write_mem/i2c_read_mem funcs.
Damien George
2016-11-23
extmod/machine_i2c: Rewrite mem xfer funcs in terms of C-level protocol.
Damien George
2016-11-23
extmod/machine_i2c: Rewrite i2c.scan in terms of C-level protocol.
Damien George
2016-11-23
extmod/machine_i2c: Add argument to C funcs to control stop generation.
Damien George
2016-11-23
extmod/machine_i2c: Add a C-level I2C-protocol, refactoring soft I2C.
Damien George
2016-11-21
extmod/moduselect: Fix comment describing endif.
Damien George
2016-11-21
extmod/machine_mem: Typo fix in comment.
Paul Sokolovsky
2016-11-21
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky
2016-11-17
extmod/machine_i2c: Release SDA on bus error
Radomir Dopieralski
2016-11-17
extmod/machine_i2c: Raise an error when clock stretching times out
Radomir Dopieralski
2016-11-17
extmod/machine_i2c: Make the clock stretching timeout configurable
Radomir Dopieralski
2016-11-16
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-11-12
extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().
Paul Sokolovsky
2016-11-03
extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.
Paul Sokolovsky
2016-11-02
extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions.
Paul Sokolovsky
2016-10-30
extmod/utime_mphal: Fix implementation of new semantics of ticks_diff().
Paul Sokolovsky
[prev]
[next]