DL
42ec1aad65
Fixed i2ctool write operation in no restart
mode (flag -n
).
...
It seems that I2C driver has changed a bit since i2ctool was written,
so now i2ctool sends repeated start even if `no restart` flag (-n)
was passed to it.
2017-11-01 06:11:53 +03:00
Juha Niskanen
0bcd50d7a1
apps/: Make more globals static to avoid name clashes
2017-05-19 07:13:12 -06:00
Gregory Nutt
bb9b4c8063
Low level drive access functions should not generate output; it interferes with higher level formatting
2016-02-02 14:42:16 -06:00
Gregory Nutt
7c4f9eb8e9
I2CTOOL: Now uses the I2C driver instead of direct calls into the OS
2016-02-02 10:27:50 -06:00
Gregory Nutt
5ab3722d5d
I2C: Remove the setfrequency method from the interface
2016-02-01 16:32:48 -06:00
Gregory Nutt
4e4dbda41e
I2C: Add frequency to i2c_msg_s structure
2016-02-01 14:14:48 -06:00
Gregory Nutt
ae0a55de53
I2C: Remove setaddress method
2016-02-01 12:16:56 -06:00
Gregory Nutt
f0eb017434
Rename i2c_dev_s to i2c_master_s.
2016-01-30 08:37:28 -06:00
Gregory Nutt
c4395122f9
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
2016-01-30 08:00:59 -06:00
Gregory Nutt
e9447c6058
Standardize nameing of the pre-processor definitiongs group header
2015-10-02 14:06:11 -06:00
patacongo
f8e08440f7
Email address change in apps/
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
2012-09-13 16:58:49 +00:00
patacongo
9233cd668e
Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command to the I2C tool
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3961 42af7a65-404d-4744-a932-0658087f49c3
2011-09-18 17:52:00 +00:00
patacongo
74ae84aa22
First cut at I2C tool
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3927 42af7a65-404d-4744-a932-0658087f49c3
2011-08-30 15:07:21 +00:00
patacongo
e1c666abbc
More I2C tool logic
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3924 42af7a65-404d-4744-a932-0658087f49c3
2011-08-29 23:06:54 +00:00
patacongo
1008ae7196
Add framework for I2C tools
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3923 42af7a65-404d-4744-a932-0658087f49c3
2011-08-29 20:12:03 +00:00