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:
authorあく <alleteam@gmail.com>2022-01-05 19:10:18 +0300
committerGitHub <noreply@github.com>2022-01-05 19:10:18 +0300
commit389ff92cc14236db06605ee0992c9594da6cd7be (patch)
tree5b2d5777caf2a7a76c2c422c93dbb09f168134fa /ReadMe.md
parentc98e54da103ede7923af0a8b555ddb1cb8bb62fe (diff)
Naming and coding style convention, new linter tool. (#945)
* Makefile, Scripts: new linter * About: remove ID from IC * Firmware: remove double define for DIVC/DIVR * Scripts: check folder names too. Docker: replace syntax check with make lint. * Reformat Sources and Migrate to new file naming convention * Docker: symlink clang-format-12 to clang-format * Add coding style guide
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReadMe.md b/ReadMe.md
index f3c1098e..b7ced2a0 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -11,7 +11,6 @@ Our goal is to create nice and clean code with good documentation, to make it a
[Get Latest Firmware from Update Server](https://update.flipperzero.one/)
-
Flipper Zero's firmware consists of three components:
- Core2 firmware set - proprietary components by ST: FUS + radio stack. FUS is flashed at factory and you should never update it.
@@ -135,6 +134,7 @@ make whole
```
# Links
+
* Discord: [flipp.dev/discord](https://flipp.dev/discord)
* Website: [flipperzero.one](https://flipperzero.one)
* Kickstarter page: [kickstarter.com](https://www.kickstarter.com/projects/flipper-devices/flipper-zero-tamagochi-for-hackers)