aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-11-16 20:38:30 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-11-16 20:38:30 -0500
commitcd1e669306d2b07ce7f02cd3f3459085d7e76d41 (patch)
tree8fa2390fd50068737350b1505e74bf862969fd3c /docs
parent64a1837fec8a731283826a4fd61abff36033238e (diff)
downloadkutter-cd1e669306d2b07ce7f02cd3f3459085d7e76d41.tar.gz
kutter-cd1e669306d2b07ce7f02cd3f3459085d7e76d41.tar.xz
kutter-cd1e669306d2b07ce7f02cd3f3459085d7e76d41.zip
docs: Fix typo in command dispatch benchmarks
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/Debugging.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md
index c921d802..44bc9df0 100755
--- a/docs/Debugging.md
+++ b/docs/Debugging.md
@@ -391,10 +391,10 @@ When the test completes, determine the difference between the clocks
reported in the two "uptime" response messages. The total number of
commands per second is then `100000 * mcu_frequency / clock_diff`.
-| MCU | Rate | Build | Build compiler |
-| ------------------- | ---- | -------- | -------------------- |
-| atmega2560 (serial) | 23K | b161a69e | avr-gcc (GCC) 4.8.1) |
-| at90usb1286 (USB) | 75K | b161a69e | avr-gcc (GCC) 4.8.1) |
+| MCU | Rate | Build | Build compiler |
+| ------------------- | ---- | -------- | ------------------- |
+| atmega2560 (serial) | 23K | b161a69e | avr-gcc (GCC) 4.8.1 |
+| at90usb1286 (USB) | 75K | b161a69e | avr-gcc (GCC) 4.8.1 |
| sam3x8e (serial) | 23K | b161a69e | arm-none-eabi-gcc (Fedora 7.1.0-5.fc27) 7.1.0 |
| pru (shared memory) | 5K | b161a69e | pru-gcc (GCC) 8.0.0 20170530 (experimental) |
| stm32f103 (USB) | 335K | b161a69e | arm-none-eabi-gcc (Fedora 7.1.0-5.fc27) 7.1.0 |