index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
2017-05-12
atmel-samd: Rework boot, main and REPL order.
Scott Shawcroft
2017-05-01
atmel-samd: Introduce audio sample playback via audioio.AudioOut.
Scott Shawcroft
2017-02-24
Correct name of mp_raise_NotImplementedError to make error name.
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-02-14
Make mp_float_t conversions explicit to silence warnings of converting floats...
Scott Shawcroft
2017-01-12
Fixup warnings from merge about undefined macro values, switch to
Scott Shawcroft
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
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
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
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
[next]