Skip to content

Commit 6740648

Browse files
committed
merge from upstream; re-alphabetize
2 parents 9d4442e + 1cd4e45 commit 6740648

File tree

21 files changed

+642
-109
lines changed

21 files changed

+642
-109
lines changed

extmod/crypto-algorithms/sha256.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/*************************** HEADER FILES ***************************/
1616
#include <stdlib.h>
17+
#include <string.h>
1718
#include "sha256.h"
1819

1920
/****************************** MACROS ******************************/

locale/circuitpython.pot

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,11 @@ msgstr ""
10921092
msgid "Initialization failed due to lack of memory"
10931093
msgstr ""
10941094

1095+
#: shared-bindings/bitops/__init__.c
1096+
#, c-format
1097+
msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
1098+
msgstr ""
1099+
10951100
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
10961101
msgid "Input taking too long"
10971102
msgstr ""
@@ -1659,6 +1664,11 @@ msgstr ""
16591664
msgid "Out of sockets"
16601665
msgstr ""
16611666

1667+
#: shared-bindings/bitops/__init__.c
1668+
#, c-format
1669+
msgid "Output buffer must be at least %d bytes"
1670+
msgstr ""
1671+
16621672
#: shared-bindings/audiobusio/PDMIn.c
16631673
msgid "Oversample must be multiple of 8."
16641674
msgstr ""
@@ -4101,6 +4111,11 @@ msgstr ""
41014111
msgid "watchdog timeout must be greater than 0"
41024112
msgstr ""
41034113

4114+
#: shared-bindings/bitops/__init__.c
4115+
#, c-format
4116+
msgid "width must be from 2 to 8 (inclusive), not %d"
4117+
msgstr ""
4118+
41044119
#: shared-bindings/rgbmatrix/RGBMatrix.c
41054120
msgid "width must be greater than zero"
41064121
msgstr ""

0 commit comments

Comments
 (0)