mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
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:
parent
f8b25a0104
commit
a344f6d2ad
2 changed files with 7 additions and 7 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue