We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9edcdcc + 8fc8a8e commit fd4eb16Copy full SHA for fd4eb16
.github/workflows/micropython.yml
@@ -13,14 +13,15 @@ jobs:
13
build:
14
name: ${{ matrix.name }} (${{ matrix.board }})
15
runs-on: ubuntu-20.04
16
+ continue-on-error: true
17
strategy:
18
matrix:
19
include:
20
- name: pico
21
board: RPI_PICO
22
- name: picow
23
board: RPI_PICO_W
- - name: tiny2040
24
+ - name: tiny2040_8mb
25
board: PIMORONI_TINY2040
26
- name: picolipo_4mb
27
board: PIMORONI_PICOLIPO_4MB
micropython/modules/micropython-tiny2040.cmake renamed to micropython/modules/micropython-tiny2040_8mb.cmake
0 commit comments