8000 Merge branch 'main' into framebuffer-zero-size · cwalther/circuitpython@c27e385 · GitHub
[go: up one dir, main page]

Skip to content

Commit c27e385

Browse files
authored
Merge branch 'main' into framebuffer-zero-size
2 parents e477d27 + b9890f2 commit c27e385

File tree

85 files changed

+3468
-999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+3468
-999
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,15 @@ jobs:
414414
fail-fast: false
415415
matrix:
416416
board:
417+
- "adafruit_metro_esp32s2"
417418
- "electroniccats_bastwifi"
418419
- "espressif_kaluga_1"
419420
- "espressif_saola_1_wroom"
420421
- "espressif_saola_1_wrover"
421422
- "microdev_micro_s2"
422423
- "muselab_nanoesp32_s2"
423424
- "unexpectedmaker_feathers2"
425+
- "unexpectedmaker_feathers2_prerelease"
424426

425427
steps:
426428
- name: Set up Python 3.8

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ TAGS
8080
*.mo
8181

8282
.vscode
83+
.idea
8384

8485
# Python Virtual Environments
8586
####################

0 commit comments

Comments
 (0)
0