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>2021-10-21 15:24:34 +0300
committerGitHub <noreply@github.com>2021-10-21 15:24:34 +0300
commit275144019372c9d6dc5874b75a3c1056b0fbea48 (patch)
tree55cb192a920270714ab9d8a08788a993e187f228 /ReadMe.md
parent4997b56498b10fd15a260f32af0e57695f53bcac (diff)
[FL-1970, FL-1965, FL-1872, FL-1689] Python framework, Scripts and fixes (#779)
* Scripts: add flipper lib, migrate ob to flipper lib, update ob.data * Makefile: speedup build with phony target for .d files * FuriHal,U8G2: full MGG display support and ERC contrast tuning. * Desktop: fix dolphin rename artifact. * Scripts: port otp.py to flipper scripting lib. * Scripts: add wipe and core1 flashing to flash.py, remove obsolete shell scripts * Scripts: replace core1 flashing script with global makefile. * Scripts: final touches and migration to python. Root Makefile for everything.
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 0ffae0a2..738a3108 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -70,6 +70,18 @@ One liner: `./flash_core1_main.sh`
docker-compose up -d
```
+## Compile everything
+
+```sh
+docker-compose exec dev make -j$(nproc)
+```
+
+## Flash everything
+
+```sh
+docker-compose exec dev make -j$(nproc) whole
+```
+
## Compile bootloader
```sh