From 87dc42ed366a9c2a845c2191b2d75c73578d6cf3 Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 20 Mar 2025 17:04:56 +0800 Subject: [PATCH] Update all code's readme add pre-compiled uf2 link --- Code/FUZIX/README.md | 3 +++ Code/MP3Player/README.md | 6 +++++- Code/NES/README.md | 3 +++ Code/PicoMite/README.md | 4 ++++ Code/uLisp/README.md | 3 ++- 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Code/FUZIX/README.md b/Code/FUZIX/README.md index 5eabf07..50e8314 100644 --- a/Code/FUZIX/README.md +++ b/Code/FUZIX/README.md @@ -13,3 +13,6 @@ make world ``` Copy `build/fuzix.uf2` into picocalc like every pico device + +# Pre-compiled uf2 +https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc%20SD/firmware/PicoCalc_Fuzix_v1.0.uf2 diff --git a/Code/MP3Player/README.md b/Code/MP3Player/README.md index aa5f65a..9972652 100644 --- a/Code/MP3Player/README.md +++ b/Code/MP3Player/README.md @@ -46,7 +46,7 @@ make Copy pico-mp3-player.uf2 to picocalc ### Notes -Currently only supports up to 64 mp3s, only ascii characters are legal mp3 filename. +Currently only supports up to **64** mp3 files, and only ascii characters are legal mp3 filename. #### Special thanks @@ -55,4 +55,8 @@ https://git.fh-aachen.de/Terstegge/YAHAL Thanks to YAHAL Without this great project YAHAL, mp3 playback on pico would be a pain +## Pre-compiled uf2 + +https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc%20SD/firmware/PicoCalc_MP3Player_v0.5.uf2 + diff --git a/Code/NES/README.md b/Code/NES/README.md index da5e5dd..5a1d9f5 100644 --- a/Code/NES/README.md +++ b/Code/NES/README.md @@ -24,5 +24,8 @@ press -(select) and =(start) together, will reset the emulator to the rom select Due to the limitation of Pico memory, only ROMs with a size less than or equal to **44KB** can be used. +# Pre-compiled uf2 + +https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc%20SD/firmware/PicoCalc_NES_v1.0.uf2 diff --git a/Code/PicoMite/README.md b/Code/PicoMite/README.md index 76d23e0..afce9ce 100644 --- a/Code/PicoMite/README.md +++ b/Code/PicoMite/README.md @@ -14,6 +14,10 @@ make ``` Copy `build/PicoMite.uf2` into picocalc like every pico device +# Pre-compiled uf2 + +https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc%20SD/firmware/PicoCalc_PicoMite_v1.0.uf2 + # MMBasic License diff --git a/Code/uLisp/README.md b/Code/uLisp/README.md index 1682ba4..dbf56f6 100644 --- a/Code/uLisp/README.md +++ b/Code/uLisp/README.md @@ -71,5 +71,6 @@ Here is the screenshot for reference: It should be noted that uLisp's default serial port speed is **9600** - +## Pre-compiled uf2 +https://github.com/clockworkpi/PicoCalc/blob/master/Bin/PicoCalc%20SD/firmware/PicoCalc_uLisp_v1.0.uf2