8000 Merge pull request #1600 from jreese/pybadge · rhwlo/circuitpython@2169a62 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2169a62

Browse files
authored
Merge pull request adafruit#1600 from jreese/pybadge
Add basic Pybadge board definition
2 parents cfb54f0 + 2e500a8 commit 2169a62

File tree

26 files changed

+330
-18
lines changed

26 files changed

+330
-18
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git:
2222
# just try to make the builds "about equal in run time"
2323
env:
2424
- TRAVIS_TESTS="unix docs translations website" TRAVIS_BOARDS="circuitplayground_express mini_sam_m4 grandcentral_m4_express pca10056 pca10059 feather_nrf52840_express makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini" TRAVIS_SDK=arm:nrf
25-
- TRAVIS_BOARDS="metro_m0_express metro_m4_express pirkey_m0 trellis_m4_express trinket_m0 sparkfun_lumidrive sparkfun_redboard_turbo" TRAVIS_SDK=arm
25+
- TRAVIS_BOARDS="metro_m0_express metro_m4_express pirkey_m0 trellis_m4_express trinket_m0 sparkfun_lumidrive sparkfun_redboard_turbo pybadge" TRAVIS_SDK=arm
2626
- TRAVIS_BOARDS="feather_radiofruit_zigbee gemma_m0 hallowing_m0_express itsybitsy_m0_express itsybitsy_m4_express meowmeow sam32" TRAVIS_SDK=arm
2727
- TRAVIS_BOARDS="feather_m0_express_crickit feather_m0_rfm69 feather_m0_rfm9x feather_m4_express arduino_zero arduino_mkr1300 arduino_mkrzero" TRAVIS_SDK=arm
2828
- TRAVIS_BOARDS="circuitplayground_express_crickit feather_m0_adalogger feather_m0_basic feather_m0_express catwan_usbstick pyportal sparkfun_samd21_mini sparkfun_samd21_dev" TRAVIS_SDK=arm

locale/ID.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: PACKAGE VERSION\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2019-03-08 12:45-0800\n"
12+
"POT-Creation-Date: 2019-03-12 11:17-0700\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -289,6 +289,10 @@ msgstr ""
289289
msgid "Array values should be single bytes."
290290
msgstr ""
291291

292+
#: supervisor/shared/safe_mode.c
293+
msgid "Attempted heap allocation when MicroPython VM not running.\n"
294+
msgstr ""
295+
292296
#: main.c
293297
msgid "Auto-reload is off.\n"
294298
msgstr "Auto-reload tidak aktif.\n"

locale/circuitpython.pot

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: PACKAGE VERSION\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2019-03-08 12:45-0800\n"
12+
"POT-Creation-Date: 2019-03-12 11:17-0700\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -287,6 +287,10 @@ msgstr ""
287287
msgid "Array values should be single bytes."
288288
msgstr ""
289289

290+
#: supervisor/shared/safe_mode.c
291+
msgid "Attempted heap allocation when MicroPython VM not running.\n"
292+
msgstr ""
293+
290294
#: main.c
291295
msgid "Auto-reload is off.\n"
292296
msgstr ""

locale/de_DE.po

Lines changed: 5 additions & 1 deletion
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-03-08 12:45-0800\n"
11+
"POT-Creation-Date: 2019-03-12 11:17-0700\n"
1212
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1313
"Last-Translator: Pascal Deneaux\n"
1414
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -289,6 +289,10 @@ msgstr "Array muss Halbwörter enthalten (type 'H')"
289289
msgid "Array values should be single bytes."
290290
msgstr "Array-Werte sollten aus Einzelbytes bestehen."
291291

292+
#: supervisor/shared/safe_mode.c
293+
msgid "Attempted heap allocation when MicroPython VM not running.\n"
294+
msgstr ""
295+
292296
#: main.c
293297
msgid "Auto-reload is off.\n"
294298
msgstr "Automatisches Neuladen ist deaktiviert.\n"

locale/en_US.po

Lines changed: 5 additions & 1 deletion
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-03-08 12:45-0800\n"
11+
"POT-Creation-Date: 2019-03-12 11:17-0700\n"
1212
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1313
"Last-Translator: \n"
1414
"Language-Team: \n"
@@ -287,6 +287,10 @@ msgstr ""
287287
msgid "Array values should be single bytes."
288288
msgstr ""
289289

290+
#: supervisor/shared/safe_mode.c
291+
msgid "Attempted heap allocation when MicroPython VM not running.\n"
292+
msgstr ""
293+
290294
#: main.c
291295
msgid "Auto-reload is off.\n"
292296
msgstr ""

locale/en_x_pirate.po

Lines changed: 5 additions & 1 deletion
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-03-08 12:45-0800\n"
11+
"POT-Creation-Date: 2019-03-12 11:17-0700\n"
1212
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1313
"Last-Translator: \n"
1414
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -289,6 +289,10 @@ msgstr ""
289289
msgid "Array values should be single bytes."
290290
msgstr ""
291291

292+
#: supervisor/shared/safe_mode.c
293+
msgid "Attempted heap allocation when MicroPython VM not running.\n"
294+
msgstr ""
295+
292296
#: main.c
293297
msgid "Auto-reload is off.\n"
294298
msgstr "Auto-reload be off.\n"

locale/es.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: \n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2019-03-08 12:45-0800\n"
12+
"POT-Creation-Date: 2019-03-12 11:17-0700\n"
1313
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1414
"Last-Translator: \n"
1515
"Language-Team: \n"
@@ -294,6 +294,10 @@ msgstr ""
294294
msgid "Array values should be single bytes."
295295
msgstr "Valores del array deben ser bytes individuales."
296296

297+
#: supervisor/shared/safe_mode.c
298+
msgid "Attempted heap allocation when MicroPython VM not running.\n"
299+
msgstr ""
300+
297301
#: main.c
298302
msgid "Auto-reload is off.\n"
299303
msgstr "Auto-recarga deshabilitada.\n"

locale/fil.po

Lines changed: 5 additions & 1 deletion
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-03-08 12:45-0800\n"
11+
"POT-Creation-Date: 2019-03-12 11:17-0700\n"
1212
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1313
"Last-Translator: Timothy <me@timothygarcia.ca>\n"
1414
"Language-Team: fil\n"
@@ -291,6 +291,10 @@ msgstr "May halfwords (type 'H') dapat ang array"
291291
msgid "Array values should be single bytes."
292292
msgstr "Array values ay dapat single bytes."
293293

294+
#: supervisor/shared/safe_mode.c
295+
msgid "Attempted heap allocation when MicroPython VM not running.\n"
296+
msgstr ""
297+
294298
#: main.c
295299
msgid "Auto-reload is off.\n"
296300
msgstr "Awtomatikong pag re-reload ay OFF.\n"

locale/fr.po

Lines changed: 5 additions & 1 deletion
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: 2019-03-08 12:45-0800\n"
11+
"POT-Creation-Date: 2019-03-12 11:17-0700\n"
1212
"PO-Revision-Date: 2018-12-23 20:05+0100\n"
1313
"Last-Translator: Pierrick Couturier <arofarn@arofarn.info>\n"
1414
"Language-Team: fr\n"
@@ -292,6 +292,10 @@ msgstr "Le tableau doit contenir des halfwords (type 'H')"
292292
msgid "Array values should be single bytes."
293293
msgstr "Les valeurs du tableau doivent être des octets simples 'bytes'."
294294

295+
#: supervisor/shared/safe_mode.c
296+
msgid "Attempted heap allocation when MicroPython VM not running.\n"
297+
msgstr ""
298+
295299
#: main.c
296300
msgid "Auto-reload is off.\n"
297301
msgstr "Auto-rechargement désactivé.\n"

locale/it_IT.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: PACKAGE VERSION\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2019-03-08 12:45-0800\n"
12+
"POT-Creation-Date: 2019-03-12 11:17-0700\n"
1313
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1414
"Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n"
1515
"Language-Team: \n"
@@ -290,6 +290,10 @@ msgstr ""
290290
msgid "Array values should be single bytes."
291291
msgstr ""
292292

293+
#: supervisor/shared/safe_mode.c
294+
msgid "Attempted heap allocation when MicroPython VM not running.\n"
295+
msgstr ""
296+
293297
#: main.c
294298
msgid "Auto-reload is off.\n"
295299
msgstr "Auto-reload disattivato.\n"

0 commit comments

Comments
 (0)
0