Pass pre-commit formatting
This commit is contained in:
parent
e0024c70de
commit
8ce89860e6
@ -837,6 +837,10 @@ msgstr ""
|
|||||||
msgid "Data too large for advertisement packet"
|
msgid "Data too large for advertisement packet"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
|
||||||
|
msgid "Deep sleep pins must use a rising edge with pulldown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: shared-bindings/audiobusio/PDMIn.c
|
#: shared-bindings/audiobusio/PDMIn.c
|
||||||
msgid "Destination capacity is smaller than destination_length."
|
msgid "Destination capacity is smaller than destination_length."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1653,6 +1657,10 @@ msgid ""
|
|||||||
"Only Windows format, uncompressed BMP supported: given header size is %d"
|
"Only Windows format, uncompressed BMP supported: given header size is %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
|
||||||
|
msgid "Only edge detection is available on this hardware"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: shared-module/displayio/OnDiskBitmap.c
|
#: shared-module/displayio/OnDiskBitmap.c
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -1665,6 +1673,7 @@ msgid "Only one TouchAlarm can be set in deep sleep."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
|
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
|
||||||
|
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
|
||||||
msgid "Only one alarm.time alarm can be set."
|
msgid "Only one alarm.time alarm can be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1740,6 +1749,10 @@ msgstr ""
|
|||||||
msgid "Permission denied"
|
msgid "Permission denied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
|
||||||
|
msgid "Pin cannot wake from Deep Sleep"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
|
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
|
||||||
msgid "Pin count must be at least 1"
|
msgid "Pin count must be at least 1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1758,6 +1771,11 @@ msgstr ""
|
|||||||
msgid "Pin does not have ADC capabilities"
|
msgid "Pin does not have ADC capabilities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
|
||||||
|
#: ports/stm/common-hal/pulseio/PulseIn.c
|
||||||
|
msgid "Pin interrupt already in use"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: shared-bindings/adafruit_bus_device/SPIDevice.c
|
#: shared-bindings/adafruit_bus_device/SPIDevice.c
|
||||||
#: shared-bindings/digitalio/DigitalInOut.c
|
#: shared-bindings/digitalio/DigitalInOut.c
|
||||||
msgid "Pin is input only"
|
msgid "Pin is input only"
|
||||||
@ -1771,10 +1789,6 @@ msgstr ""
|
|||||||
msgid "Pin must support hardware interrupts"
|
msgid "Pin must support hardware interrupts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ports/stm/common-hal/pulseio/PulseIn.c
|
|
||||||
msgid "Pin number already reserved by EXTI"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: shared-bindings/rgbmatrix/RGBMatrix.c
|
#: shared-bindings/rgbmatrix/RGBMatrix.c
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -1995,6 +2009,10 @@ msgstr ""
|
|||||||
msgid "Size not supported"
|
msgid "Size not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/stm/common-hal/alarm/SleepMemory.c
|
||||||
|
msgid "Sleep Memory not available"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
|
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
|
||||||
msgid "Slice and value different lengths."
|
msgid "Slice and value different lengths."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -2135,6 +2153,10 @@ msgstr ""
|
|||||||
msgid "Total data to write is larger than outgoing_packet_length"
|
msgid "Total data to write is larger than outgoing_packet_length"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
|
||||||
|
msgid "Touch alarms not available"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: py/obj.c
|
#: py/obj.c
|
||||||
msgid "Traceback (most recent call last):\n"
|
msgid "Traceback (most recent call last):\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -42,4 +42,4 @@ void stm_peripherals_exti_set_callback(void(*callback)(uint8_t num), uint8_t num
|
|||||||
void stm_peripherals_exti_free(uint8_t num);
|
void stm_peripherals_exti_free(uint8_t num);
|
||||||
IRQn_Type stm_peripherals_exti_get_irq(uint8_t num);
|
IRQn_Type stm_peripherals_exti_get_irq(uint8_t num);
|
||||||
|
|
||||||
#endif // __MICROPY_INCLUDED_STM32_PERIPHERALS_EXTI_H__
|
#endif // __MICROPY_INCLUDED_STM32_PERIPHERALS_EXTI_H__
|
||||||
|
@ -190,7 +190,7 @@ safe_mode_t port_init(void) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__HAL_RCC_BACKUPRESET_FORCE();
|
__HAL_RCC_BACKUPRESET_FORCE();
|
||||||
__HAL_RCC_BACKUPRESET_RELEASE();
|
__HAL_RCC_BACKUPRESET_RELEASE();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user