My Marlin configs for Fabrikator Mini and CTC i3 Pro B
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.

PinNamesVar.h 498B

123456789101112131415161718192021222324252627282930
  1. /* SYS_WKUP */
  2. #ifdef PWR_WAKEUP_PIN1
  3. SYS_WKUP1 = PA_0, /* SYS_WKUP0 */
  4. #endif
  5. #ifdef PWR_WAKEUP_PIN2
  6. SYS_WKUP2 = NC,
  7. #endif
  8. #ifdef PWR_WAKEUP_PIN3
  9. SYS_WKUP3 = NC,
  10. #endif
  11. #ifdef PWR_WAKEUP_PIN4
  12. SYS_WKUP4 = NC,
  13. #endif
  14. #ifdef PWR_WAKEUP_PIN5
  15. SYS_WKUP5 = NC,
  16. #endif
  17. #ifdef PWR_WAKEUP_PIN6
  18. SYS_WKUP6 = NC,
  19. #endif
  20. #ifdef PWR_WAKEUP_PIN7
  21. SYS_WKUP7 = NC,
  22. #endif
  23. #ifdef PWR_WAKEUP_PIN8
  24. SYS_WKUP8 = NC,
  25. #endif
  26. /* USB */
  27. #ifdef USBCON
  28. USB_OTG_FS_DM = PA_11,
  29. USB_OTG_FS_DP = PA_12,
  30. #endif