Нема описа

Alex4386 e58afa6bab Add build-app suffix into release пре 1 година
.github e58afa6bab Add build-app suffix into release пре 1 година
images f3d139a06b Added simple image пре 2 година
screenshots 2ce801a29e Initial пре 3 година
CHANGELOG.md 2ce801a29e Initial пре 3 година
README.md 65bfe6e1e8 Setup Default actions and misc. пре 1 година
application.fam a614af3979 Minor fixes for app manifest пре 2 година
demo_app.c 9945e7b301 Fixed the code пре 2 година
demo_app.png 2ce801a29e Initial пре 3 година

README.md

Flipper Zero: Application Template

How to use this template

  1. Setup the repository by clicking the Use this template button on the top of the repository. Fill in the data if needed.
  2. Update README.md's upstream url with your repository's url.
  3. Add LICENSE file with your own license.
  4. Update application.fam with your application's information.

Build Status

Nightly Build Release Build
Nightly Build Release Build

Build Instruction

  1. Install ufbt:

    pip3 install ufbt
    
  2. Clone this repository and enter the repository root.

  3. Run ufbt update to update the SDK for your flipper

    • If you are using custom firmware, You should switch SDK. Here is the example for unleashed firmware:

      ufbt update --url=https://up.unleashedflip.com/directory.json
      
    • If you want to use different release channel, You can run update to that channel too. Here is the example for dev channel (dev, rc, release are supported):

      ufbt update --channel=dev
      
  4. Run ufbt in the repository root:

    ufbt
    
  5. Compiled binary is now available at ./dist/ directory.

Setup Visual Studio Code

[!WARNING] This command will overwrite your .vscode directory and .gitignore on your root directory. Make sure to backup your changes before running this command.

  1. Suppose your build environment is ready.
  2. Run ufbt vscode_dist to generate Visual Studio Code config.