You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ports/stm/mpconfigport.mk
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ ifeq ($(MCU_SERIES),F4)
24
24
CIRCUITPY_I2CPERIPHERAL ?= 0
25
25
CIRCUITPY_NVM ?= 0
26
26
CIRCUITPY_ROTARYIO ?= 0
27
-
CIRCUITPY_RTC ?= 0
27
+
CIRCUITPY_RTC ?= 1
28
28
USB_NUM_ENDPOINT_PAIRS = 4
29
29
UF2_FAMILY_ID ?= 0x57755a57
30
30
endif
@@ -42,7 +42,7 @@ ifeq ($(MCU_SERIES),H7)
42
42
CIRCUITPY_PULSEIO ?= 0
43
43
CIRCUITPY_PWMIO ?= 0
44
44
CIRCUITPY_ROTARYIO ?= 0
45
-
CIRCUITPY_RTC ?= 0
45
+
CIRCUITPY_RTC ?= 1
46
46
47
47
USB_NUM_ENDPOINT_PAIRS = 9
48
48
UF2_FAMILY_ID ?= 0x6db66082
@@ -59,7 +59,7 @@ ifeq ($(MCU_SERIES),F7)
59
59
CIRCUITPY_NEOPIXEL_WRITE ?= 0
60
60
CIRCUITPY_NVM ?= 0
61
61
CIRCUITPY_ROTARYIO ?= 0
62
-
CIRCUITPY_RTC ?= 0
62
+
CIRCUITPY_RTC ?= 1
63
63
64
64
USB_NUM_ENDPOINT_PAIRS = 6
65
65
UF2_FAMILY_ID ?= 0x53b80f00
@@ -76,7 +76,7 @@ ifeq ($(MCU_SERIES),L4)
76
76
CIRCUITPY_NEOPIXEL_WRITE ?= 0
77
77
CIRCUITPY_NVM ?= 0
78
78
CIRCUITPY_ROTARYIO ?= 0
79
-
CIRCUITPY_RTC ?= 0
79
+
CIRCUITPY_RTC ?= 1
80
80
# todo - this varies between devices in the series
81
81
# This slide deck https://www.st.com/content/ccc/resource/training/technical/product_training/98/89/c8/6c/3e/e9/49/79/STM32L4_Peripheral_USB.pdf/files/STM32L4_Peripheral_USB.pdf/jcr:content/translations/en.STM32L4_Peripheral_USB.pdf
82
82
# cites 16 endpoints, 8 endpoint pairs, while section 3.39 of the L4R5 datasheet states 6 endpoint pairs.
0 commit comments