Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.85 KB

File metadata and controls

32 lines (27 loc) · 1.85 KB

Setting up a development environment

Get an IDE

I recommend getting Visual Studio Code. Mainly because I'm not an experienced C developer an this seems like the easiest starting point. It works on all platforms and also Flipper provides some configs for this editor.

Get Visual Studio here

Get the latest firmware code

It is important, that you get this using a Git client. If you just download it as a file, you will run into problems when compiling your projects. If you do not yet have a git client, please search online for one. For Windows I recommend getting Git-Scm Git-Scm. Other systems normally provide a git client in their packet managers.

Download the firmware of you choice using Git
Original Firmware (recommended)
FZ Fusion Firmware
Xtreme Firmware
Unleashed Firmware
Roguemaster Firmware

I recommend creating a personal folder for your flipper content first and then checking out your firmware into a subfolder

Install Flipper Configs for Visual Studio Code

  1. Open Visual Studio
  2. Open your Firmware Folder
  3. If VS Code recommends extensions, install them
  4. Make sure you have the Terminal view activated
  5. In the terminal, navigate to your FW folder and run ./fbt Installs Flipper Build Tool
  6. Also run ./fbt vscode_dist to install Settings for Visual Studio Code