aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Features.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-09-06 13:24:20 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-09-06 13:24:20 -0400
commita344f6d2ad5258e1e58722bd6b63d8f993e36548 (patch)
tree6505d9adf27e3566b57e268404b510e86e55616f /docs/Features.md
parentf8b25a010435bf1912305a26f5fd5037601e8a45 (diff)
downloadkutter-a344f6d2ad5258e1e58722bd6b63d8f993e36548.tar.gz
kutter-a344f6d2ad5258e1e58722bd6b63d8f993e36548.tar.xz
kutter-a344f6d2ad5258e1e58722bd6b63d8f993e36548.zip
docs: Update AVR benchmarks to use gcc v5.4.0
Current versions of OctoPi ship with avr-gcc v5.4.0, so update the benchmarks to use that version. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rw-r--r--docs/Features.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Features.md b/docs/Features.md
index ccaa0117..f958e008 100644
--- a/docs/Features.md
+++ b/docs/Features.md
@@ -131,8 +131,8 @@ represent total number of steps per second on the micro-controller.
| Micro-controller | Fastest step rate | 3 steppers active |
| ------------------------------- | ----------------- | ----------------- |
-| 16Mhz AVR | 151K | 100K |
-| 20Mhz AVR | 189K | 125K |
+| 16Mhz AVR | 154K | 102K |
+| 20Mhz AVR | 192K | 127K |
| Arduino Zero (SAMD21) | 234K | 217K |
| "Blue Pill" (STM32F103) | 395K | 356K |
| Arduino Due (SAM3X8E) | 438K | 438K |