Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
a9047e0980
commit
5353df91cb
265 changed files with 320 additions and 320 deletions
|
@ -9,31 +9,31 @@
|
|||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
//config:config I2CGET
|
||||
//config: bool "i2cget (5.5 kb)"
|
||||
//config: bool "i2cget (5.7 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Read from I2C/SMBus chip registers.
|
||||
//config:
|
||||
//config:config I2CSET
|
||||
//config: bool "i2cset (6.7 kb)"
|
||||
//config: bool "i2cset (6.9 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Set I2C registers.
|
||||
//config:
|
||||
//config:config I2CDUMP
|
||||
//config: bool "i2cdump (7.1 kb)"
|
||||
//config: bool "i2cdump (7.2 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Examine I2C registers.
|
||||
//config:
|
||||
//config:config I2CDETECT
|
||||
//config: bool "i2cdetect (7.1 kb)"
|
||||
//config: bool "i2cdetect (7.3 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Detect I2C chips.
|
||||
//config:
|
||||
//config:config I2CTRANSFER
|
||||
//config: bool "i2ctransfer (4.0 kb)"
|
||||
//config: bool "i2ctransfer (5.5 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Send user-defined I2C messages in one transfer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue