summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-01-24 21:35:00 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-01-24 21:35:00 +0100
commit14a2ab735972d793990203e87de554b0b3b957e5 (patch)
treeaa782eca3d1c2051f9a9221fa25ad394db66181d /README.adoc
parentc95a80f4e46e2942bf295ae17f4c7eae27e8495b (diff)
Simplify: README.adocHEADdevelop
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc30
1 files changed, 15 insertions, 15 deletions
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