Sen descrición

core glitch 295bed2028 Update issue templates %!s(int64=5) %!d(string=hai) anos
.github 295bed2028 Update issue templates %!s(int64=5) %!d(string=hai) anos
app 020955578a fix gpio->app_hal dependencies %!s(int64=5) %!d(string=hai) anos
target_prod efef30f51c fix gpio->app_hal dependencies %!s(int64=5) %!d(string=hai) anos
Dockerfile 5f44b66be0 add dockerfiles for build %!s(int64=5) %!d(string=hai) anos
README.md 5f44b66be0 add dockerfiles for build %!s(int64=5) %!d(string=hai) anos
docker-compose.yml 5f44b66be0 add dockerfiles for build %!s(int64=5) %!d(string=hai) anos
flipper-zero-cla.md bd762eb83b Update flipper-zero-cla.md %!s(int64=5) %!d(string=hai) anos

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

(add code style, contribution guide here)

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 (in progress)
  • PlatformIO (in progress)

Firmware description

  • HAL
  • OSAL
  • Components description
  • Basic Flipperzero components