Skip to content

Commit

Permalink
Fix readme consistency issues (flipperdevices#652)
Browse files Browse the repository at this point in the history
* Correct notation for checked checkbox in markdown
* Cleanup image and link notation for consistency
* Syntax highlighting
* Update alt for images and fix incorrect link

Co-authored-by: あく <[email protected]>
  • Loading branch information
nemanjan00 and skotopes authored Aug 17, 2021
1 parent f02cec4 commit ac5c1cb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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`

Expand Down
4 changes: 3 additions & 1 deletion assets/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

# Compiling

make all
```bash
make all
```

# Asset naming rules

Expand Down
6 changes: 3 additions & 3 deletions bootloader/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions scripts/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```bash
ob.py set
```

0 comments on commit ac5c1cb

Please sign in to comment.