Commit Graph

922 Commits

Author SHA1 Message Date
Nikita Beletskii
110a9efc3c
[WIP] Add syntax check for rust and C\C++ code (#108)
* 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>
2020-09-30 02:18:30 +03:00
Pavel Zhovner
7ded31c19d
St-Link Wiki page (#143)
* ST-Link Downgrade Manual
2020-09-29 17:56:29 +03:00
Vadim Kaushan
33be546b94
Publish target_f1 artifacts in CI, build target_f2 in CI (#141)
* Publish target_f1 artifacts in CI

* Add target_f2 to CI
2020-09-29 15:40:47 +03:00
Valeria Aquamine
179d06b7e9
Ui guidlines (#140)
* User Interface Wiki page

Co-authored-by: Valeria Aquamine <valerie@flipperdevices.com>
2020-09-29 13:59:31 +03:00
Pavel Zhovner
846d6ef414 Colon removed from filenames 2020-09-28 19:11:14 +03:00
Pavel Zhovner
6dbd71ae40 Ignore wiki updates in CI 2020-09-28 02:36:32 +03:00
Pavel Zhovner
fff69aabaa Wiki Updates 2020-09-28 02:30:40 +03:00
coreglitch
88f25fe1ad
Core api (#138)
* 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
2020-09-26 02:04:38 +03:00
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
Vadim Kaushan
06ee165ab6
Lock furi record for the whole notification process (#119)
Co-authored-by: aanper <mail@s3f.ru>
2020-09-17 12:58:45 +03:00
LionZXY
892a3b16da
Docker cache try 2 (#126)
* Docker cache try 2

* Update README.md

* Fix restore-key

* Update README.md
2020-09-17 12:11:06 +03:00
Vadim Kaushan
93cee4c37c
Merge pull request #114 from Flipper-Zero/printf
Implement transparent printf support
2020-09-17 11:33:43 +03:00
Vadim Kaushan
2d66f55626
Merge pull request #125 from Flipper-Zero/docker-cache
Add docker cache
2020-09-17 11:15:43 +03:00
LionZXY
b333617a9b
Add docker cache 2020-09-17 11:06:25 +03:00
aanper
19aaf9a547 Merge remote-tracking branch 'origin/master' into printf 2020-09-17 10:44:50 +03:00
aanper
63545cc85c Merge branch 'printf' of github.com:Flipper-Zero/flipperzero-firmware-community into printf 2020-09-17 10:44:31 +03:00
coreglitch
1f958f1fa9
move badge on next line 2020-09-17 10:43:04 +03:00
LionZXY
3f7fa33ea1
Add Discord badge (#124) 2020-09-17 10:42:21 +03:00
Vadim Kaushan
b96336fefa Add TLS method definitions to cmsis_os.h 2020-09-17 00:12:00 +03:00
aanper
ba835b941b Merge branch 'master' into printf 2020-09-16 20:38:04 +03:00
Pavel Zhovner
b7e85169a8
Hardware Wiki page (#121) 2020-09-16 16:46:55 +03:00
Pavel Zhovner
3ee9cf4f94
Fix broken path in publish_wiki action 2020-09-16 16:06:15 +03:00
Pavel Zhovner
cc4850f738
NFC Wiki (#118)
* Wiki: USB NFC Reader
2020-09-16 15:54:00 +03:00
Pavel Zhovner
dd091e43ab
Merge pull request #120 from Flipper-Zero/Deploy-wiki-script-improvements
Rewrite images path to absolute in wiki repo
2020-09-16 15:47:48 +03:00
Pavel Zhovner
748aa6c9bb Rewrite images path to obsolute in wiki repo 2020-09-15 12:26:24 +03:00
Vadim Kaushan
cea7b2bde0 Replace fuprintf with printf in the uart_write example 2020-09-14 21:26:45 +03:00
Vadim Kaushan
d376982b4c Fix fopencookie open flags 2020-09-10 23:35:50 +03:00
Vadim Kaushan
aa859586a9 Implement TLS for target_lo 2020-09-10 22:52:58 +03:00
Vadim Kaushan
449e905f46 Handle furi_open() error 2020-09-10 22:06:39 +03:00
Vadim Kaushan
d39d2265e3 Implement transparent printf support 2020-09-10 21:55:10 +03:00
Daniel Solmann
0727e1560a
Created a Github Action for Python's Black formatter. (#112)
* 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.
2020-09-10 16:41:37 +03:00
coreglitch
118611eabd
Rave king (#111)
* 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
2020-09-09 19:54:21 +03:00
coreglitch
5c81bb8abc
add u8g2 and ui libs (#91)
* 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
2020-09-09 19:12:09 +03:00
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
Pavel Zhovner
0307b12fd5
One blog page for all posts (#102)
* One blog page for all posts

* Clickable titles
2020-09-06 12:05:24 +03:00
aanper
5a1e0aac32 fix link 2020-09-06 11:35:48 +03:00
Pavel Zhovner
a06ef95f0d
Fixed image path 2020-09-06 11:32:21 +03:00
coreglitch
0fe8dba354
Blog post 2 (#101)
* 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>
2020-09-06 11:29:20 +03:00
Mikhail Cheshkov
e7cba2adcd
Remove duplicated USB link (#95) 2020-09-05 00:45:40 +03:00
coreglitch
c90b553b8c
Split fw doc and add environment page (#94)
* wip

* small fixes

* remove link to empty applications list

* remove unused flipper libraries page

* mark some sections, add link to examples

* add environment page
2020-09-04 23:25:16 +03:00
Vadim Kaushan
ca1e5678d2
Explicitly set PATH for docker-compose (#90) 2020-09-04 07:05:52 +03:00
aanper
86b9e37d8e update gitignore 2020-09-03 18:02:07 +03:00
Henry
c17afe47c4
Ignore .git directory (will be deleted otherwise) (#88)
Co-authored-by: Henry Pauli <henry@mixict.nl>
2020-09-03 13:26:06 +03:00
Henry
a61055939e
Changed wiki deploy script to include subdirectories (#87)
Co-authored-by: Henry Pauli <henry@mixict.nl>
2020-09-03 11:55:10 +03:00
coreglitch
9627e9b5b0
Devblog (#83)
* add first devblog post

* add release link

* add devblog to sidebar
2020-09-03 07:55:28 +03:00
Yiiii
6e4824dfca
Update USB.md (#85)
* 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>
2020-09-02 20:58:09 +03:00
Pavel Zhovner
20f339665a
How to edit Wiki section (#84)
* Warning do not edit Wiki

* Update Contributing.md

* Update _Sidebar.md

* How to edit wiki

* How to edit Wiki
2020-09-02 11:16:47 +03:00
coreglitch
adfebf502f
add script to restore manual-edited files after cubeMX code generating (#82) 2020-09-01 14:00:49 +03:00
coreglitch
5b6ab7faf3
Example ipc (#60)
* 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
2020-09-01 13:34:23 +03:00
Vadim Kaushan
f7882dbff4
Remove docker cache to speedup builds (#79) 2020-08-31 23:32:17 +03:00