Go to file
Vadim Kaushan 884fccc591
Implement mutex for local target, fix concurrency test (#104)
* Implement mutex support for target_lo

* Kill application if test hangs

* Use mutex in furi_take and furi_give

* Give furi application enough time to finish

* remove app obj after build

* enable counting semaphores

Co-authored-by: aanper <mail@s3f.ru>
2020-09-07 17:35:18 +03:00
.github Ignore .git directory (will be deleted otherwise) (#88) 2020-09-03 13:26:06 +03:00
applications Implement mutex for local target, fix concurrency test (#104) 2020-09-07 17:35:18 +03:00
core Implement mutex for local target, fix concurrency test (#104) 2020-09-07 17:35:18 +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
target_f1 Implement mutex for local target, fix concurrency test (#104) 2020-09-07 17:35:18 +03:00
target_lo Implement mutex for local target, fix concurrency test (#104) 2020-09-07 17:35:18 +03:00
wiki One blog page for all posts (#102) 2020-09-06 12:05:24 +03:00
wiki_static Blog post 2 (#101) 2020-09-06 11:29:20 +03:00
.gitattributes add wiki static as lfs files 2020-08-24 20:17:08 +03:00
.gitignore update gitignore 2020-09-03 18:02:07 +03:00
docker-compose.yml Explicitly set PATH for docker-compose (#90) 2020-09-04 07:05:52 +03:00
flipper-zero-cla.md Update flipper-zero-cla.md 2020-08-01 19:42:32 +03:00
README.md Remove duplicated USB link (#95) 2020-09-05 00:45:40 +03:00
wiki-deploy.sh add dummy wiki deploy script 2020-08-15 10:08:29 +03:00

Flipper Zero Firmware community repo

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