Radomir Dopieralski
34cb5f6dc0
Merge branch 'main' into async-samd21
2023-08-27 19:33:27 +02:00
Radomir Dopieralski
55fbbdcb52
Allow enabling async on samd21
...
It was just disabled, possibly because of size considerations, but it's
useful to be able to enable it explicitly for selected boards.
This requires some of the settings to use ?= instead of =, and fixing
a bug in the traceback module, where the chain variable is unused if
exception chaining is not enabled.
2023-08-27 19:28:44 +02:00
Scott Shawcroft
c395e1f9f7
Merge pull request #8332 from pypewpew/ugame22
...
Add new board uGame22
2023-08-25 13:22:16 -07:00
Radomir Dopieralski
b9b04fcefa
Add new board uGame22
...
Information about the board:
https://hackaday.io/project/186921-game-22
Hardware design repository:
https://github.com/python-ugame/ugame-22
2023-08-25 19:26:30 +02:00
Scott Shawcroft
233cf7fc6d
Merge pull request #8326 from bill88t/picow-stop-ap
...
Pico W wifi code improvements.
2023-08-25 09:49:04 -07:00
Scott Shawcroft
ab70f8eace
Merge remote-tracking branch 'adafruit/main' into i2s_mclk
2023-08-24 15:07:14 -07:00
Bill Sideris
2cc05f7ac8
Picow-ap wifi improvements
2023-08-23 20:04:51 +03:00
Dan Halbert
e08ad22ef6
Merge pull request #8317 from jepler/merge-82x
...
Merge 8.2.x into main
2023-08-22 17:28:30 -04:00
Dan Halbert
88c22d5052
remove last uses of 'u' prefix
2023-08-22 12:57:47 -04:00
Jeff Epler
24b7a4cde6
Merge remote-tracking branch 'origin/8.2.x' into merge-82x
2023-08-22 09:53:35 -05:00
Jeff Epler
b589dc2589
Merge pull request #8091 from bill88t/update-picow
...
Update pico-sdk to 1.5.1
2023-08-22 09:51:20 -05:00
Jeff Epler
283889bb57
Merge pull request #8309 from dhalbert/fix-pimoroni-dvi-base
...
fix framebuffer size for pimoroni dvi base
2023-08-22 09:47:25 -05:00
Jeff Epler
c029d6a165
Merge remote-tracking branch 'origin/8.2.x' into merge-82x
2023-08-22 08:49:16 -05:00
Jeff Epler
d62bf6631b
Use a different way to force building sdkconfig early
...
the `Makefile:...` version broke the shared bindings matrix generation, as
it would fail if esp-idf wasn't in the environment (and we wouldn't want
it to do that much work anyway)
2023-08-21 20:48:42 -05:00
Dan Halbert
eba1f9d4fe
fix framebuffer size for pimoroni dvi base
2023-08-21 19:36:28 -04:00
Jeff Epler
f9e99bd3c3
Fix picow build
2023-08-20 11:30:36 -05:00
Jeff Epler
c122ca18fd
restore missing board.c file
2023-08-20 11:20:57 -05:00
Jeff Epler
bb8e0ae76e
turn off some modules to save flash space
2023-08-20 11:18:46 -05:00
Jeff Epler
d94ff9d1cf
turn off audiopwmio to save flash space
2023-08-20 11:14:41 -05:00
Jeff Epler
44c26d9d41
Ensure sdkconfig.h is built early, by making Makefile depend on it
...
Here's why this helps fix the build error:
If this file does not exist or is out of date, then it is generated
and then the Makefile is re-read.
I don't know why this worked before but stopped now; it must have
to do with the rework of header generation in the MP build system.
2023-08-20 11:08:43 -05:00
Jeff Epler
e74ef8b960
ringbuf_alloc no longer has a long-lived argument
2023-08-20 10:15:56 -05:00
Jeff Epler
a3a9c7a098
fix typo
2023-08-20 10:15:55 -05:00
Jeff Epler
6598fc0c42
pre-commit modifies these additional files on my system (WHY?)
2023-08-19 13:45:06 -05:00
Dan Halbert
10a022db87
consolidate and shorten some error messages
2023-08-19 12:39:54 -04:00
Dan Halbert
e43c2fb7ba
pre-commit uncrustify
2023-08-18 22:53:14 -04:00
Dan Halbert
d9ed21ea07
pre-commit
2023-08-18 13:30:45 -04:00
Dan Halbert
6851faacaa
Merge remote-tracking branch 'adafruit/main' into merge-micropython-v1.19.1
2023-08-18 13:29:39 -04:00
Dan Halbert
bfccb77ec1
asyncio test fixes and asyncio library updates
2023-08-18 13:16:16 -04:00
Scott Shawcroft
f93022b142
Two tweaks to mclk
2023-08-17 14:28:33 -07:00
Scott Shawcroft
8c5c73df38
Add I2S MCLK support to iMX RT
2023-08-17 11:39:14 -07:00
Jeff Epler
d0f313c1e8
Merge pull request #8270 from makermelissa/better-alphablend
...
Better alphablend features
2023-08-16 17:43:17 -05:00
Kattni Rembor
8b147ac748
Add SD_CS pin to Metro ESP32-S3 board definition.
2023-08-15 18:30:59 -04:00
Kattni Rembor
3012c275e7
Add SD_CS pin.
2023-08-15 18:09:42 -04:00
Jeff Epler
843fdbb250
Add a missing MP_PROTO_IMPLEMENT
2023-08-15 13:25:25 -05:00
Jeff Epler
94b89b7e57
enable exception chaining so we can run the test
2023-08-15 11:54:48 -05:00
Dan Halbert
3d48e87e60
jepler: fix 18 tests (redo commit to be correct)
2023-08-14 18:34:32 -04:00
Dan Halbert
545d434239
Revert "jepler: fix 18 tests"
...
This reverts commit 5ad35004cb3705967060b637ebcbd48d50f1b80f.
2023-08-14 18:21:50 -04:00
Dan Halbert
5ad35004cb
jepler: fix 18 tests
2023-08-14 17:53:38 -04:00
Dan Halbert
b73f05fe64
turn off viper tests; thanks jepler
2023-08-14 16:43:07 -04:00
Scott Shawcroft
7567f71709
Merge pull request #8280 from dglaude/8.2.x-backport-metro-esp32s3
...
8.2.x backport metro esp32s3
2023-08-14 11:50:41 -07:00
Dan Halbert
c823b9b2f6
force mpversion.h build early in silabs
2023-08-14 11:28:13 -04:00
Dan Halbert
8cf5b6e707
fixes to unix port support; thanks @jepler
2023-08-14 09:51:52 -04:00
Dan Halbert
d582407b06
pre-commit fixes
2023-08-14 00:59:22 -04:00
Dan Halbert
2171e67c1b
merge latest adafruit/main
2023-08-13 19:43:54 -04:00
Dan Halbert
27c7807693
silabs build needs work; other builds are working
2023-08-13 19:05:16 -04:00
Melissa LeBlanc-Williams
9d69ddc583
Add D0 and D1
2023-08-14 00:20:47 +02:00
Melissa LeBlanc-Williams
4c62db2d05
Add D pins
2023-08-14 00:20:24 +02:00
Melissa LeBlanc-Williams
8dd52430b6
Change to octal ram
2023-08-14 00:18:50 +02:00
Melissa LeBlanc-Williams
1b3993a29e
Added initial Adafruit Metro ESP32-S3
2023-08-14 00:17:24 +02:00
Vladimír Smitka
acd8896094
Fix RGB/BGR color order
2023-08-13 17:42:23 +02:00