|
|
5 лет назад | |
|---|---|---|
| .github | 5 лет назад | |
| applications | 5 лет назад | |
| core | 5 лет назад | |
| core-rs | 5 лет назад | |
| docker | 5 лет назад | |
| target_f1 | 5 лет назад | |
| target_lo | 5 лет назад | |
| wiki | 5 лет назад | |
| wiki_static | 5 лет назад | |
| .gitattributes | 5 лет назад | |
| .gitignore | 5 лет назад | |
| README.md | 5 лет назад | |
| docker-compose.yml | 5 лет назад | |
| flipper-zero-cla.md | 5 лет назад | |
| wiki-deploy.sh | 5 лет назад |
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.
Current Flipper Zero prototype is based on board Version 0 (F1B1C0.0) that have a lot of bugs. We have finished the next version of PCB, where these bugs are fixed, and now waiting for it its manufacturing. This new board will be used as Developer Kit for early firmware development and will be sent to developers.
During the early prototyping stages of Flipper Zero, we have used a lot of 3rd-party code, sketches, and dirty demos just as proof of concept, and didn't think too much about architecture. This code splits into many incompatible pieces of code, and some of them don’t even have an UI. This repo is cleaned from all the dirty demos and prepared for contributors, so we will start porting all the legacy code here, following the new architecture.
Right now we are working on clean architecture and documentation for contributors. You can run firmware locally (with HAL stub).
docker-compose exec dev make -C target_lo for builddocker-compose exec dev target_lo/build/target_lo for runRead more in building instructions.
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.
Flipper consists of the two main parts:
Common UI feature (menu, screens...) at UI page