aboutsummaryrefslogtreecommitdiff
path: root/miscutils/i2c_tools.c
AgeCommit message (Expand)Author
2020-12-30*: use fopen helpers where appropriateDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-02-11i2c_tools.c: i2ctransferNikolaus Voss
2019-02-10i2ctransfer: new appletNikolaus Voss
2018-12-28config: update size informationDenys Vlasenko
2018-04-07xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko
2018-04-07libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko
2017-10-05i2cset: fix 'i' & 's' modes (3 extra bytes were sent)Avi Fishman
2017-08-29i2c_tools: tweak --help textDenys Vlasenko
2017-08-29i2c-tools: don't include linux/i2c-dev.hBartosz Golaszewski
2017-08-28i2c-tools: remove unneeded includeBartosz Golaszewski
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-07users,w,who,uptime,renice: make NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-06-24i2cdump: don't use common_bufsiz1Bartosz Golaszewski
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-11-01i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko
2015-11-01i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski
2015-11-01i2cdump: bail-out if block read failsBartosz Golaszewski
2015-11-01i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski
2015-11-01i2cdump: don't read block data in non-block modesBartosz Golaszewski
2015-11-01i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski
2015-11-01i2cdetect: fix address skipping in auto modeBartosz Golaszewski
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-09-21i2c-tools: rename remaining definesBartosz Golaszewski
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski
2015-06-07i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski
2015-06-07i2cdump: code reworkBartosz Golaszewski
2015-06-07i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski
2015-06-07i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski
2015-06-07i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski
2015-05-11i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski
2015-05-11i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-10i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski