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>
This commit is contained in:
Kevin O'Connor 2019-09-06 13:24:20 -04:00
parent f8b25a0104
commit a344f6d2ad
2 changed files with 7 additions and 7 deletions

View file

@ -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 |