aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-04-30 11:22:16 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-04-30 11:44:53 -0400
commit15248706ae3950ce89ea595c72349b3738983f41 (patch)
treea0bc14c73de7a0844c4a3a43381bc93334fa3dbb /klippy
parent8e1b516eb6e47eb3aa295f2b872fa60a530274e1 (diff)
downloadkutter-15248706ae3950ce89ea595c72349b3738983f41.tar.gz
kutter-15248706ae3950ce89ea595c72349b3738983f41.tar.xz
kutter-15248706ae3950ce89ea595c72349b3738983f41.zip
chelper: Move the host C code to a new klippy/chelper/ directory
Move the C code out of the main klippy/ directory and into its own directory. This reduces the clutter in the main klippy directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy')
-rw-r--r--klippy/chelper/__init__.py (renamed from klippy/chelper.py)0
-rw-r--r--klippy/chelper/list.h (renamed from klippy/list.h)0
-rw-r--r--klippy/chelper/pyhelper.c (renamed from klippy/pyhelper.c)0
-rw-r--r--klippy/chelper/pyhelper.h (renamed from klippy/pyhelper.h)0
-rw-r--r--klippy/chelper/serialqueue.c (renamed from klippy/serialqueue.c)0
-rw-r--r--klippy/chelper/serialqueue.h (renamed from klippy/serialqueue.h)0
-rw-r--r--klippy/chelper/stepcompress.c (renamed from klippy/stepcompress.c)0
7 files changed, 0 insertions, 0 deletions
diff --git a/klippy/chelper.py b/klippy/chelper/__init__.py
index 7d950ab8..7d950ab8 100644
--- a/klippy/chelper.py
+++ b/klippy/chelper/__init__.py
diff --git a/klippy/list.h b/klippy/chelper/list.h
index 317a109c..317a109c 100644
--- a/klippy/list.h
+++ b/klippy/chelper/list.h
diff --git a/klippy/pyhelper.c b/klippy/chelper/pyhelper.c
index 6fa4817f..6fa4817f 100644
--- a/klippy/pyhelper.c
+++ b/klippy/chelper/pyhelper.c
diff --git a/klippy/pyhelper.h b/klippy/chelper/pyhelper.h
index d564c78b..d564c78b 100644
--- a/klippy/pyhelper.h
+++ b/klippy/chelper/pyhelper.h
diff --git a/klippy/serialqueue.c b/klippy/chelper/serialqueue.c
index 2f7c25a5..2f7c25a5 100644
--- a/klippy/serialqueue.c
+++ b/klippy/chelper/serialqueue.c
diff --git a/klippy/serialqueue.h b/klippy/chelper/serialqueue.h
index 80ab686e..80ab686e 100644
--- a/klippy/serialqueue.h
+++ b/klippy/chelper/serialqueue.h
diff --git a/klippy/stepcompress.c b/klippy/chelper/stepcompress.c
index 6c5f766f..6c5f766f 100644
--- a/klippy/stepcompress.c
+++ b/klippy/chelper/stepcompress.c