8000 Merge pull request #3608 from adafruit/6.0.x · adafruit/circuitpython@5110fec · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5110fec

Browse files
authored
Merge pull request #3608 from adafruit/6.0.x
Update main with latest 6.0.x
2 parents caca060 + fa35c3f commit 5110fec

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

locale/circuitpython.pot

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2871,6 +2871,14 @@ msgstr ""
28712871
msgid "maximum recursion depth exceeded"
28722872
msgstr ""
28732873

2874+
#: extmod/ulab/code/approx/approx.c
2875+
msgid "maxiter must be > 0"
2876+
msgstr ""
2877+
2878+
#: extmod/ulab/code/approx/approx.c
2879+
msgid "maxiter should be > 0"
2880+
msgstr ""
2881+
28742882
#: py/runtime.c
28752883
#, c-format
28762884
msgid "memory allocation failed, allocating %u bytes"
@@ -3303,6 +3311,10 @@ msgstr ""
33033311
msgid "sort argument must be an ndarray"
33043312
msgstr ""
33053313

3314+
#: extmod/ulab/code/numerical/numerical.c
3315+
msgid "sorted axis can't be longer than 65535"
3316+
msgstr ""
3317+
33063318
#: extmod/ulab/code/filter/filter.c
33073319
msgid "sos array must be of shape (n_section, 6)"
33083320
msgstr ""

ports/nrf/boards/circuitplayground_bluefruit/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
#define DEFAULT_I2C_BUS_SCL (&pin_P0_04)
6060
#define DEFAULT_I2C_BUS_SDA (&pin_P0_05)
6161

62-
#define DEFAULT_SPI_BUS_SCK (&pin_P0_05)
63-
#define DEFAULT_SPI_BUS_MOSI (&pin_P1_03)
62+
#define DEFAULT_SPI_BUS_SCK (&pin_P0_02)
63+
#define DEFAULT_SPI_BUS_MOSI (&pin_P0_03)
6464
#define DEFAULT_SPI_BUS_MISO (&pin_P0_29)
6565

6666
#define DEFAULT_UART_BUS_RX (&pin_P0_30)

0 commit comments

Comments
 (0)
0