diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-16 18:59:55 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-16 18:59:55 -0500 |
commit | 52fa91fb9afad272113f8ea3d07d52a19ff6d09f (patch) | |
tree | 00dd2d281ab6665b1fad64bf56576af71b7c97d5 /docs/Features.md | |
parent | b161a69e98eed93d23737b3910a581d1b828f80e (diff) | |
download | kutter-52fa91fb9afad272113f8ea3d07d52a19ff6d09f.tar.gz kutter-52fa91fb9afad272113f8ea3d07d52a19ff6d09f.tar.xz kutter-52fa91fb9afad272113f8ea3d07d52a19ff6d09f.zip |
docs: Update benchmarks
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rwxr-xr-x | docs/Features.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Features.md b/docs/Features.md index 3a013948..93461ceb 100755 --- a/docs/Features.md +++ b/docs/Features.md @@ -132,12 +132,12 @@ represent total number of steps per second on the micro-controller. | 16Mhz AVR | 151K | 100K | | 20Mhz AVR | 189K | 125K | | Arduino Zero (ARM SAMD21) | 234K | 217K | -| STM32F103 | 364K | 324K | +| STM32F103 | 333K | 300K | | Arduino Due (ARM SAM3X8E) | 410K | 397K | | Smoothieboard (ARM LPC1768) | 487K | 487K | | Smoothieboard (ARM LPC1769) | 584K | 584K | | SAM4E8E ARM | 638K | 638K | -| Beaglebone PRU | 689K | 689K | +| Beaglebone PRU | 680K | 680K | On AVR platforms, the highest achievable step rate is with just one stepper stepping. On the STM32F103, Arduino Zero, and Due, the highest |