Switch from GPLv2 to GPLv2+
[fw/altos] / src / chaoskey-v0.1 / ao_pins.h
index 95d9a57604748c9eba0ae02e419bd3e749559840..cb8f33934eff4d49c225b51cdc879cd4adae0709 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -27,6 +28,9 @@
 
 #define LEDS_AVAILABLE (AO_LED_RED | AO_LED_GREEN)
 
+#define AO_POWER_MANAGEMENT    1
+#define AO_LED_POWER           AO_LED_RED
+
 #define HAS_BEEP       0
 
 /* 48MHz clock based on USB */
 #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 AO_PA11_PA12_RMP       0
-#define AO_USB_INTERFACE_CLASS 0xff
+#define HAS_USB                                1
+#define AO_USB_DIRECTIO                        1
+#define AO_PA11_PA12_RMP               0
+#define AO_USB_DEVICE_CLASS            0xff
+#define AO_USB_INTERFACE_CLASS_DATA    0xff
+#define AO_USB_HAS_OUT                 0
+#define AO_USB_HAS_IN                  1
+#define AO_USB_HAS_IN2                 1
+#define AO_USB_HAS_INT                 0
+#define USE_USB_STDIO                  0
+#define AO_USB_SELF_POWER              0
+#define AO_USB_DEVICE_ID_SERIAL                1
 
 #define IS_FLASH_LOADER        0
 
 
 #define AO_NUM_ADC             1
 
-/* HV enable */
+/* TRNG enable */
 
-#define AO_HV_ENABLE_PORT      (&stm_gpioa)
-#define AO_HV_ENABLE_BIT       8
+#define AO_TRNG_ENABLE_PORT    (&stm_gpioa)
+#define AO_TRNG_ENABLE_BIT     8
 
 /* CRC */
 #define AO_CRC_WIDTH   32
@@ -68,7 +80,7 @@
 
 /* TRNG */
 #define AO_LED_TRNG_COOKED     AO_LED_GREEN
-#define AO_LED_TRNG_RAW                AO_LED_RED
+#define AO_LED_TRNG_RAW                AO_LED_GREEN
 
 /* Mode pin */
 #define AO_RAW_PORT            (&stm_gpioa)