zephyr/tests/drivers/i2c/i2c_api
Kumar Gala 0bfd810d13 i2c: deprecate use of union dev_config
There are several issues with the dev_config union used as a
convenience when calling the i2c_configure api.  One, the union is well
name spaced protected and doesn't convey use with just i2c.  Second
there are assumptions of how the bits might get packed by the union
which can't be guaranteed.  Since the API takes a u32_t lets change in
tree uses to using the macros to setup a u32_t and make the union as
deprecated.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-10-11 10:45:12 -04:00
..
src i2c: deprecate use of union dev_config 2017-10-11 10:45:12 -04:00
Makefile tests: add zephyr i2c driver api test 2017-02-04 19:31:31 +00:00
prj.conf tests: add zephyr i2c driver api test 2017-02-04 19:31:31 +00:00
testcase.yaml tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00