From aedbfa214df584ece8dc5a0425565f224822fa58 Mon Sep 17 00:00:00 2001 From: cuu Date: Mon, 17 Mar 2025 21:49:08 +0800 Subject: [PATCH] update readme --- Code/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Code/README.md b/Code/README.md index 7a38179..361a0a3 100644 --- a/Code/README.md +++ b/Code/README.md @@ -4,19 +4,19 @@ Here is a collection of firmware source code optimized for PicoCalc. You can dow We would like to thank the following open source projects: -- PicoMite +- PicoMite [PicoMite](https://geoffg.net/picomite.html) is a [BASIC](https://en.m.wikipedia.org/wiki/BASIC) language interpreter based on the PRI Pico optimized version of MMBasic. -- FUZIX +- FUZIX [FUXIX](https://www.fuzix.org/) is a lightweight UNIX-like OS for 8-bit and small systems, designed for minimal resource usage. -- NES emulator +- NES emulator [shapones](https://github.com/shapoco/shapones) is an NES emulator for programming study on pico. -- uLisp +- uLisp [uLisp](www.ulisp.com/) A version of the Lisp programming language for ARM-based boards. -- MP3Player +- MP3Player A simple MP3 player based on [YAHAL](https://git.fh-aachen.de/Terstegge/YAHAL) which is a Yet Another Hardware Abstraction Library.