summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-11-18 08:36:48 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-12-14 10:48:57 +0100
commit1618e69f0e3f807dc76d14037e4325423557fb5d (patch)
tree2d2a296c0f31b2b54113a39d84b8c27a6f4dd6e3 /spec/build/cpukit
parentbsp/rtl22xx: Fix non-ASCII character (diff)
downloadrtems-1618e69f0e3f807dc76d14037e4325423557fb5d.tar.bz2
shell: Add i2c and spi commands
This adds some commands that are usefull for debugging simple serial interfaces. Even if they are a complete re-implementation, the i2c* commands use a simmilar call like the Linux i2c tools.
Diffstat (limited to 'spec/build/cpukit')
-rw-r--r--spec/build/cpukit/objshell.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/build/cpukit/objshell.yml b/spec/build/cpukit/objshell.yml
index 2ddcbd3053..dac735a274 100644
--- a/spec/build/cpukit/objshell.yml
+++ b/spec/build/cpukit/objshell.yml
@@ -56,6 +56,9 @@ source:
- cpukit/libmisc/shell/main_halt.c
- cpukit/libmisc/shell/main_help.c
- cpukit/libmisc/shell/main_hexdump.c
+- cpukit/libmisc/shell/main_i2cdetect.c
+- cpukit/libmisc/shell/main_i2cget.c
+- cpukit/libmisc/shell/main_i2cset.c
- cpukit/libmisc/shell/main_id.c
- cpukit/libmisc/shell/main_ln.c
- cpukit/libmisc/shell/main_logoff.c
@@ -82,6 +85,7 @@ source:
- cpukit/libmisc/shell/main_rtrace.c
- cpukit/libmisc/shell/main_setenv.c
- cpukit/libmisc/shell/main_sleep.c
+- cpukit/libmisc/shell/main_spi.c
- cpukit/libmisc/shell/main_stackuse.c
- cpukit/libmisc/shell/main_time.c
- cpukit/libmisc/shell/main_top.c