8000 detect pull up/down conflict · adafruit/circuitpython@543da38 · GitHub
[go: up one dir, main page]

Skip to content

Commit 543da38

Browse files
committed
detect pull up/down conflict
1 parent 2b3fe59 commit 543da38

File tree

2 files changed

+447
-439
lines changed

2 files changed

+447
-439
lines changed

locale/circuitpython.pot

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,11 +1179,13 @@ msgstr ""
11791179
msgid "Interrupted by output function"
11801180
msgstr ""
11811181

1182+
#: ports/espressif/common-hal/_bleio/Service.c
11821183
#: ports/espressif/common-hal/espulp/ULP.c
11831184
#: ports/espressif/common-hal/microcontroller/Processor.c
11841185
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
11851186
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
11861187
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1188+
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
11871189
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
11881190
#: shared-bindings/digitalio/DigitalInOut.c
11891191
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
@@ -1303,6 +1305,7 @@ msgid "MAC address was invalid"
13031305
msgstr ""
13041306

13051307
#: ports/espressif/common-hal/_bleio/Characteristic.c
1308+
#: ports/espressif/common-hal/_bleio/Descriptor.c
13061309
msgid "MITM security not supported"
13071310
msgstr ""
13081311

@@ -2238,14 +2241,12 @@ msgid "Update failed"
22382241
msgstr ""
22392242

22402243
#: ports/espressif/common-hal/_bleio/Characteristic.c
2241-
#: ports/espressif/common-hal/_bleio/Descriptor.c
22422244
#: ports/nordic/common-hal/_bleio/Characteristic.c
22432245
#: ports/nordic/common-hal/_bleio/Descriptor.c
22442246
msgid "Value length != required fixed length"
22452247
msgstr ""
22462248

22472249
#: ports/espressif/common-hal/_bleio/Characteristic.c
2248-
#: ports/espressif/common-hal/_bleio/Descriptor.c
22492250
#: ports/nordic/common-hal/_bleio/Characteristic.c
22502251
#: ports/nordic/common-hal/_bleio/Descriptor.c
22512252
msgid "Value length > max_length"
@@ -3090,7 +3091,8 @@ msgstr ""
30903091
msgid "function missing required positional argument #%d"
30913092
msgstr ""
30923093

3093-
#: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
3094+
#: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/_eve/__init__.c
3095+
#: shared-bindings/time/__init__.c
30943096
#, c-format
30953097
msgid "function takes %d positional arguments but %d were given"
30963098
msgstr ""
@@ -3242,7 +3244,7 @@ msgstr ""
32423244
msgid "input must be a dense ndarray"
32433245
msgstr ""
32443246

3245-
#: extmod/ulab/code/user/user.c
3247+
#: extmod/ulab/code/user/user.c shared-bindings/_eve/__init__.c
32463248
msgid "input must be an ndarray"
32473249
msgstr ""
32483250

@@ -3865,6 +3867,10 @@ msgstr ""
38653867
msgid "pull masks conflict with direction masks"
38663868
msgstr ""
38673869

3870+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
3871+
msgid "pull up/down masks conflict"
3872+
msgstr ""
3873+
38683874
#: py/parse.c
38693875
msgid "raw f-strings are not supported"
38703876
msgstr ""

0 commit comments

Comments
 (0)
0