Skip to content

Commit 9817f61

Browse files
committed
Split out builds.
1 parent 4c111cb commit 9817f61

27 files changed

+151
-17
lines changed

.github/workflows/micropython.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- name: pico_w_unicorn
18-
- name: pico2_w_unicorn
17+
- name: pico_w_galactic
18+
- name: pico_w_cosmic
19+
- name: pico_w_stellar
20+
- name: pico2_w_galactic
1921

2022
env:
2123
# MicroPython version will be contained in github.event.release.tag_name for releases
File renamed without changes.
File renamed without changes.

boards/pico2_w_unicorn/mpconfigboard.h renamed to boards/pico2_w_galactic/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Board and hardware specific configuration
2-
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico2 W (Unicorn)"
2+
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico2 W (Galactic Unicorn)"
33

44
// Leave 50/50 split - 2MB firmware, 2MB user filesystem
55
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - (2 * 1024 * 1024))
66

77
// Enable networking.
88
#define MICROPY_PY_NETWORK_PPP_LWIP (1)
9-
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "Unicorn2W"
9+
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "GalacticUnicorn2W"
1010
#include "enable_cyw43.h"
1111

1212
// For debugging mbedtls - also set
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../")
2+
set(UNICORN "galactic")
3+
include(usermod-common)

boards/pico2_w_unicorn/usermodules.cmake

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)