summaryrefslogtreecommitdiff
path: root/src/stmf0/registers.ld
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-01-07 21:44:39 -0800
committerKeith Packard <keithp@keithp.com>2018-01-07 21:44:39 -0800
commit48d164e3d4b2ef27fae20fae63b8014803a7b178 (patch)
treec0dc65ded8300299b862870f5eabf83d9a36455f /src/stmf0/registers.ld
parentdb7f7c6c7f956058250b8057c6c27284f6f22e53 (diff)
altos/stmf0: Use double buffering for ChaosKey
This improves the USB performance of ChaosKey so that it doesn't NAK during data transfers at all. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stmf0/registers.ld')
-rw-r--r--src/stmf0/registers.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stmf0/registers.ld b/src/stmf0/registers.ld
index 1f9862b1..c301a7ce 100644
--- a/src/stmf0/registers.ld
+++ b/src/stmf0/registers.ld
@@ -26,6 +26,7 @@ stm_crs = 0x40006c00;
stm_bxcan = 0x40006400;
stm_usb_sram = 0x40006000;
+stm_usb_bdt = 0x40006000;
stm_usb = 0x40005c00;
stm_i2c1 = 0x40005400;