Skip to content

Commit bae7a5e

Browse files
committed
make translate again
2 parents d6c6f9f + 4d7e341 commit bae7a5e

File tree

208 files changed

+11642
-7245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+11642
-7245
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-16.04
13+
runs-on: ubuntu-18.04
1414
steps:
1515
- name: Dump GitHub context
1616
env:
@@ -127,7 +127,7 @@ jobs:
127127
path: mpy-cross/mpy-cross
128128

129129
build-arm:
130-
runs-on: ubuntu-16.04
130+
runs-on: ubuntu-18.04
131131
needs: test
132132
strategy:
133133
fail-fast: false
@@ -206,11 +206,13 @@ jobs:
206206
- "nucleo_h743zi_2"
207207
- "ohs2020_badge"
208208
- "openbook_m4"
209+
- "openmv_h7"
209210
- "particle_argon"
210211
- "particle_boron"
211212
- "particle_xenon"
212213
- "pca10056"
213214
- "pca10059"
215+
- "pca10100"
214216
- "pewpew10"
215217
- "pewpew_m4"
216218
- "pirkey_m0"
@@ -229,6 +231,7 @@ jobs:
229231
- "seeeduino_xiao"
230232
- "serpente"
231233
- "shirtty"
234+
- "simmel"
232235
- "snekboard"
233236
- "sparkfun_lumidrive"
234237
- "sparkfun_nrf52840_mini"
@@ -243,7 +246,7 @@ jobs:
243246
- "stm32f411ve_discovery"
244247
- "stm32f412zg_discovery"
245248
- "stm32f4_discovery"
246-
- "stm32f746g_disco"
249+
- "stm32f746g_discovery"
247250
- "stringcar_m0_express"
248251
- "teensy40"
249252
- "teknikio_bluebird"
@@ -302,7 +305,7 @@ jobs:
302305
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
303306

304307
build-riscv:
305-
runs-on: ubuntu-16.04
308+
runs-on: ubuntu-18.04
306309
needs: test
307310
strategy:
308311
fail-fast: false

docs/supported_ports.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
Supported Ports
22
==============================
33

4-
Adafruit's CircuitPython currently has limited support with a focus on supporting the Atmel SAMD
5-
and ESP8266.
4+
CircuitPython supports a number of microcontroller families. Support quality for each varies
5+
depending on the active contributors for each port.
6+
7+
Adafruit sponsored developers are actively contributing to atmel-samd, mimxrt10xx, nrf and stm
8+
ports. They also maintain the other ports in order to ensure the boards build. Additional testing
9+
is limited.
610

711
.. toctree::
812
:maxdepth: 2
913

1014
../ports/atmel-samd/README
15+
../ports/cxd56/README
16+
../ports/litex/README
1117
../ports/mimxrt10xx/README
1218
../ports/nrf/README
1319
../ports/stm/README
14-
../ports/cxd56/README

locale/ID.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-05-04 15:41-0400\n"
11+
"POT-Creation-Date: 2020-05-04 17:26-0400\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1213
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1314
"Language-Team: LANGUAGE <[email protected]>\n"
1415
"Language: \n"
@@ -284,11 +285,12 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
284285

285286
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
286287
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
288+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
287289
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
288290
#: ports/cxd56/common-hal/pulseio/PulseOut.c
289291
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
290-
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
291-
#: shared-module/_pew/PewPew.c
292+
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
293+
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
292294
msgid "All timers in use"
293295
msgstr "Semua timer sedang digunakan"
294296

@@ -1245,6 +1247,10 @@ msgstr ""
12451247
msgid "Pull not used when direction is output."
12461248
msgstr ""
12471249

1250+
#: ports/stm/common-hal/pulseio/PulseIn.c
1251+
msgid "PulseIn not supported on this chip"
1252+
msgstr ""
1253+
12481254
#: ports/stm/common-hal/pulseio/PulseOut.c
12491255
msgid "PulseOut not supported on this chip"
12501256
msgstr ""

locale/circuitpython.pot

Lines changed: 8 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-05-04 15:41-0400\n"
11+
"POT-Creation-Date: 2020-05-04 17:26-0400\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"
@@ -283,11 +283,12 @@ msgstr ""
283283

284284
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
285285
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
286+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
286287
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
287288
#: ports/cxd56/common-hal/pulseio/PulseOut.c
288289
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
289-
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
290-
#: shared-module/_pew/PewPew.c
290+
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
291+
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
291292
msgid "All timers in use"
292293
msgstr ""
293294

@@ -1232,6 +1233,10 @@ msgstr ""
12321233
msgid "Pull not used when direction is output."
12331234
msgstr ""
12341235

1236+
#: ports/stm/common-hal/pulseio/PulseIn.c
1237+
msgid "PulseIn not supported on this chip"
1238+
msgstr ""
1239+
12351240
#: ports/stm/common-hal/pulseio/PulseOut.c
12361241
msgid "PulseOut not supported on this chip"
12371242
msgstr ""

locale/de_DE.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-04 15:41-0400\n"
10+
"POT-Creation-Date: 2020-05-04 17:26-0400\n"
11+
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1112
"Last-Translator: Pascal Deneaux\n"
1213
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
1314
"Language: de_DE\n"
@@ -284,11 +285,12 @@ msgstr "Alle timer für diesen Pin werden bereits benutzt"
284285

285286
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
286287
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
288+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
287289
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
288290
#: ports/cxd56/common-hal/pulseio/PulseOut.c
289291
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
290-
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
291-
#: shared-module/_pew/PewPew.c
292+
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
293+
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
292294
msgid "All timers in use"
293295
msgstr "Alle timer werden benutzt"
294296

@@ -1248,6 +1250,10 @@ msgstr ""
12481250
msgid "Pull not used when direction is output."
12491251
msgstr "Pull wird nicht verwendet, wenn die Richtung output ist."
12501252

1253+
#: ports/stm/common-hal/pulseio/PulseIn.c
1254+
msgid "PulseIn not supported on this chip"
1255+
msgstr ""
1256+
12511257
#: ports/stm/common-hal/pulseio/PulseOut.c
12521258
msgid "PulseOut not supported on this chip"
12531259
msgstr ""

locale/en_US.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-04 15:41-0400\n"
10+
"POT-Creation-Date: 2020-05-04 17:26-0400\n"
11+
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1112
"Last-Translator: \n"
1213
"Language-Team: \n"
1314
"Language: en_US\n"
@@ -282,11 +283,12 @@ msgstr ""
282283

283284
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
284285
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
286+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
285287
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
286288
#: ports/cxd56/common-hal/pulseio/PulseOut.c
287289
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
288-
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
289-
#: shared-module/_pew/PewPew.c
290+
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
291+
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
290292
msgid "All timers in use"
291293
msgstr ""
292294

@@ -1231,6 +1233,10 @@ msgstr ""
12311233
msgid "Pull not used when direction is output."
12321234
msgstr ""
12331235

1236+
#: ports/stm/common-hal/pulseio/PulseIn.c
1237+
msgid "PulseIn not supported on this chip"
1238+
msgstr ""
1239+
12341240
#: ports/stm/common-hal/pulseio/PulseOut.c
12351241
msgid "PulseOut not supported on this chip"
12361242
msgstr ""

locale/en_x_pirate.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-04 15:41-0400\n"
10+
"POT-Creation-Date: 2020-05-04 17:26-0400\n"
11+
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1112
"Last-Translator: \n"
1213
"Language-Team: @sommersoft, @MrCertainly\n"
1314
"Language: en_x_pirate\n"
@@ -284,11 +285,12 @@ msgstr ""
284285

285286
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
286287
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
288+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
287289
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
288290
#: ports/cxd56/common-hal/pulseio/PulseOut.c
289291
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
290-
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
291-
#: shared-module/_pew/PewPew.c
292+
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
293+
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
292294
msgid "All timers in use"
293295
msgstr ""
294296

@@ -1235,6 +1237,10 @@ msgstr ""
12351237
msgid "Pull not used when direction is output."
12361238
msgstr ""
12371239

1240+
#: ports/stm/common-hal/pulseio/PulseIn.c
1241+
msgid "PulseIn not supported on this chip"
1242+
msgstr ""
1243+
12381244
#: ports/stm/common-hal/pulseio/PulseOut.c
12391245
msgid "PulseOut not supported on this chip"
12401246
msgstr ""

locale/es.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-04 15:41-0400\n"
10+
"POT-Creation-Date: 2020-05-04 17:26-0400\n"
11+
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1112
"Last-Translator: \n"
1213
"Language-Team: \n"
1314
"Language: en_US\n"
@@ -286,11 +287,12 @@ msgstr "Todos los timers para este pin están siendo utilizados"
286287

287288
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
288289
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
290+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
289291
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
290292
#: ports/cxd56/common-hal/pulseio/PulseOut.c
291293
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
292-
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
293-
#: shared-module/_pew/PewPew.c
294+
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
295+
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
294296
msgid "All timers in use"
295297
msgstr "Todos los timers en uso"
296298

@@ -1247,6 +1249,10 @@ msgstr ""
12471249
msgid "Pull not used when direction is output."
12481250
msgstr "Pull no se usa cuando la dirección es output."
12491251

1252+
#: ports/stm/common-hal/pulseio/PulseIn.c
1253+
msgid "PulseIn not supported on this chip"
1254+
msgstr ""
1255+
12501256
#: ports/stm/common-hal/pulseio/PulseOut.c
12511257
msgid "PulseOut not supported on this chip"
12521258
msgstr ""

locale/fil.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-04 15:41-0400\n"
10+
"POT-Creation-Date: 2020-05-04 17:26-0400\n"
11+
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1112
"Last-Translator: Timothy <[email protected]>\n"
1213
"Language-Team: fil\n"
1314
"Language: fil\n"
@@ -286,11 +287,12 @@ msgstr "Lahat ng timers para sa pin na ito ay ginagamit"
286287

287288
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
288289
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
290+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
289291
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
290292
#: ports/cxd56/common-hal/pulseio/PulseOut.c
291293
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
292-
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
293-
#: shared-module/_pew/PewPew.c
294+
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
295+
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
294296
msgid "All timers in use"
295297
msgstr "Lahat ng timer ginagamit"
296298

@@ -1253,6 +1255,10 @@ msgstr ""
12531255
msgid "Pull not used when direction is output."
12541256
msgstr "Pull hindi ginagamit kapag ang direksyon ay output."
12551257

1258+
#: ports/stm/common-hal/pulseio/PulseIn.c
1259+
msgid "PulseIn not supported on this chip"
1260+
msgstr ""
1261+
12561262
#: ports/stm/common-hal/pulseio/PulseOut.c
12571263
msgid "PulseOut not supported on this chip"
12581264
msgstr ""

0 commit comments

Comments
 (0)