Skip to content

Commit 3034cfc

Browse files
committed
Merge remote-tracking branch 'upstream/master' into stm32-uart
2 parents a596213 + 855de94 commit 3034cfc

File tree

61 files changed

+900
-161
lines changed

Some content is hidden

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

61 files changed

+900
-161
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
done
5353
working-directory: tests
5454
if: failure()
55-
- name: Test threads
56-
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 -d thread
57-
working-directory: tests
5855
- name: Native Tests
5956
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
6057
working-directory: tests
@@ -78,6 +75,7 @@ jobs:
7875
board:
7976
- "arduino_mkr1300"
8077
- "arduino_mkrzero"
78+
- "arduino_nano_33_ble"
8179
- "arduino_zero"
8280
- "bast_pro_mini_m0"
8381
- "capablerobot_usbhub"
@@ -95,7 +93,6 @@ jobs:
9593
- "electronut_labs_blip"
9694
- "electronut_labs_papyr"
9795
- "escornabot_makech"
98-
- "feather_f405"
9996
- "feather_m0_adalogger"
10097
- "feather_m0_basic"
10198
- "feather_m0_express"
@@ -106,12 +103,14 @@ jobs:
106103
- "feather_m4_express"
107104
- "feather_nrf52840_express"
108105
- "feather_radiofruit_zigbee"
106+
- "feather_stm32f405_express"
109107
- "gemma_m0"
110108
- "grandcentral_m4_express"
111109
- "hallowing_m0_express"
112110
- "hallowing_m4_express"
113111
- "itsybitsy_m0_express"
114112
- "itsybitsy_m4_express"
113+
- "itsybitsy_nrf52840_express"
115114
- "kicksat-sprite"
116115
- "makerdiary_nrf52840_mdk"
117116
- "makerdiary_nrf52840_mdk_usb_dongle"
@@ -145,6 +144,8 @@ jobs:
145144
- "snekboard"
146145
- "sparkfun_lumidrive"
147146
- "sparkfun_nrf52840_mini"
147+
- "sparkfun_qwiic_micro_no_flash"
148+
- "sparkfun_qwiic_micro_with_flash"
148149
- "sparkfun_redboard_turbo"
149150
- "sparkfun_samd21_dev"
150151
- "sparkfun_samd21_mini"

lib/stm32lib

Submodule stm32lib deleted from d2bcfda

0 commit comments

Comments
 (0)