From c7bcf8cbdb81e40f4c192634e3f6f14fbd3895ab Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 16 Jun 2024 20:07:18 +0200 Subject: [PATCH] Update README.md --- .gitmodules | 3 --- README.md | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 9cf7dc8..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "src/fptc-lib"] - path = src/fptc-lib - url = https://github.com/mgetka/fptc-lib diff --git a/README.md b/README.md index 4b6e173..0a0491c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repository contains documentation, links and example applications. # Layers A unigi app is built from different layers: * **[Headers](https://git.lumen.sh/Fierelier/unigi.headers)** - The functions to be implemented by the Platform -* **Platform** - Implements the functions from Headers to work on a particular system (see below for a list) +* **[Platform](#official-platforms)** - Implements the functions from Headers to work on a particular system * **...** - Optionally, more layers * **App** - Your code, uses other layers for input/output @@ -29,6 +29,3 @@ Platforms act as the translation layer for different systems. The idea is to min * **DOS (soon)** - DOS (Disk Operating System), compatible with FreeDOS and MS-DOS * **PSP (soon)** - PlayStation Portable gaming console * **Null (soon)** - A placeholder that does "nothing", good if you want to test basic compilation for an unsupported platform - -## Third party platforms -...