]> granicus.if.org Git - esp-idf/commit
i2c/i2c-tools: add i2c-tools example
authormorris <maoshengrong@espressif.com>
Mon, 15 Oct 2018 02:19:02 +0000 (10:19 +0800)
committermorris <maoshengrong@espressif.com>
Tue, 16 Oct 2018 08:13:21 +0000 (16:13 +0800)
commit6d1e23796fb10bf32eefcaf8f65e8ab89adbf2f4
treea14cfb815b7d8d9c73ba1c0cacbbddc69e7a62bc
parent66a54c7abf8c1cb76ee596424dbaf7515674fd7b
i2c/i2c-tools: add i2c-tools example

1. add command i2cconfig
2. add command i2cdetect
3. add command i2cget
4. add command i2cset
5. add command i2cdump
6. add README.md
12 files changed:
examples/peripherals/i2c/i2c_tools/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/Makefile [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/README.md [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/main/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/main/Kconfig.projbuild [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/main/cmd_decl.h [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/main/cmd_i2ctools.c [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/main/cmd_i2ctools.h [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/main/component.mk [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/main/i2ctools_example_main.c [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/partitions_example.csv [new file with mode: 0644]
examples/peripherals/i2c/i2c_tools/sdkconfig.defaults [new file with mode: 0644]