aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-03 11:05:59 -0600
committerSelene ToyKeeper2023-11-03 11:05:59 -0600
commit3489015ff245861355f73674f79801279d95ea39 (patch)
tree87f188f4f407ae83fd98ff3e4ed0bcf81b4ae9d5
parentmoved ATTINY and MODEL_NUMBER into $target/arch and $target/model, (diff)
downloadanduril-3489015ff245861355f73674f79801279d95ea39.tar.gz
anduril-3489015ff245861355f73674f79801279d95ea39.tar.bz2
anduril-3489015ff245861355f73674f79801279d95ea39.zip
renamed tk*.h to arch/*.h or fsm/*.h (part 1)
to get them out of the root dir, and to start cleaning up mcu/arch code
-rw-r--r--arch/adc-calibration.h (renamed from tk-calibration.h)0
-rw-r--r--arch/delay.h (renamed from tk-delay.h)0
-rw-r--r--arch/mcu.h (renamed from tk-attiny.h)0
-rw-r--r--arch/random.h (renamed from tk-random.h)0
-rw-r--r--arch/voltage.h (renamed from tk-voltage.h)0
-rw-r--r--fsm/tk.h (renamed from tk.h)0
6 files changed, 0 insertions, 0 deletions
diff --git a/tk-calibration.h b/arch/adc-calibration.h
index f0b05ab..f0b05ab 100644
--- a/tk-calibration.h
+++ b/arch/adc-calibration.h
diff --git a/tk-delay.h b/arch/delay.h
index 502e6ab..502e6ab 100644
--- a/tk-delay.h
+++ b/arch/delay.h
diff --git a/tk-attiny.h b/arch/mcu.h
index 9532ed5..9532ed5 100644
--- a/tk-attiny.h
+++ b/arch/mcu.h
diff --git a/tk-random.h b/arch/random.h
index ad65660..ad65660 100644
--- a/tk-random.h
+++ b/arch/random.h
diff --git a/tk-voltage.h b/arch/voltage.h
index 36ce9c8..36ce9c8 100644
--- a/tk-voltage.h
+++ b/arch/voltage.h
diff --git a/tk.h b/fsm/tk.h
index 785808d..785808d 100644
--- a/tk.h
+++ b/fsm/tk.h