aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Features.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-12-30 14:42:04 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-01-07 19:43:56 -0500
commit549e682069bf32fbe5d4c2139c583066070bb7cc (patch)
tree8778b20c20fc0437d9c9cf862ab186561928321e /docs/Features.md
parent8e0eb0d57473e85570dd99f4ebbcf5d6f290d455 (diff)
downloadkutter-549e682069bf32fbe5d4c2139c583066070bb7cc.tar.gz
kutter-549e682069bf32fbe5d4c2139c583066070bb7cc.tar.xz
kutter-549e682069bf32fbe5d4c2139c583066070bb7cc.zip
docs: Add sam4s8c benchmarks
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rwxr-xr-xdocs/Features.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Features.md b/docs/Features.md
index 93461ceb..b0b43538 100755
--- a/docs/Features.md
+++ b/docs/Features.md
@@ -134,6 +134,7 @@ represent total number of steps per second on the micro-controller.
| Arduino Zero (ARM SAMD21) | 234K | 217K |
| STM32F103 | 333K | 300K |
| Arduino Due (ARM SAM3X8E) | 410K | 397K |
+| SAM4S8C ARM | 455K | 455K |
| Smoothieboard (ARM LPC1768) | 487K | 487K |
| Smoothieboard (ARM LPC1769) | 584K | 584K |
| SAM4E8E ARM | 638K | 638K |
@@ -142,5 +143,5 @@ represent total number of steps per second on the micro-controller.
On AVR platforms, the highest achievable step rate is with just one
stepper stepping. On the STM32F103, Arduino Zero, and Due, the highest
step rate is with two simultaneous steppers stepping. On the PRU,
-SAM4E8E, and LPC176x the highest step rate is with three simultaneous
-steppers.
+SAM4S8C, SAM4E8E, and LPC176x the highest step rate is with three
+simultaneous steppers.