aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Benchmarks.md20
-rw-r--r--docs/Features.md2
2 files changed, 14 insertions, 8 deletions
diff --git a/docs/Benchmarks.md b/docs/Benchmarks.md
index 9993df2c..e3788d8a 100644
--- a/docs/Benchmarks.md
+++ b/docs/Benchmarks.md
@@ -333,26 +333,32 @@ micro-controller.
The following configuration sequence is used on the SAMD51:
```
-allocate_oids count=4
+allocate_oids count=5
config_stepper oid=0 step_pin=PA22 dir_pin=PA20 min_stop_interval=0 invert_step=0
config_stepper oid=1 step_pin=PA22 dir_pin=PA21 min_stop_interval=0 invert_step=0
config_stepper oid=2 step_pin=PA22 dir_pin=PA19 min_stop_interval=0 invert_step=0
config_stepper oid=3 step_pin=PA22 dir_pin=PA18 min_stop_interval=0 invert_step=0
+config_stepper oid=4 step_pin=PA23 dir_pin=PA17 min_stop_interval=0 invert_step=0
finalize_config crc=0
```
-The test was last run on commit `8d4a5c16` with gcc version
-`arm-none-eabi-gcc (Fedora 7.4.0-1.fc30) 7.4.0` on a SAMD51G19A
+The test was last run on commit `524ebbc7` with gcc version
+`arm-none-eabi-gcc (Fedora 9.2.0-1.fc30) 9.2.0` on a SAMD51J19A
micro-controller.
| samd51 | ticks |
| -------------------- | ----- |
| 1 stepper | 516 |
| 2 stepper | 520 |
-| 3 stepper | 519 |
-| 4 stepper | 655 |
-| 1 stepper (no delay) | 41 |
-| 3 stepper (no delay) | 197 |
+| 3 stepper | 520 |
+| 4 stepper | 631 |
+| 1 stepper (200Mhz) | 839 |
+| 2 stepper (200Mhz) | 838 |
+| 3 stepper (200Mhz) | 838 |
+| 4 stepper (200Mhz) | 838 |
+| 5 stepper (200Mhz) | 891 |
+| 1 stepper (no delay) | 42 |
+| 3 stepper (no delay) | 194 |
## Command dispatch benchmark ##
diff --git a/docs/Features.md b/docs/Features.md
index 52ef0a7e..d3d0dcea 100644
--- a/docs/Features.md
+++ b/docs/Features.md
@@ -141,7 +141,7 @@ represent total number of steps per second on the micro-controller.
| Smoothieboard (LPC1769) | 661K | 661K |
| Beaglebone PRU | 680K | 680K |
| Duet2 Wifi/Eth (SAM4E8E) | 686K | 686K |
-| Adafruit Metro M4 (SAMD51) | 733K | 694K |
+| Adafruit Metro M4 (SAMD51) | 761K | 692K |
| BigTreeTech SKR Pro (STM32F407) | 922K | 711K |
On AVR platforms, the highest achievable step rate is with just one