This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-19 03:03:37 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
6ccb97491069c7189c6a999efcdd2d9ee7d70b42
nuttx
/
drivers
/
ioexpander
T
History
Juha Niskanen
0113b0db95
drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this.
2017-08-04 07:31:36 -06:00
..
gpio_lower_half.c
drivers/: Remove dangling space at the end of lines.
2017-06-28 13:17:17 -06:00
gpio.c
drivers/ioexpander: Add some debug output.
2016-11-08 07:46:25 -06:00
Kconfig
SIM: Add a simulated I/O Expander driver
2016-08-03 09:44:48 -06:00
Make.defs
…
pca9555.c
drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this.
2017-08-04 07:31:36 -06:00
pca9555.h
…
pcf8574.c
drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this.
2017-08-04 07:31:36 -06:00
pcf8574.h
…
skeleton.c
irq_dispatch: Add argument pointer to irq_dispatch
2017-02-27 06:27:56 -06:00
tca64xx.c
drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this.
2017-08-04 07:31:36 -06:00
tca64xx.h
…