Skip to content

Commit 6468ca0

Browse files
authored
Merge pull request #2668 from hierophect/stm32-pulseout
STM32: Add PulseOut support
2 parents 2fea811 + 3178462 commit 6468ca0

File tree

18 files changed

+253
-45
lines changed

18 files changed

+253
-45
lines changed

locale/ID.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
11+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -914,10 +914,13 @@ msgstr "Pin untuk channel kanan tidak valid"
914914
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
915915
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
916916
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
917-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
918917
msgid "Invalid pins"
919918
msgstr "Pin-pin tidak valid"
920919

920+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
921+
msgid "Invalid pins for PWMOut"
922+
msgstr ""
923+
921924
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
922925
msgid "Invalid polarity"
923926
msgstr ""
@@ -1189,7 +1192,7 @@ msgid "PulseIn not yet supported"
11891192
msgstr ""
11901193

11911194
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1192-
msgid "PulseOut not yet supported"
1195+
msgid "PulseOut not supported on this chip"
11931196
msgstr ""
11941197

11951198
#: ports/stm32f4/common-hal/os/__init__.c

locale/circuitpython.pot

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
11+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -903,10 +903,13 @@ msgstr ""
903903
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
904904
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
905905
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
906-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
907906
msgid "Invalid pins"
908907
msgstr ""
909908

909+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
910+
msgid "Invalid pins for PWMOut"
911+
msgstr ""
912+
910913
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
911914
msgid "Invalid polarity"
912915
msgstr ""
@@ -1175,7 +1178,7 @@ msgid "PulseIn not yet supported"
11751178
msgstr ""
11761179

11771180
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1178-
msgid "PulseOut not yet supported"
1181+
msgid "PulseOut not supported on this chip"
11791182
msgstr ""
11801183

11811184
#: ports/stm32f4/common-hal/os/__init__.c

locale/de_DE.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
10+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Pascal Deneaux\n"
1313
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -911,10 +911,13 @@ msgstr "Ungültiger Pin für rechten Kanal"
911911
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
912912
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
913913
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
914-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
915914
msgid "Invalid pins"
916915
msgstr "Ungültige Pins"
917916

917+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
918+
msgid "Invalid pins for PWMOut"
919+
msgstr ""
920+
918921
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
919922
msgid "Invalid polarity"
920923
msgstr "Ungültige Polarität"
@@ -1192,7 +1195,7 @@ msgid "PulseIn not yet supported"
11921195
msgstr ""
11931196

11941197
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1195-
msgid "PulseOut not yet supported"
1198+
msgid "PulseOut not supported on this chip"
11961199
msgstr ""
11971200

11981201
#: ports/stm32f4/common-hal/os/__init__.c

locale/en_US.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
10+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -903,10 +903,13 @@ msgstr ""
903903
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
904904
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
905905
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
906-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
907906
msgid "Invalid pins"
908907
msgstr ""
909908

909+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
910+
msgid "Invalid pins for PWMOut"
911+
msgstr ""
912+
910913
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
911914
msgid "Invalid polarity"
912915
msgstr ""
@@ -1175,7 +1178,7 @@ msgid "PulseIn not yet supported"
11751178
msgstr ""
11761179

11771180
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1178-
msgid "PulseOut not yet supported"
1181+
msgid "PulseOut not supported on this chip"
11791182
msgstr ""
11801183

11811184
#: ports/stm32f4/common-hal/os/__init__.c

locale/en_x_pirate.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
10+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -907,10 +907,13 @@ msgstr "Belay that! Invalid pin for starboard-side channel"
907907
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
908908
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
909909
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
910-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
911910
msgid "Invalid pins"
912911
msgstr ""
913912

913+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
914+
msgid "Invalid pins for PWMOut"
915+
msgstr ""
916+
914917
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
915918
msgid "Invalid polarity"
916919
msgstr ""
@@ -1179,7 +1182,7 @@ msgid "PulseIn not yet supported"
11791182
msgstr ""
11801183

11811184
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1182-
msgid "PulseOut not yet supported"
1185+
msgid "PulseOut not supported on this chip"
11831186
msgstr ""
11841187

11851188
#: ports/stm32f4/common-hal/os/__init__.c

locale/es.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
10+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -911,10 +911,13 @@ msgstr "Pin inválido para canal derecho"
911911
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
912912
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
913913
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
914-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
915914
msgid "Invalid pins"
916915
msgstr "pines inválidos"
917916

917+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
918+
msgid "Invalid pins for PWMOut"
919+
msgstr ""
920+
918921
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
919922
msgid "Invalid polarity"
920923
msgstr "Polaridad inválida"
@@ -1191,7 +1194,7 @@ msgid "PulseIn not yet supported"
11911194
msgstr ""
11921195

11931196
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1194-
msgid "PulseOut not yet supported"
1197+
msgid "PulseOut not supported on this chip"
11951198
msgstr ""
11961199

11971200
#: ports/stm32f4/common-hal/os/__init__.c

locale/fil.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
10+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1111
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1212
"Last-Translator: Timothy <[email protected]>\n"
1313
"Language-Team: fil\n"
@@ -919,10 +919,13 @@ msgstr "Mali ang pin para sa kanang channel"
919919
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
920920
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
921921
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
922-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
923922
msgid "Invalid pins"
924923
msgstr "Mali ang pins"
925924

925+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
926+
msgid "Invalid pins for PWMOut"
927+
msgstr ""
928+
926929
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
927930
msgid "Invalid polarity"
928931
msgstr "Mali ang polarity"
@@ -1197,7 +1200,7 @@ msgid "PulseIn not yet supported"
11971200
msgstr ""
11981201

11991202
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1200-
msgid "PulseOut not yet supported"
1203+
msgid "PulseOut not supported on this chip"
12011204
msgstr ""
12021205

12031206
#: ports/stm32f4/common-hal/os/__init__.c

locale/fr.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 0.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
11+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1212
"PO-Revision-Date: 2019-04-14 20:05+0100\n"
1313
"Last-Translator: Pierrick Couturier <[email protected]>\n"
1414
"Language-Team: fr\n"
@@ -925,10 +925,13 @@ msgstr "Broche invalide pour le canal droit"
925925
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
926926
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
927927
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
928-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
929928
msgid "Invalid pins"
930929
msgstr "Broches invalides"
931930

931+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
932+
msgid "Invalid pins for PWMOut"
933+
msgstr ""
934+
932935
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
933936
msgid "Invalid polarity"
934937
msgstr "Polarité invalide"
@@ -1210,7 +1213,7 @@ msgid "PulseIn not yet supported"
12101213
msgstr ""
12111214

12121215
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1213-
msgid "PulseOut not yet supported"
1216+
msgid "PulseOut not supported on this chip"
12141217
msgstr ""
12151218

12161219
#: ports/stm32f4/common-hal/os/__init__.c

locale/it_IT.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
11+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1212
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1313
"Last-Translator: Enrico Paganin <[email protected]>\n"
1414
"Language-Team: \n"
@@ -921,10 +921,13 @@ msgstr "Pin non valido per il canale destro"
921921
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
922922
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
923923
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
924-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
925924
msgid "Invalid pins"
926925
msgstr "Pin non validi"
927926

927+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
928+
msgid "Invalid pins for PWMOut"
929+
msgstr ""
930+
928931
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
929932
msgid "Invalid polarity"
930933
msgstr "Polarità non valida"
@@ -1206,7 +1209,7 @@ msgid "PulseIn not yet supported"
12061209
msgstr ""
12071210

12081211
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1209-
msgid "PulseOut not yet supported"
1212+
msgid "PulseOut not supported on this chip"
12101213
msgstr ""
12111214

12121215
#: ports/stm32f4/common-hal/os/__init__.c

locale/ko.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-03-02 09:12-0600\n"
11+
"POT-Creation-Date: 2020-03-02 11:20-0500\n"
1212
"PO-Revision-Date: 2019-05-06 14:22-0700\n"
1313
"Last-Translator: \n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -907,10 +907,13 @@ msgstr "오른쪽 채널 핀이 잘못되었습니다"
907907
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
908908
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
909909
#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
910-
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
911910
msgid "Invalid pins"
912911
msgstr "핀이 유효하지 않습니다"
913912

913+
#: ports/stm32f4/common-hal/pulseio/PWMOut.c
914+
msgid "Invalid pins for PWMOut"
915+
msgstr ""
916+
914917
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
915918
msgid "Invalid polarity"
916919
msgstr ""
@@ -1179,7 +1182,7 @@ msgid "PulseIn not yet supported"
11791182
msgstr ""
11801183

11811184
#: ports/stm32f4/common-hal/pulseio/PulseOut.c
1182-
msgid "PulseOut not yet supported"
1185+
msgid "PulseOut not supported on this chip"
11831186
msgstr ""
11841187

11851188
#: ports/stm32f4/common-hal/os/__init__.c

0 commit comments

Comments
 (0)