Sin descripción

aanper 4015c46b21 rename target hace 5 años
.github 2091fa301b In progress template hace 5 años
app 020955578a fix gpio->app_hal dependencies hace 5 años
target_f1 4015c46b21 rename target hace 5 años
wiki cbfc5fad53 add wiki pages hace 5 años
Dockerfile 5f44b66be0 add dockerfiles for build hace 5 años
README.md 7951fcc1ae Update README.md hace 5 años
docker-compose.yml 4015c46b21 rename target hace 5 años
flipper-zero-cla.md bd762eb83b Update flipper-zero-cla.md hace 5 años

README.md

Flipper Zero firmware repository

Open source multi-tool device for researching and pentesting radio protocols, access control systems, hardware, and more.

Project website: flipperzero.one

You can find all available information at Project wiki

How to contribute

Read Contribution guide

Building

Build in docker container (main way)

  1. Install docker compose
  2. After startup you should run docker-compose up -d to run the container.
  3. Then you can run docker-compose exec dev make to build application.

If Dockerfile is changed you should run docker-compose down and docker-compose build for rebuild the image.

Build in IDE

  • Arduino IDE (incomplete)
  • PlatformIO (incomplete)

Firmware description

  • HAL
  • OSAL
  • Components description
  • Basic Flipperzero components