diff options
| author | Selene ToyKeeper | 2023-11-03 11:05:59 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-03 11:05:59 -0600 |
| commit | 3489015ff245861355f73674f79801279d95ea39 (patch) | |
| tree | 87f188f4f407ae83fd98ff3e4ed0bcf81b4ae9d5 /arch | |
| parent | moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, (diff) | |
| download | anduril-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
Diffstat (limited to '')
| -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 |
5 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-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 |
