altos/usbtrng-v2.0: Select PA11/PA12 mapping config value
[fw/altos] / src / usbtrng-v2.0 / ao_pins.h
index 90efb8642877a0dea25619943f9c1f0081190c03..2375944438c88f635afddc48e515f3479626f64b 100644 (file)
@@ -40,8 +40,9 @@
 #define AO_APB_PRESCALER       1
 #define AO_RCC_CFGR_PPRE_DIV   STM_RCC_CFGR_PPRE_DIV_1
 
-#define HAS_USB                1
-#define AO_USB_DIRECTIO        1
+#define HAS_USB                        1
+#define AO_USB_DIRECTIO                1
+#define AO_PA11_PA12_RMP       0
 
 #define IS_FLASH_LOADER        0
 
@@ -55,4 +56,8 @@
 
 #define AO_NUM_ADC             1
 
+/* CRC */
+#define AO_CRC_WIDTH   32
+#define AO_CRC_INIT    0xffffffff
+
 #endif /* _AO_PINS_H_ */