* proof of concept
* fix syntax for rust and add auto fix syntax
* fix syntax for C
* fix bug with files owner
* add information to wiki
* try to add ci
* format code from master
* even more format fixes
* change docker to docker-compose
* Exclude ./target_*/build directories from format check
* Run rustfmt only on project files
* add ulimit setup for long clang list
* merge
* fix rustfmt, exclude target Inc directory
* sync with master
* abspath
Co-authored-by: aanper <mail@s3f.ru>
Co-authored-by: Vadim Kaushan <admin@disasm.info>
* 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
* full links
* 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
* Setup Python Linter
* Setup Rust linting
* Fix Rust lint
* Fixing rust lint again.
* Disabling rust linting, due to bug in current rustfmt release.
* Delete rustlint, cause @nikita-b has a working version.
* add u8g2 and ui libs
* add display driver and usage example
* not init display in test mode
* change todo text
* fix removed code
* add ioc for flipperzero f2
* add generated f1 files to f2
* regenerate cubemx
* invert initial state of led
* blink backligh
* shutdown backlight on idle
* more rave!
* add todo
* add u8g2 and ui libs
* add display driver and usage example
* not init display in test mode
* change todo text
* fix removed code
* Target f2 (#107)
* add ioc for flipperzero f2
* add generated f1 files to f2
* regenerate cubemx
* invert initial state of led
* blink backligh
* shutdown backlight on idle
* 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>
* add second blog page
* wip
* complete current task and what is done
* plans in progress, add UI emulator need-help
* our plans
* English fixes
* Place image localy
Co-authored-by: Pavel Zhovner <pavel@zhovner.com>
* wip
* small fixes
* remove link to empty applications list
* remove unused flipper libraries page
* mark some sections, add link to examples
* add environment page
* Update USB.md
added badusb behavior
* Not only sdcard may use to store payloads
For example, you can load it by USB or BT in somewhere in device
Co-authored-by: coreglitch <mail@s3f.ru>
* add blank example
* add ipc example code, need to change FURI API
* add ipc example code, need to change FURI API
* change core API, add context
* check handler at take
* fix important bugs in furi
* drawing example
* add posix mq
* fix unsigned demo counter
* create at open
* working local demo
* russian version of IPC example
* english version
* add gif