From 398d5564ac6d7ae376e6cb46bd79fcf5bf84193d Mon Sep 17 00:00:00 2001 From: aidan garske Date: Fri, 8 May 2026 11:21:09 -0700 Subject: [PATCH] IDE/STM32Cube: fix broken pack download link (issue #108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The published download URL is wolfSSL.I-CUBE-wolfIP.1.0.0.pack, not I-CUBE-wolfIP.pack — the latter 404s. --- IDE/STM32Cube/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/STM32Cube/README.md b/IDE/STM32Cube/README.md index 0397ba6b..65e240db 100644 --- a/IDE/STM32Cube/README.md +++ b/IDE/STM32Cube/README.md @@ -16,7 +16,7 @@ This guide explains how to use wolfIP on any STM32 microcontroller with Ethernet ### Step 1: Install the wolfIP Pack -1. Download the pack from [wolfSSL](https://www.wolfssl.com/files/ide/I-CUBE-wolfIP.pack) +1. Download the pack from [wolfSSL](https://www.wolfssl.com/files/ide/wolfSSL.I-CUBE-wolfIP.1.0.0.pack) 2. In STM32CubeMX: **Help → Manage Embedded Software Packages → From Local** 3. Select `I-CUBE-wolfIP.pack` and accept the license