1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

Recator application build system: cleaner flags naming, set release flag to yes by default, include unit test and debug apps (#443)

This commit is contained in:
あく
2021-04-30 14:07:13 +03:00
committed by GitHub
parent 024ced4672
commit b90d72fadf
7 changed files with 315 additions and 320 deletions

View File

@@ -58,7 +58,7 @@ One liner: `./flash_core1_main.sh`
# Build from source
`docker-compose exec dev make -C firmware TARGET=f4 APP_RELEASE=1 flash` for build and flash dev board (see `applications/applications.mk` for list of applications/examples)
`docker-compose exec dev make -C firmware flash` for build and flash dev board (see `applications/applications.mk` for list of applications/examples)
# Links
* Task tracker: [Jira](https://flipperzero.atlassian.net/)