This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8829e8237a
zephyr
/
tests
/
drivers
/
i2c
/
i2c_slave_api
/
boards
/
nucleo_f091rc.conf
5 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test: i2c: Add i2c_slave_api test Add a new test to make I2C transfers between an I2C controller and an I2C slave driver, either by: - Using a virtual I2C driver - Using a physical link and 2 physical controllers The Physical test uses : - Two EEPROM Slave drivers each connected to one I2C controller - Both I2C controllers also act as master and take turns writing to the opposite EEPROM Slave. All of this connected physically on the board. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Daniel Wagenknecht <wagenknecht@clage.de>
2017-11-30 23:37:33 +08:00
CONFIG_I2C_STM32_INTERRUPT=y
CONFIG_I2C_1=y
CONFIG_I2C_2=y
cmake: Drop all in-tree usage 'set_conf_file' Port all users of 'set_conf_file' to use the built-in rules instead. This follows the convention-over-configuration principle to make the system as a whole simpler and more consistent. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2019-02-28 21:51:09 +08:00
CONFIG_I2C_VIRTUAL=n