diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-10-28 15:15:08 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-10-28 15:15:08 -0400 |
commit | faa89be816064b42bff1ba81478405490e49289c (patch) | |
tree | e832f592e1efe3e16733b0b3af5b31236f4872c7 /docs | |
parent | 89d94dd33bf89585e4790083d845aef6e9c0515f (diff) | |
download | kutter-faa89be816064b42bff1ba81478405490e49289c.tar.gz kutter-faa89be816064b42bff1ba81478405490e49289c.tar.xz kutter-faa89be816064b42bff1ba81478405490e49289c.zip |
docs: Fix Benchmarks.md git revision references
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Benchmarks.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Benchmarks.md b/docs/Benchmarks.md index f6b41f03..abe7d741 100644 --- a/docs/Benchmarks.md +++ b/docs/Benchmarks.md @@ -365,7 +365,7 @@ config_stepper oid=2 step_pin=PC28 dir_pin=PA4 invert_step=-1 step_pulse_ticks=0 finalize_config crc=0 ``` -The test was last run on commit `e3f1140d` with gcc version +The test was last run on commit `34e9ea55` with gcc version `arm-none-eabi-gcc (NixOS 10.3-2021.10) 10.3.1` on a SAME70Q20B micro-controller. @@ -386,7 +386,7 @@ finalize_config crc=0 ``` -The test was last run on commit `08d037c6` with gcc version +The test was last run on commit `b7978d37` with gcc version `or1k-linux-musl-gcc (GCC) 9.2.0` on an Allwinner A64-H micro-controller. |