From 03e2466df5a960b106eae772e9fdea2eda1168ac Mon Sep 17 00:00:00 2001 From: Luke Hutscal <60324+girasquid@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:30:40 -0600 Subject: [PATCH 1/2] Remove Mu Mu is no longer maintained: https://github.com/mu-editor/mu/commit/1cabc860416b93428af838adf83755ab9e38ab41 --- setting-up-micropython.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setting-up-micropython.md b/setting-up-micropython.md index d13c8bd2..03ae6ff1 100644 --- a/setting-up-micropython.md +++ b/setting-up-micropython.md @@ -55,10 +55,9 @@ Here's what the 'RPI-RP2' drive looks like in Windows: **Copy the downloaded firmware image across to the 'RPI-RP2' drive**. Once it has finished uploading (which takes a few seconds) the board will restart itself. -⚠ Note that once your board restarts running MicroPython it will no longer show up as a drive. To program it and to transfer files to and from it you'll need to use an interpreter, such as Thonny or Mu. +⚠ Note that once your board restarts running MicroPython it will no longer show up as a drive. To program it and to transfer files to and from it you'll need to use an interpreter, such as Thonny. - [Download Thonny](https://thonny.org/) -- [Download Mu](https://codewith.mu/) You can also transfer files to boards running MicroPython using command line tools, like `mpremote`. @@ -75,3 +74,4 @@ Note that most of our MicroPython images don't include examples, so you'll need Having trouble getting started? Check out the link below: - [MicroPython FAQs](faqs-micropython.md) + From 54aa64b0580281090de4e096ad52432ca375227a Mon Sep 17 00:00:00 2001 From: Luke Hutscal <60324+girasquid@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:36:25 -0600 Subject: [PATCH 2/2] Update file transfer instructions for MicroPython Removed reference to Mu from the file transfer section. --- faqs-micropython.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/faqs-micropython.md b/faqs-micropython.md index ffe4e86d..6f4dba54 100644 --- a/faqs-micropython.md +++ b/faqs-micropython.md @@ -24,10 +24,9 @@ This is fine and expected - once your board restarts running MicroPython it will ### OK, then how do I transfer files/edit code? -To program it and to transfer files to and from it you'll need to use an interpreter, such as Thonny or Mu. +To program it and to transfer files to and from it you'll need to use an interpreter, such as Thonny. - [Download Thonny](https://thonny.org/) -- [Download Mu](https://codewith.mu/) If you're hardcore, you can also transfer files to boards running MicroPython using command line tools, like `mpremote`.