aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-05-08 12:34:46 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-05-25 11:52:13 -0400
commit83d3c1728052fae7402569e6ec012c657d9d0e4c (patch)
tree895844162c8c45d70e47b748f37c9ebe520fbc5d
parent141bd0ce9b1328125a5cc7497a90e52238b0065d (diff)
downloadkutter-83d3c1728052fae7402569e6ec012c657d9d0e4c.tar.gz
kutter-83d3c1728052fae7402569e6ec012c657d9d0e4c.tar.xz
kutter-83d3c1728052fae7402569e6ec012c657d9d0e4c.zip
docs: Add LPC1768 benchmarks to Features.md document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Features.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Features.md b/docs/Features.md
index 559c086d..69700df6 100644
--- a/docs/Features.md
+++ b/docs/Features.md
@@ -95,9 +95,11 @@ represent total number of steps per second on the micro-controller.
| 20Mhz AVR | 189K | 125K |
| STM32F103 | 340K | 300K |
| Arduino Due (ARM) | 382K | 337K |
+| LPC1768 (100Mhz) | 385K | 385K |
+| LPC1769 (120Mhz) | 462K | 462K |
| Beaglebone PRU | 689K | 689K |
On AVR platforms, the highest achievable step rate is with just one
-stepper stepping. On the Due amd STM32F103, the highest step rate is
-with two simultaneous steppers stepping. On the PRU, the highest step
-rate is with three simultaneous steppers.
+stepper stepping. On the STM32F103 and Due, the highest step rate is
+with two simultaneous steppers stepping. On the PRU and LPC176x, the
+highest step rate is with three simultaneous steppers.