aboutsummaryrefslogtreecommitdiff
path: root/miscutils/i2c_tools.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix "defined but not used" warningsDenys Vlasenko2022-01-171-0/+2
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* *: more --help tweakingDenys Vlasenko2021-06-131-1/+1
* *: use fopen helpers where appropriateDenys Vlasenko2020-12-301-3/+3
* randomconfig fixesDenys Vlasenko2020-12-291-2/+4
* decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-2/+2
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-10/+5
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-5/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-22/+22
* i2c_tools.c: i2ctransferNikolaus Voss2019-02-111-5/+3
* i2ctransfer: new appletNikolaus Voss2019-02-101-1/+177
* config: update size informationDenys Vlasenko2018-12-281-4/+4
* xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-1/+0
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1
* i2cset: fix 'i' & 's' modes (3 extra bytes were sent)Avi Fishman2017-10-051-13/+27
* i2c_tools: tweak --help textDenys Vlasenko2017-08-291-33/+36
* i2c-tools: don't include linux/i2c-dev.hBartosz Golaszewski2017-08-291-13/+30
* i2c-tools: remove unneeded includeBartosz Golaszewski2017-08-281-1/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-13/+12
* users,w,who,uptime,renice: make NOEXECDenys Vlasenko2017-08-071-0/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-4/+4
* i2cdump: don't use common_bufsiz1Bartosz Golaszewski2016-06-241-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+1
* i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko2015-11-011-1/+3
* i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski2015-11-011-2/+4
* i2cdump: bail-out if block read failsBartosz Golaszewski2015-11-011-5/+8
* i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski2015-11-011-1/+1
* i2cdump: don't read block data in non-block modesBartosz Golaszewski2015-11-011-1/+2
* i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski2015-11-011-1/+1
* i2cdetect: fix address skipping in auto modeBartosz Golaszewski2015-11-011-6/+7
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-18/+18
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-13/+13
* i2c-tools: rename remaining definesBartosz Golaszewski2015-09-211-23/+23
* i2c-tools: remove duplicate definitionsBartosz Golaszewski2015-09-211-100/+2
* i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski2015-06-071-2/+1
* i2cdump: code reworkBartosz Golaszewski2015-06-071-149/+167
* i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski2015-06-071-1/+3
* i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski2015-06-071-2/+4
* i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski2015-06-071-12/+19
* i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski2015-05-111-2/+6
* i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski2015-05-111-1/+4
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
* i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski2015-02-101-0/+1396