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
/
machine_i2c.c
Age
Commit message (
Expand
)
Author
2020-06-25
remove machine_i2c, machine_spi
Jeff Epler
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2019-01-18
Fix unix build
Scott Shawcroft
2018-08-16
Fix esp and samd
Scott Shawcroft
2017-08-30
all: Convert remaining "mp_uint_t n_args" to "size_t n_args".
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-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-10-11
extmod/machine_i2c: Use writes not reads in i2c.scan().
Radomir Dopieralski
2016-09-28
extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.
Radomir Dopieralski
2016-09-22
extmod/machine_i2c: Add clock stretching support.
Radomir Dopieralski
2016-05-26
extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.
Damien George
2016-04-22
extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr.
Damien George
2016-04-12
extmod/machine_i2c: Implement I2C memory reading/writing.
Damien George
2016-04-12
extmod/machine_i2c: Fix I2C reading by sending ack/nack at end of byte.
Damien George
2016-04-12
extmod: Add generic machine.I2C class, with bit-bang I2C.
Damien George