Marlin 2.0 for Flying Bear 4S/5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
565 B

/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
4 years ago
SYS_WKUP1 = PA_0,
#endif
#ifdef PWR_WAKEUP_PIN2
4 years ago
SYS_WKUP2 = NC,
#endif
#ifdef PWR_WAKEUP_PIN3
4 years ago
SYS_WKUP3 = NC,
#endif
#ifdef PWR_WAKEUP_PIN4
4 years ago
SYS_WKUP4 = NC,
#endif
#ifdef PWR_WAKEUP_PIN5
4 years ago
SYS_WKUP5 = NC,
#endif
#ifdef PWR_WAKEUP_PIN6
4 years ago
SYS_WKUP6 = NC,
#endif
#ifdef PWR_WAKEUP_PIN7
4 years ago
SYS_WKUP7 = NC,
#endif
#ifdef PWR_WAKEUP_PIN8
4 years ago
SYS_WKUP8 = NC,
#endif
/* USB */
#ifdef USBCON
4 years ago
USB_OTG_FS_SOF = PA_8,
USB_OTG_FS_VBUS = PA_9,
USB_OTG_FS_ID = PA_10,
USB_OTG_FS_DM = PA_11,
USB_OTG_FS_DP = PA_12,
#endif