Skip to content

Commit 8ce8986

Browse files
committed
Pass pre-commit formatting
1 parent e0024c7 commit 8ce8986

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

locale/circuitpython.pot

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,10 @@ msgstr ""
837837
msgid "Data too large for advertisement packet"
838838
msgstr ""
839839

840+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
841+
msgid "Deep sleep pins must use a rising edge with pulldown"
842+
msgstr ""
843+
840844
#: shared-bindings/audiobusio/PDMIn.c
841845
msgid "Destination capacity is smaller than destination_length."
842846
msgstr ""
@@ -1653,6 +1657,10 @@ msgid ""
16531657
"Only Windows format, uncompressed BMP supported: given header size is %d"
16541658
msgstr ""
16551659

1660+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1661+
msgid "Only edge detection is available on this hardware"
1662+
msgstr ""
1663+
16561664
#: shared-module/displayio/OnDiskBitmap.c
16571665
#, c-format
16581666
msgid ""
@@ -1665,6 +1673,7 @@ msgid "Only one TouchAlarm can be set in deep sleep."
16651673
msgstr ""
16661674

16671675
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
1676+
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
16681677
msgid "Only one alarm.time alarm can be set."
16691678
msgstr ""
16701679

@@ -1740,6 +1749,10 @@ msgstr ""
17401749
msgid "Permission denied"
17411750
msgstr ""
17421751

1752+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1753+
msgid "Pin cannot wake from Deep Sleep"
1754+
msgstr ""
1755+
17431756
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
17441757
msgid "Pin count must be at least 1"
17451758
msgstr ""
@@ -1758,6 +1771,11 @@ msgstr ""
17581771
msgid "Pin does not have ADC capabilities"
17591772
msgstr ""
17601773

1774+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1775+
#: ports/stm/common-hal/pulseio/PulseIn.c
1776+
msgid "Pin interrupt already in use"
1777+
msgstr ""
1778+
17611779
#: shared-bindings/adafruit_bus_device/SPIDevice.c
17621780
#: shared-bindings/digitalio/DigitalInOut.c
17631781
msgid "Pin is input only"
@@ -1771,10 +1789,6 @@ msgstr ""
17711789
msgid "Pin must support hardware interrupts"
17721790
msgstr ""
17731791

1774-
#: ports/stm/common-hal/pulseio/PulseIn.c
1775-
msgid "Pin number already reserved by EXTI"
1776-
msgstr ""
1777-
17781792
#: shared-bindings/rgbmatrix/RGBMatrix.c
17791793
#, c-format
17801794
msgid ""
@@ -1995,6 +2009,10 @@ msgstr ""
19952009
msgid "Size not supported"
19962010
msgstr ""
19972011

2012+
#: ports/stm/common-hal/alarm/SleepMemory.c
2013+
msgid "Sleep Memory not available"
2014+
msgstr ""
2015+
19982016
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
19992017
msgid "Slice and value different lengths."
20002018
msgstr ""
@@ -2135,6 +2153,10 @@ msgstr ""
21352153
msgid "Total data to write is larger than outgoing_packet_length"
21362154
msgstr ""
21372155

2156+
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
2157+
msgid "Touch alarms not available"
2158+
msgstr ""
2159+
21382160
#: py/obj.c
21392161
msgid "Traceback (most recent call last):\n"
21402162
msgstr ""

ports/stm/peripherals/exti.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ void stm_peripherals_exti_set_callback(void(*callback)(uint8_t num), uint8_t num
4242
void stm_peripherals_exti_free(uint8_t num);
4343
IRQn_Type stm_peripherals_exti_get_irq(uint8_t num);
4444

45-
#endif // __MICROPY_INCLUDED_STM32_PERIPHERALS_EXTI_H__
45+
#endif // __MICROPY_INCLUDED_STM32_PERIPHERALS_EXTI_H__

ports/stm/supervisor/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ safe_mode_t port_init(void) {
190190
}
191191
}
192192
#endif
193-
193+
194194
__HAL_RCC_BACKUPRESET_FORCE();
195195
__HAL_RCC_BACKUPRESET_RELEASE();
196196

0 commit comments

Comments
 (0)