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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
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
2016-10-30
extmod/utime_mphal: Allow ticks functions period be configurable by a port.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Add MP_THREAD_GIL_EXIT/ENTER warppers for sleep functions.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: ticks_diff(): switch arg order, return signed value.
Paul Sokolovsky
2016-10-26
extmod/moduos_dupterm: Renamed to uos_dupterm.
Paul Sokolovsky
2016-10-24
extmod/vfs_fat_file: Make file.close() a no-op if file already closed.
Damien George
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-19
extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.
Alex March
2016-10-15
extmod/modussl_mbedtls: Add dummy setblocking() method.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky
2016-10-13
extmod/modujson: Fix nanbox build.
Damien George
2016-10-13
extmod/modujson: Implement ujson.load() to load JSON from a stream.
Damien George
2016-10-11
extmod/vfs_fat: Add file and directory checks for remove and rmdir.
Alex March
2016-10-11
extmod/machine_i2c: Use writes not reads in i2c.scan().
Radomir Dopieralski
2016-10-11
extmod/uzlib: Update to upstream v2.1.
Paul Sokolovsky
2016-10-07
extmod/vfs_fat_file: Use MP_Exxx errno constants.
Damien George
2016-10-07
extmod: Use mp_raise_OSError helper function.
Damien George
2016-10-07
extmod/modlwip: Use mp_raise_OSError helper function.
Damien George
2016-10-07
extmod/vfs_fat: Use mp_raise_OSError helper function.
Damien George
[next]