Skip to content

Commit

Permalink
Bump version and name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Dec 16, 2024
1 parent 18e3d9a commit 64e1dc6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion firmware/PIMORONI_YUKON/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"images": [
],
"mcu": "rp2040",
"product": "Pimoroni Yukon",
"product": "Pimoroni Yukon (no Wireless)",
"thumbnail": "",
"url": "https://shop.pimoroni.com/products/yukon",
"vendor": "Pimoroni"
Expand Down
2 changes: 1 addition & 1 deletion firmware/PIMORONI_YUKON/mpconfigboard.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a hack! Need to replace with upstream board definition.
#define MICROPY_HW_BOARD_NAME "Pimoroni Yukon"
#define MICROPY_HW_BOARD_NAME "Pimoroni Yukon (no Wireless)"
#define MICROPY_HW_FLASH_STORAGE_BYTES (14160 * 1024)

#define MICROPY_HW_USB_VID (0x2E8A)
Expand Down
2 changes: 1 addition & 1 deletion firmware/PIMORONI_YUKON_W/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"images": [
],
"mcu": "rp2040",
"product": "Pimoroni Yukon W",
"product": "Pimoroni Yukon (+ Wireless)",
"thumbnail": "",
"url": "https://shop.pimoroni.com/products/yukon",
"vendor": "Pimoroni"
Expand Down
4 changes: 2 additions & 2 deletions firmware/PIMORONI_YUKON_W/mpconfigboard.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a hack! Need to replace with upstream board definition.
#define MICROPY_HW_BOARD_NAME "Pimoroni Yukon W"
#define MICROPY_HW_BOARD_NAME "Pimoroni Yukon (+ Wireless)"
#define MICROPY_HW_FLASH_STORAGE_BYTES (14160 * 1024)

#define MICROPY_HW_USB_VID (0x2E8A)
Expand All @@ -20,7 +20,7 @@

// Enable networking.
#define MICROPY_PY_NETWORK 1
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "YukonW"
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "Yukon"

// CYW43 driver configuration.
#define CYW43_USE_SPI (1)
Expand Down
4 changes: 2 additions & 2 deletions lib/pimoroni_yukon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Christopher Parrott for Pimoroni Ltd
# SPDX-FileCopyrightText: 2025 Christopher Parrott for Pimoroni Ltd
#
# SPDX-License-Identifier: MIT

Expand All @@ -15,7 +15,7 @@
from ucollections import OrderedDict, namedtuple


YUKON_VERSION = "1.0.2"
YUKON_VERSION = "1.0.3"

Slot = namedtuple("Slot", ("ID",
"FAST1",
Expand Down

0 comments on commit 64e1dc6

Please sign in to comment.