diff options
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 |