Go to file
coreglitch 870fa8c7cd
[WIP] Core api (#134)
* add input debounce code from old fw

* exampl of input api

* change input API to get/release

* revert input API to read

* pointer instead of instance

* add input API description

* add display API

* rewrite display names

* migrate to valuemanager

* add links

* little changes

* add LED API

* add closing brakets

* add sound api

* change format

* Delete input.c

* Delete input.h

* change format
2020-09-26 01:51:54 +03:00
.github Docker cache try 2 (#126) 2020-09-17 12:11:06 +03:00
applications Replace fuprintf with printf in the uart_write example 2020-09-14 21:26:45 +03:00
core Lock furi record for the whole notification process (#119) 2020-09-17 12:58:45 +03:00
core-rs Add library with Rust bindings to target_f1 code (#68) 2020-08-31 22:33:38 +03:00
docker Add GitHub Actions CI rules (#70) 2020-08-31 23:12:18 +03:00
lib add u8g2 and ui libs (#91) 2020-09-09 19:12:09 +03:00
target_f1 Implement transparent printf support 2020-09-10 21:55:10 +03:00
target_f2 Implement transparent printf support 2020-09-10 21:55:10 +03:00
target_lo Add TLS method definitions to cmsis_os.h 2020-09-17 00:12:00 +03:00
wiki [WIP] Core api (#134) 2020-09-26 01:51:54 +03:00
wiki_static Hardware Wiki page (#121) 2020-09-16 16:46:55 +03:00
.gitattributes add wiki static as lfs files 2020-08-24 20:17:08 +03:00
.gitignore NFC Wiki (#118) 2020-09-16 15:54:00 +03:00
docker-compose.yml Explicitly set PATH for docker-compose (#90) 2020-09-04 07:05:52 +03:00
flipper-zero-cla.md
README.md move badge on next line 2020-09-17 10:43:04 +03:00
wiki-deploy.sh add dummy wiki deploy script 2020-08-15 10:08:29 +03:00

Flipper Zero Firmware community repo

Discord

Welcome to Flipper Zero's Firmware repo! 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.

We are open for changes! You can suggest changes for any part of the code, wiki, guidelines, workflow, automation, etc.

If you are deary to start, please read contribution guide about creating issue, editing wiki, improving codebase and configuring environment.

Developer blog

You can read project updates in our developer blog:

Developer blog index

Firmware

Firmware page

Build and run:

You can run firmware locally (with HAL stub).

  • docker-compose exec dev make -C target_lo for build
  • docker-compose exec dev target_lo/build/target_lo for run

Architecture and components

Flipper consists of the two main parts:

  • Core: OS, HAL, FS, bootloader, FURI
  • Applications: features like RFID or Tamagotchi, and also background tasks like button debouncing and backlight control.

UI

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

Features

Hardware

Hardware page

Links