Go to file
2020-08-19 09:07:01 +03:00
.github/ISSUE_TEMPLATE Update need-help.md 2020-08-18 01:14:14 +03:00
applications/furi_test furi playground 2020-08-17 21:06:56 +03:00
core furi playground 2020-08-17 21:06:56 +03:00
target_f1 WIP target lo 2020-08-17 18:23:28 +03:00
target_lo fix makefile 2020-08-19 08:24:47 +03:00
wiki compelte sidebar 2020-08-19 09:07:01 +03:00
docker-compose.yml WIP target lo 2020-08-17 18:23:28 +03:00
Dockerfile add dockerfiles for build 2020-08-07 09:51:41 +03:00
flipper-zero-cla.md Update flipper-zero-cla.md 2020-08-01 19:42:32 +03:00
README.md update and move project structure 2020-08-18 17:43:39 +03:00
wiki-deploy.sh add dummy wiki deploy script 2020-08-15 10:08:29 +03:00

Flipper Zero Firmware community repo


This repo contains Flipper Zero's Firmware core, cleaned from all dirty demos, and prepared for contributors. Our goal is to create nice and clean code along with good documentation, to make it a pleasure for everyone to work with. This repo will become completely public closer to the device shipping date.

Building

See Building instructions

How to contribute

To contribute to code or to wiki make the following steps:

  1. Read this wiki
  2. Read contribution guide
  3. Ensure you read and sign Flipper CLA
  4. Read Flipper Roadmap

Project structure

├── app                     # App
├── target_f1               # target f1
├── target_lo               # local target (for linux)
├── wiki                    # Documentation (wiki) generates from this files
└── wiki-deploy.sh          # Script to generate Wiki from local .md files

UI

Common UI feature (menu, screens, features) at UI page

Features

PlatformIO & Arduino

  • Easy IDE deploying
  • Cross platform HID device without drivers
  • Ready to use library for LCD, Buttons, CC1101, GPIO, Infrared, 125khz, Bluetooth? NFC?

Hardware

Hardware specification

Releases

All PCB releases named according to the following rules:

  • F mean fw target. Different F-versions has different firmware.
  • B mean body. Different B-versions has mechanical incompatibility. If B=0, PCB is not intended for installation in a case.
  • C mean interConnections. If С=0, device contain single board and no interconnections. Otherwise, different C-versions is incompatible to each other.
  • Number afer point mean sequential numbering of release.

List of releases:

Hardware components

Firmware

Firmware description page

Links