Skip to content

Commit

Permalink
docs: Add rp2350 to benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Connor <[email protected]>
  • Loading branch information
KevinOConnor committed Oct 29, 2024
1 parent 321cc06 commit f0d8e06
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/Benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@ micro-controller.
| 1 stepper | 85 |
| 3 stepper | 359 |

### RP2040 step rate benchmark
### RPxxxx step rate benchmark

The following configuration sequence is used on the RP2040:
The following configuration sequence is used on the RP2040 and RP2350:

```
allocate_oids count=3
Expand All @@ -407,15 +407,20 @@ config_stepper oid=2 step_pin=gpio27 dir_pin=gpio5 invert_step=-1 step_pulse_tic
finalize_config crc=0
```

The test was last run on commit `59314d99` with gcc version
`arm-none-eabi-gcc (Fedora 10.2.0-4.fc34) 10.2.0` on a Raspberry Pi
Pico board.
The test was last run on commit `19fd300a` with gcc version
`arm-none-eabi-gcc (Fedora 14.1.0-1.fc40) 14.1.0` on Raspberry Pi
Pico and Pico 2 boards.

| rp2040 | ticks |
| -------------------- | ----- |
| 1 stepper | 5 |
| 3 stepper | 22 |

| rp2350 | ticks |
| -------------------- | ----- |
| 1 stepper | 36 |
| 3 stepper | 166 |

### Linux MCU step rate benchmark

The following configuration sequence is used on a Raspberry Pi:
Expand Down Expand Up @@ -476,7 +481,8 @@ hub.
| sam4s8c (USB) | 650K | 8d4a5c16 | arm-none-eabi-gcc (Fedora 7.4.0-1.fc30) 7.4.0 |
| samd51 (USB) | 864K | 01d2183f | arm-none-eabi-gcc (Fedora 7.4.0-1.fc30) 7.4.0 |
| stm32f446 (USB) | 870K | 01d2183f | arm-none-eabi-gcc (Fedora 7.4.0-1.fc30) 7.4.0 |
| rp2040 (USB) | 873K | c5667193 | arm-none-eabi-gcc (Fedora 10.2.0-4.fc34) 10.2.0 |
| rp2040 (USB) | 886K | 19fd300a | arm-none-eabi-gcc (Fedora 14.1.0-1.fc40) 14.1.0 |
| rp2350 (USB) | 886K | 19fd300a | arm-none-eabi-gcc (Fedora 14.1.0-1.fc40) 14.1.0 |

## Host Benchmarks

Expand Down
1 change: 1 addition & 0 deletions docs/Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ represent total number of steps per second on the micro-controller.
| AR100 | 3529K | 2507K |
| STM32F407 | 3652K | 2459K |
| STM32F446 | 3913K | 2634K |
| RP2350 | 4167K | 2711K |
| SAME70 | 6667K | 4737K |
| STM32H743 | 9091K | 6061K |

Expand Down

0 comments on commit f0d8e06

Please sign in to comment.