coreglitch 72e78dcc1b
Gui refactor (#179)
* fix syntax

* [wip] change gui/widget api

* refactor canvas

* gui draw refactor

* compile/run ok, issue with backlight

* lint

* backlight control

* add forgotten u8g2 periphery

* GUI: osWaitForeverfor in queue put, simplify osMessageQueueGet.

* Menu: item callback function context, event osWaitForever timeouts.

* Menu: code format

* GUI: hide canvas inside

* GUI: reformat sources

Co-authored-by: Aleksandr Kutuzov <aku@plooks.com>
2020-10-17 00:25:07 +06:00
2020-10-16 18:25:06 +03:00
2020-10-15 21:23:18 +03:00
2020-10-16 09:45:38 +03:00
2020-10-14 13:21:55 +03:00
2020-10-14 13:21:55 +03:00
2020-10-13 11:22:43 +03:00
2020-10-02 09:32:11 +03:00
2020-08-24 20:17:08 +03:00
2020-10-14 14:11:08 +03:00
2020-10-13 11:22:43 +03:00
2020-08-01 19:42:32 +03:00
2020-10-13 03:03:39 +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 firmware TARGET=local APP_TEST=1 run for running tests
  • docker-compose exec dev make -C firmware TARGET=local APP_*=1 run for running examples (see applications/applications.mk for list of applications/examples)

Or you can use your dev. board:

docker-compose exec dev make -C firmware TARGET=f2 APP_*=1 flash for build and flash dev board (see applications/applications.mk for list of applications/examples)

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.

User Interface

User Interface

Features

Hardware

Hardware page

Tools

Links

Description
No description provided
Readme GPL-3.0 60 MiB
Languages
C 97.3%
Python 1.1%
HTML 0.9%
PHP 0.3%
C++ 0.3%