From 14a2ab735972d793990203e87de554b0b3b957e5 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Tue, 24 Jan 2023 21:35:00 +0100 Subject: Simplify: README.adoc --- README.adoc | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index 8747dcc6..55655995 100644 --- a/README.adoc +++ b/README.adoc @@ -8,20 +8,20 @@ This repository is for pesonal use and modified to my liking. Contributions shou == Build, flash and debug -- [InfiniTime simulator](https://github.com/InfiniTimeOrg/InfiniSim) -- [Build the project](doc/buildAndProgram.md) -- [Build the project with Docker](doc/buildWithDocker.md) -- [Build the project with VSCode](doc/buildWithVScode.md) -- [Flash the firmware using OpenOCD and STLinkV2](doc/openOCD.md) -- [Flash the firmware using SWD interface](doc/SWD.md) -- [Flash the firmware using JLink](doc/jlink.md) -- [Flash the firmware using GDB](doc/gdb.md) -- [Stub using NRF52-DK](doc/PinetimeStubWithNrf52DK.md) +- https://github.com/InfiniTimeOrg/InfiniSim[InfiniTime simulator] +- link:doc/buildAndProgram.md[Build the project] +- link:doc/buildWithDocker.md[Build the project with Docker] +- link:doc/buildWithVScode.md[Build the project with VSCode] +- link:doc/openOCD.md[Flash the firmware using OpenOCD and STLinkV2] +- link:doc/SWD.md[Flash the firmware using SWD interface] +- link:doc/jlink.md[Flash the firmware using JLink] +- link:doc/gdb.md[Flash the firmware using GDB] +- link:doc/PinetimeStubWithNrf52DK.md[Stub using NRF52-DK] == Architecture and technical topics -- [BLE implementation and API](doc/ble.md) -- [Memory analysis](doc/MemoryAnalysis.md) +- link:doc/ble.md[BLE implementation and API] +- link:doc/MemoryAnalysis.md[Memory analysis] == Licenses @@ -29,8 +29,8 @@ This project is released under the GNU General Public License version 3 or, at y It integrates the following projects: -- RTOS : **[FreeRTOS](https://freertos.org)** under the MIT license -- UI : **[LittleVGL/LVGL](https://lvgl.io/)** under the MIT license -- BLE stack : **[NimBLE](https://github.com/apache/mynewt-nimble)** under the Apache 2.0 license -- Font : **[Jetbrains Mono](https://www.jetbrains.com/fr-fr/lp/mono/)** under the Apache 2.0 license +- RTOS : **https://freertos.org[FreeRTOS]** under the MIT license +- UI : **https://lvgl.io[LittleVGL]** under the MIT license +- BLE stack : **https://github.com/apache/mynewt-nimble[NimBLE]** under the Apache 2.0 license +- Font : **https://www.jetbrains.com/fr-fr/lp/mono[JetBrains Mono]** under the Apache 2.0 license -- cgit v1.2.3