Skip to content

Commit 35abc48

Browse files
authored
Merge pull request #2589 from hierophect/stm32-temperature-us
STM32: Core temperature and voltage
2 parents cde9b63 + 4bc0936 commit 35abc48

File tree

16 files changed

+227
-32
lines changed

16 files changed

+227
-32
lines changed

locale/ID.po

Lines changed: 9 additions & 1 deletion
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-02-05 15:55-0800\n"
11+
"POT-Creation-Date: 2020-02-10 11:46-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"
@@ -1285,6 +1285,10 @@ msgstr ""
12851285
msgid "Supply at least one UART pin"
12861286
msgstr ""
12871287

1288+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1289+
msgid "Temperature read timed out"
1290+
msgstr ""
1291+
12881292
#: supervisor/shared/safe_mode.c
12891293
msgid ""
12901294
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1494,6 +1498,10 @@ msgstr ""
14941498
msgid "Viper functions don't currently support more than 4 arguments"
14951499
msgstr ""
14961500

1501+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1502+
msgid "Voltage read timed out"
1503+
msgstr ""
1504+
14971505
#: main.c
14981506
msgid "WARNING: Your code filename has two extensions\n"
14991507
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"

locale/circuitpython.pot

Lines changed: 9 additions & 1 deletion
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-02-11 19:18-0500\n"
11+
"POT-Creation-Date: 2020-02-12 12:11-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"
@@ -1269,6 +1269,10 @@ msgstr ""
12691269
msgid "Supply at least one UART pin"
12701270
msgstr ""
12711271

1272+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1273+
msgid "Temperature read timed out"
1274+
msgstr ""
1275+
12721276
#: supervisor/shared/safe_mode.c
12731277
msgid ""
12741278
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1477,6 +1481,10 @@ msgstr ""
14771481
msgid "Viper functions don't currently support more than 4 arguments"
14781482
msgstr ""
14791483

1484+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1485+
msgid "Voltage read timed out"
1486+
msgstr ""
1487+
14801488
#: main.c
14811489
msgid "WARNING: Your code filename has two extensions\n"
14821490
msgstr ""

locale/de_DE.po

Lines changed: 9 additions & 1 deletion
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-02-05 15:55-0800\n"
10+
"POT-Creation-Date: 2020-02-10 11:46-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"
@@ -1286,6 +1286,10 @@ msgstr "Stream fehlt readinto() oder write() Methode."
12861286
msgid "Supply at least one UART pin"
12871287
msgstr ""
12881288

1289+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1290+
msgid "Temperature read timed out"
1291+
msgstr ""
1292+
12891293
#: supervisor/shared/safe_mode.c
12901294
msgid ""
12911295
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1498,6 +1502,10 @@ msgstr "Länge des Wertes > max_length"
14981502
msgid "Viper functions don't currently support more than 4 arguments"
14991503
msgstr "Viper-Funktionen unterstützen derzeit nicht mehr als 4 Argumente"
15001504

1505+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1506+
msgid "Voltage read timed out"
1507+
msgstr ""
1508+
15011509
#: main.c
15021510
msgid "WARNING: Your code filename has two extensions\n"
15031511
msgstr ""

locale/en_US.po

Lines changed: 9 additions & 1 deletion
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-02-05 15:55-0800\n"
10+
"POT-Creation-Date: 2020-02-10 11:46-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -1269,6 +1269,10 @@ msgstr ""
12691269
msgid "Supply at least one UART pin"
12701270
msgstr ""
12711271

1272+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1273+
msgid "Temperature read timed out"
1274+
msgstr ""
1275+
12721276
#: supervisor/shared/safe_mode.c
12731277
msgid ""
12741278
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1477,6 +1481,10 @@ msgstr ""
14771481
msgid "Viper functions don't currently support more than 4 arguments"
14781482
msgstr ""
14791483

1484+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1485+
msgid "Voltage read timed out"
1486+
msgstr ""
1487+
14801488
#: main.c
14811489
msgid "WARNING: Your code filename has two extensions\n"
14821490
msgstr ""

locale/en_x_pirate.po

Lines changed: 9 additions & 1 deletion
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-02-05 15:55-0800\n"
10+
"POT-Creation-Date: 2020-02-10 11:46-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -1273,6 +1273,10 @@ msgstr ""
12731273
msgid "Supply at least one UART pin"
12741274
msgstr ""
12751275

1276+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1277+
msgid "Temperature read timed out"
1278+
msgstr ""
1279+
12761280
#: supervisor/shared/safe_mode.c
12771281
msgid ""
12781282
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1481,6 +1485,10 @@ msgstr ""
14811485
msgid "Viper functions don't currently support more than 4 arguments"
14821486
msgstr ""
14831487

1488+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1489+
msgid "Voltage read timed out"
1490+
msgstr ""
1491+
14841492
#: main.c
14851493
msgid "WARNING: Your code filename has two extensions\n"
14861494
msgstr "Blimey! Yer code filename has two extensions\n"

locale/es.po

Lines changed: 9 additions & 1 deletion
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-02-05 15:55-0800\n"
10+
"POT-Creation-Date: 2020-02-10 11:46-0500\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -1286,6 +1286,10 @@ msgstr "A Stream le falta el método readinto() o write()."
12861286
msgid "Supply at least one UART pin"
12871287
msgstr ""
12881288

1289+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1290+
msgid "Temperature read timed out"
1291+
msgstr ""
1292+
12891293
#: supervisor/shared/safe_mode.c
12901294
msgid ""
12911295
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1495,6 +1499,10 @@ msgstr ""
14951499
msgid "Viper functions don't currently support more than 4 arguments"
14961500
msgstr "funciones Viper actualmente no soportan más de 4 argumentos."
14971501

1502+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1503+
msgid "Voltage read timed out"
1504+
msgstr ""
1505+
14981506
#: main.c
14991507
msgid "WARNING: Your code filename has two extensions\n"
15001508
msgstr "ADVERTENCIA: El nombre de archivo de tu código tiene dos extensiones\n"

locale/fil.po

Lines changed: 9 additions & 1 deletion
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-02-05 15:55-0800\n"
10+
"POT-Creation-Date: 2020-02-10 11:46-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"
@@ -1292,6 +1292,10 @@ msgstr "Stream kulang ng readinto() o write() method."
12921292
msgid "Supply at least one UART pin"
12931293
msgstr ""
12941294

1295+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1296+
msgid "Temperature read timed out"
1297+
msgstr ""
1298+
12951299
#: supervisor/shared/safe_mode.c
12961300
msgid ""
12971301
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1504,6 +1508,10 @@ msgstr ""
15041508
"Ang mga function ng Viper ay kasalukuyang hindi sumusuporta sa higit sa 4 na "
15051509
"argumento"
15061510

1511+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1512+
msgid "Voltage read timed out"
1513+
msgstr ""
1514+
15071515
#: main.c
15081516
msgid "WARNING: Your code filename has two extensions\n"
15091517
msgstr "BABALA: Ang pangalan ng file ay may dalawang extension\n"

locale/fr.po

Lines changed: 9 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: 2020-02-05 15:55-0800\n"
11+
"POT-Creation-Date: 2020-02-10 11:46-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"
@@ -1306,6 +1306,10 @@ msgstr "Il manque une méthode readinto() ou write() au flux."
13061306
msgid "Supply at least one UART pin"
13071307
msgstr ""
13081308

1309+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1310+
msgid "Temperature read timed out"
1311+
msgstr ""
1312+
13091313
#: supervisor/shared/safe_mode.c
13101314
msgid ""
13111315
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1522,6 +1526,10 @@ msgid "Viper functions don't currently support more than 4 arguments"
15221526
msgstr ""
15231527
"les fonctions de Viper ne supportent pas plus de 4 arguments actuellement"
15241528

1529+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1530+
msgid "Voltage read timed out"
1531+
msgstr ""
1532+
15251533
#: main.c
15261534
msgid "WARNING: Your code filename has two extensions\n"
15271535
msgstr "ATTENTION: le nom de fichier de votre code a deux extensions\n"

locale/it_IT.po

Lines changed: 9 additions & 1 deletion
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-02-05 15:55-0800\n"
11+
"POT-Creation-Date: 2020-02-10 11:46-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"
@@ -1303,6 +1303,10 @@ msgstr "Metodi mancanti readinto() o write() allo stream."
13031303
msgid "Supply at least one UART pin"
13041304
msgstr ""
13051305

1306+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1307+
msgid "Temperature read timed out"
1308+
msgstr ""
1309+
13061310
#: supervisor/shared/safe_mode.c
13071311
msgid ""
13081312
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1513,6 +1517,10 @@ msgstr ""
15131517
msgid "Viper functions don't currently support more than 4 arguments"
15141518
msgstr "Le funzioni Viper non supportano più di 4 argomenti al momento"
15151519

1520+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1521+
msgid "Voltage read timed out"
1522+
msgstr ""
1523+
15161524
#: main.c
15171525
msgid "WARNING: Your code filename has two extensions\n"
15181526
msgstr "ATTENZIONE: Il nome del sorgente ha due estensioni\n"

locale/ko.po

Lines changed: 9 additions & 1 deletion
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-02-05 15:55-0800\n"
11+
"POT-Creation-Date: 2020-02-10 11:46-0500\n"
1212
"PO-Revision-Date: 2019-05-06 14:22-0700\n"
1313
"Last-Translator: \n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1273,6 +1273,10 @@ msgstr ""
12731273
msgid "Supply at least one UART pin"
12741274
msgstr ""
12751275

1276+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1277+
msgid "Temperature read timed out"
1278+
msgstr ""
1279+
12761280
#: supervisor/shared/safe_mode.c
12771281
msgid ""
12781282
"The CircuitPython heap was corrupted because the stack was too small.\n"
@@ -1482,6 +1486,10 @@ msgstr ""
14821486
msgid "Viper functions don't currently support more than 4 arguments"
14831487
msgstr ""
14841488

1489+
#: ports/stm32f4/common-hal/microcontroller/Processor.c
1490+
msgid "Voltage read timed out"
1491+
msgstr ""
1492+
14851493
#: main.c
14861494
msgid "WARNING: Your code filename has two extensions\n"
14871495
msgstr ""

0 commit comments

Comments
 (0)