aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Debugging.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-01-20 00:57:48 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-01-20 00:57:48 -0500
commitf0ac5c378f8fbcbba56e1990c8d176f11b54b386 (patch)
treea1e7da2090e07de7bda454ca21cdae14d0483850 /docs/Debugging.md
parentefd1bf5e04d78c0002b128c8202c7e559d4268df (diff)
downloadkutter-f0ac5c378f8fbcbba56e1990c8d176f11b54b386.tar.gz
kutter-f0ac5c378f8fbcbba56e1990c8d176f11b54b386.tar.xz
kutter-f0ac5c378f8fbcbba56e1990c8d176f11b54b386.zip
docs: Update Debugging document with SAM3X8E usb transfer benchmark
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Debugging.md')
-rwxr-xr-xdocs/Debugging.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md
index 949fc65e..6035c35d 100755
--- a/docs/Debugging.md
+++ b/docs/Debugging.md
@@ -412,6 +412,7 @@ commands per second is then `100000 * mcu_frequency / clock_diff`.
| 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 |
+| sam3x8e (USB) | 413K | efd1bf5e | 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 |
| lpc1768 (USB) | 546K | b161a69e | arm-none-eabi-gcc (Fedora 7.1.0-5.fc27) 7.1.0 |