From 00f4f9ee48428367d69a423106df055c20758d28 Mon Sep 17 00:00:00 2001 From: adrcs Date: Sun, 25 May 2025 09:52:29 -0600 Subject: [PATCH] Update Readme.md --- Node Firmware/Readme.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/Node Firmware/Readme.md b/Node Firmware/Readme.md index 3a52d42..0a58efa 100644 --- a/Node Firmware/Readme.md +++ b/Node Firmware/Readme.md @@ -1,21 +1,9 @@ # Node Firmware This directory contains the code sources. The current source code is at Rev level 1.1. -Setting up a CubeIDE development project has several steps: -1. Download the code from this site. -2. Unzip it after the download -3. Navigate to the 'platforms' directory, and unzip the project for the appropriate platform. -4. Import the project into CubEIDE and Add the source code to it (see .pfd doc for instructions). -5. Build the code and download. +Due to a new release of CubeIDE, the platform code has been temporarily removed until +a new release is ready, which is imminent. -The reasoning behind it is because goign forward several platforms are being supported, the code iteself -is platform independent, so it can be shared between them. The platform code has the device specifics -and should not need to be updated each time a release is made, however it is probably good practice to -update it each time. +If you need a copy rignt away, please email me VE6VH ve6vh org -There are pre-built binaries in the Bin directory for platforms that support a download. -Currently supported platforms: -Nucleo CC Experimenter node - -Release notes are in the node software document in the documentation directory.