Skip to content

Commit 1da8d4b

Browse files
committed
Add PS/2 support -- ps2io module
1 parent c5a4e19 commit 1da8d4b

36 files changed

Lines changed: 1124 additions & 24 deletions

File tree

locale/ID.po

Lines changed: 15 additions & 2 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: 2019-05-13 17:34-0700\n"
11+
"POT-Creation-Date: 2019-05-22 15:56-0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -518,6 +518,7 @@ msgid "Drive mode not used when direction is input."
518518
msgstr ""
519519

520520
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
521+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
521522
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
522523
msgid "EXTINT channel already in use"
523524
msgstr "Channel EXTINT sedang digunakan"
@@ -546,6 +547,10 @@ msgstr ""
546547
msgid "Expected tuple of length %d, got %d"
547548
msgstr ""
548549

550+
#: shared-bindings/ps2io/Ps2.c
551+
msgid "Failed sending command."
552+
msgstr ""
553+
549554
#: ports/nrf/common-hal/bleio/Device.c
550555
#, fuzzy
551556
msgid "Failed to acquire mutex"
@@ -932,6 +937,10 @@ msgstr "Tidak ada GCLK yang kosong"
932937
msgid "No hardware random available"
933938
msgstr ""
934939

940+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
941+
msgid "No hardware support on clk pin"
942+
msgstr ""
943+
935944
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
936945
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
937946
msgid "No hardware support on pin"
@@ -1015,6 +1024,10 @@ msgstr ""
10151024
msgid "Plus any modules on the filesystem\n"
10161025
msgstr "Tambahkan module apapun pada filesystem\n"
10171026

1027+
#: shared-bindings/ps2io/Ps2.c
1028+
msgid "Pop from an empty Ps2 buffer"
1029+
msgstr ""
1030+
10181031
#: main.c
10191032
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
10201033
msgstr ""
@@ -2176,7 +2189,7 @@ msgstr ""
21762189
msgid "object not callable"
21772190
msgstr ""
21782191

2179-
#: py/sequence.c
2192+
#: py/sequence.c shared-bindings/displayio/Group.c
21802193
msgid "object not in sequence"
21812194
msgstr ""
21822195

locale/circuitpython.pot

Lines changed: 15 additions & 2 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: 2019-05-13 17:41-0700\n"
11+
"POT-Creation-Date: 2019-05-22 16:00-0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -506,6 +506,7 @@ msgid "Drive mode not used when direction is input."
506506
msgstr ""
507507

508508
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
509+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
509510
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
510511
msgid "EXTINT channel already in use"
511512
msgstr ""
@@ -534,6 +535,10 @@ msgstr ""
534535
msgid "Expected tuple of length %d, got %d"
535536
msgstr ""
536537

538+
#: shared-bindings/ps2io/Ps2.c
539+
msgid "Failed sending command."
540+
msgstr ""
541+
537542
#: ports/nrf/common-hal/bleio/Device.c
538543
msgid "Failed to acquire mutex"
539544
msgstr ""
@@ -907,6 +912,10 @@ msgstr ""
907912
msgid "No hardware random available"
908913
msgstr ""
909914

915+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
916+
msgid "No hardware support on clk pin"
917+
msgstr ""
918+
910919
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
911920
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
912921
msgid "No hardware support on pin"
@@ -989,6 +998,10 @@ msgstr ""
989998
msgid "Plus any modules on the filesystem\n"
990999
msgstr ""
9911000

1001+
#: shared-bindings/ps2io/Ps2.c
1002+
msgid "Pop from an empty Ps2 buffer"
1003+
msgstr ""
1004+
9921005
#: main.c
9931006
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
9941007
msgstr ""
@@ -2131,7 +2144,7 @@ msgstr ""
21312144
msgid "object not callable"
21322145
msgstr ""
21332146

2134-
#: py/sequence.c
2147+
#: py/sequence.c shared-bindings/displayio/Group.c
21352148
msgid "object not in sequence"
21362149
msgstr ""
21372150

locale/de_DE.po

Lines changed: 15 additions & 2 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: 2019-05-13 17:34-0700\n"
10+
"POT-Creation-Date: 2019-05-22 15:56-0300\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"
@@ -510,6 +510,7 @@ msgid "Drive mode not used when direction is input."
510510
msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist."
511511

512512
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
513+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
513514
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
514515
msgid "EXTINT channel already in use"
515516
msgstr "EXTINT Kanal ist schon in Benutzung"
@@ -538,6 +539,10 @@ msgstr "Eine UUID wird erwartet"
538539
msgid "Expected tuple of length %d, got %d"
539540
msgstr "Habe ein Tupel der Länge %d erwartet aber %d erhalten"
540541

542+
#: shared-bindings/ps2io/Ps2.c
543+
msgid "Failed sending command."
544+
msgstr ""
545+
541546
#: ports/nrf/common-hal/bleio/Device.c
542547
msgid "Failed to acquire mutex"
543548
msgstr "Akquirieren des Mutex gescheitert"
@@ -920,6 +925,10 @@ msgstr "Keine freien GCLKs"
920925
msgid "No hardware random available"
921926
msgstr "Kein hardware random verfügbar"
922927

928+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
929+
msgid "No hardware support on clk pin"
930+
msgstr ""
931+
923932
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
924933
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
925934
msgid "No hardware support on pin"
@@ -1004,6 +1013,10 @@ msgstr "Pixel außerhalb der Puffergrenzen"
10041013
msgid "Plus any modules on the filesystem\n"
10051014
msgstr "und alle Module im Dateisystem \n"
10061015

1016+
#: shared-bindings/ps2io/Ps2.c
1017+
msgid "Pop from an empty Ps2 buffer"
1018+
msgstr ""
1019+
10071020
#: main.c
10081021
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
10091022
msgstr ""
@@ -2178,7 +2191,7 @@ msgstr "Objekt ist kein Iterator"
21782191
msgid "object not callable"
21792192
msgstr ""
21802193

2181-
#: py/sequence.c
2194+
#: py/sequence.c shared-bindings/displayio/Group.c
21822195
msgid "object not in sequence"
21832196
msgstr "Objekt ist nicht in sequence"
21842197

locale/en_US.po

Lines changed: 15 additions & 2 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: 2019-05-13 17:34-0700\n"
10+
"POT-Creation-Date: 2019-05-22 15:56-0300\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -506,6 +506,7 @@ msgid "Drive mode not used when direction is input."
506506
msgstr ""
507507

508508
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
509+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
509510
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
510511
msgid "EXTINT channel already in use"
511512
msgstr ""
@@ -534,6 +535,10 @@ msgstr ""
534535
msgid "Expected tuple of length %d, got %d"
535536
msgstr ""
536537

538+
#: shared-bindings/ps2io/Ps2.c
539+
msgid "Failed sending command."
540+
msgstr ""
541+
537542
#: ports/nrf/common-hal/bleio/Device.c
538543
msgid "Failed to acquire mutex"
539544
msgstr ""
@@ -907,6 +912,10 @@ msgstr ""
907912
msgid "No hardware random available"
908913
msgstr ""
909914

915+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
916+
msgid "No hardware support on clk pin"
917+
msgstr ""
918+
910919
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
911920
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
912921
msgid "No hardware support on pin"
@@ -989,6 +998,10 @@ msgstr ""
989998
msgid "Plus any modules on the filesystem\n"
990999
msgstr ""
9911000

1001+
#: shared-bindings/ps2io/Ps2.c
1002+
msgid "Pop from an empty Ps2 buffer"
1003+
msgstr ""
1004+
9921005
#: main.c
9931006
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
9941007
msgstr ""
@@ -2131,7 +2144,7 @@ msgstr ""
21312144
msgid "object not callable"
21322145
msgstr ""
21332146

2134-
#: py/sequence.c
2147+
#: py/sequence.c shared-bindings/displayio/Group.c
21352148
msgid "object not in sequence"
21362149
msgstr ""
21372150

locale/en_x_pirate.po

Lines changed: 15 additions & 2 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: 2019-05-13 17:34-0700\n"
10+
"POT-Creation-Date: 2019-05-22 15:56-0300\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -510,6 +510,7 @@ msgid "Drive mode not used when direction is input."
510510
msgstr ""
511511

512512
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
513+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
513514
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
514515
msgid "EXTINT channel already in use"
515516
msgstr "Avast! EXTINT channel already in use"
@@ -538,6 +539,10 @@ msgstr ""
538539
msgid "Expected tuple of length %d, got %d"
539540
msgstr ""
540541

542+
#: shared-bindings/ps2io/Ps2.c
543+
msgid "Failed sending command."
544+
msgstr ""
545+
541546
#: ports/nrf/common-hal/bleio/Device.c
542547
msgid "Failed to acquire mutex"
543548
msgstr ""
@@ -911,6 +916,10 @@ msgstr ""
911916
msgid "No hardware random available"
912917
msgstr ""
913918

919+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
920+
msgid "No hardware support on clk pin"
921+
msgstr ""
922+
914923
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
915924
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
916925
msgid "No hardware support on pin"
@@ -993,6 +1002,10 @@ msgstr ""
9931002
msgid "Plus any modules on the filesystem\n"
9941003
msgstr ""
9951004

1005+
#: shared-bindings/ps2io/Ps2.c
1006+
msgid "Pop from an empty Ps2 buffer"
1007+
msgstr ""
1008+
9961009
#: main.c
9971010
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
9981011
msgstr ""
@@ -2135,7 +2148,7 @@ msgstr ""
21352148
msgid "object not callable"
21362149
msgstr ""
21372150

2138-
#: py/sequence.c
2151+
#: py/sequence.c shared-bindings/displayio/Group.c
21392152
msgid "object not in sequence"
21402153
msgstr ""
21412154

locale/es.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-05-13 17:34-0700\n"
11+
"POT-Creation-Date: 2019-05-22 15:56-0300\n"
1212
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1313
"Last-Translator: \n"
1414
"Language-Team: \n"
@@ -524,6 +524,7 @@ msgid "Drive mode not used when direction is input."
524524
msgstr "Modo Drive no se usa cuando la dirección es input."
525525

526526
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
527+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
527528
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
528529
msgid "EXTINT channel already in use"
529530
msgstr "El canal EXTINT ya está siendo utilizado"
@@ -554,6 +555,10 @@ msgstr "Se espera un %q"
554555
msgid "Expected tuple of length %d, got %d"
555556
msgstr "Se esperaba un tuple de %d, se obtuvo %d"
556557

558+
#: shared-bindings/ps2io/Ps2.c
559+
msgid "Failed sending command."
560+
msgstr ""
561+
557562
#: ports/nrf/common-hal/bleio/Device.c
558563
#, fuzzy
559564
msgid "Failed to acquire mutex"
@@ -946,6 +951,10 @@ msgstr "Sin GCLKs libres"
946951
msgid "No hardware random available"
947952
msgstr "No hay hardware random disponible"
948953

954+
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
955+
msgid "No hardware support on clk pin"
956+
msgstr ""
957+
949958
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
950959
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
951960
msgid "No hardware support on pin"
@@ -1035,6 +1044,10 @@ msgstr ""
10351044
msgid "Plus any modules on the filesystem\n"
10361045
msgstr "Incapaz de montar de nuevo el sistema de archivos"
10371046

1047+
#: shared-bindings/ps2io/Ps2.c
1048+
msgid "Pop from an empty Ps2 buffer"
1049+
msgstr ""
1050+
10381051
#: main.c
10391052
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
10401053
msgstr ""
@@ -2213,7 +2226,7 @@ msgstr "objeto no es un iterator"
22132226
msgid "object not callable"
22142227
msgstr "objeto no puede ser llamado"
22152228

2216-
#: py/sequence.c
2229+
#: py/sequence.c shared-bindings/displayio/Group.c
22172230
msgid "object not in sequence"
22182231
msgstr "objeto no en secuencia"
22192232

0 commit comments

Comments
 (0)