Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ReadMe.md6
-rw-r--r--assets/ReadMe.md4
-rw-r--r--bootloader/ReadMe.md6
-rw-r--r--scripts/ReadMe.md8
4 files changed, 15 insertions, 9 deletions
diff --git a/ReadMe.md b/ReadMe.md
index bf6f7664..5e0fd381 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -2,14 +2,14 @@
[![Discord](https://img.shields.io/discord/740930220399525928.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](http://flipperzero.one/discord)
-<img src="https://habrastorage.org/webt/eo/m0/e4/eom0e4btudte7nrhnyic-laiog0.png" />
+![Show me the code](https://habrastorage.org/webt/eo/m0/e4/eom0e4btudte7nrhnyic-laiog0.png)
Welcome to [Flipper Zero](https://flipperzero.one/)'s Firmware repo!
Our goal is to create nice and clean code with good documentation, to make it a pleasure for everyone to work with.
# Update firmware
-<a href="https://update.flipperzero.one/">Get Latest Firmware from Update Server</a>
+[Get Latest Firmware from Update Server](https://update.flipperzero.one/)
Flipper Zero's firmware consists of three components:
@@ -51,7 +51,7 @@ One liner: `./flash_core1_main.sh`
- Press and hold `← Left` + `↩ Back` for reset
- Release `← Left` and keep holding `↩ Back` until blue LED lights up
- Release `↩ Back`
-<img src="https://habrastorage.org/webt/uu/c3/g2/uuc3g2n36f2sju19rskcvjzjf6w.png" />
+![Switch to DFU sequence](https://habrastorage.org/webt/uu/c3/g2/uuc3g2n36f2sju19rskcvjzjf6w.png)
1. Run `dfu-util -D full.dfu -a 0`
diff --git a/assets/ReadMe.md b/assets/ReadMe.md
index 8ba044bd..307c27dc 100644
--- a/assets/ReadMe.md
+++ b/assets/ReadMe.md
@@ -6,7 +6,9 @@
# Compiling
- make all
+```bash
+make all
+```
# Asset naming rules
diff --git a/bootloader/ReadMe.md b/bootloader/ReadMe.md
index b6541994..19a99ac7 100644
--- a/bootloader/ReadMe.md
+++ b/bootloader/ReadMe.md
@@ -2,9 +2,9 @@
What it does?
-- [+] Hardware initialization
-- [+] Boot process LED indicators
-- [+] Firmware update
+- [x] Hardware initialization
+- [x] Boot process LED indicators
+- [x] Firmware update
- [ ] Firmware CRC check
- [ ] Interactive UI
- [ ] FS check
diff --git a/scripts/ReadMe.md b/scripts/ReadMe.md
index e9018984..6517e87e 100644
--- a/scripts/ReadMe.md
+++ b/scripts/ReadMe.md
@@ -44,8 +44,12 @@ Also OB may be damaged, so we've made couple scripts to check and set option byt
Checking option bytes:
- ob.py check
+```bash
+ob.py check
+```
Setting option bytes:
- ob.py set \ No newline at end of file
+```bash
+ob.py set
+```