summaryrefslogtreecommitdiff
path: root/chip/stm32/config-stm32l100.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/config-stm32l100.h')
-rw-r--r--chip/stm32/config-stm32l100.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chip/stm32/config-stm32l100.h b/chip/stm32/config-stm32l100.h
index 1d18b6c5e8..983f956b84 100644
--- a/chip/stm32/config-stm32l100.h
+++ b/chip/stm32/config-stm32l100.h
@@ -54,3 +54,9 @@
/* Fake hibernate mode */
#define CONFIG_STM32L_FAKE_HIBERNATE
+
+/* USB packet ram config */
+#define CONFIG_USB_RAM_BASE 0x40006000
+#define CONFIG_USB_RAM_SIZE 512
+#define CONFIG_USB_RAM_ACCESS_TYPE uint32_t
+#define CONFIG_USB_RAM_ACCESS_SIZE 4