Commit Graph

1900 Commits

Author SHA1 Message Date
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
Vadim Kaushan
a008c38078
Add GitHub Actions CI rules (#70)
* Prepare Dockerfile for GitHub Actions

* Add Action

* Add CI rules

* Move docker files into the docker directory to prevent fetching build artifacts

* Cache Docker layers

Co-authored-by: aanper <mail@s3f.ru>
2020-08-31 23:12:18 +03:00
Vadim Kaushan
b13925f7ab
Add library with Rust bindings to target_f1 code (#68)
* Move flipper-core into a workspace

* Fix target build rules

* Add flipper-f1-sys library

* Add flipper-f1-sys dependency to flipper-core

* Remove apparently useless includes

* Build and export HAL statics

* Disable Rust dependency detection for target_f1 build

* Install libclang-10-dev in docker

* Build Rust libs every time

* remove duplicate sources from make

* clean build different example

* wip add example fn

* Implement rust_uart_write()

* fix rebuild instructions for target_f1

Co-authored-by: aanper <mail@s3f.ru>
2020-08-31 22:33:38 +03:00
Henry
1b82b3d3b6
Merge pull request #76 from Flipper-Zero/improve_docker_file
cosmetic improve docker dockerfile
2020-08-30 19:44:51 +02:00
Nikita Beletskii
112a2706a0 cosmetic improve docker dockerfile 2020-08-30 20:23:12 +03:00
coreglitch
bdc794cf65
typo fix (#67) 2020-08-28 21:42:05 +03:00
Henry
32cbe87b10
Added README.md to wiki/Home.md (#65)
Co-authored-by: Henry Pauli <henry@mixict.nl>
2020-08-28 21:33:33 +03:00
coreglitch
0a063be2da
add uart write example to sidebar (#64) 2020-08-28 19:31:00 +03:00
Henry
c3fb016713
Add github action to publish the wiki (#63)
Signed-off-by: Henry Pauli <henry@mixict.nl>

Co-authored-by: Henry Pauli <henry@mixict.nl>
2020-08-28 19:21:08 +03:00
Henry
134a6e5b5f
Updated wiki pages to use lfs objects (#58)
- Added stm32f4 hal and ll drivers pdf
- Removed all the lfs objects to the old wiki
- Removed lfs gitattribute garbage

Signed-off-by: Henry Pauli <henry@mixict.nl>

Co-authored-by: Henry Paulissen <henry@mixict.nl>
2020-08-28 18:57:26 +03:00
Nikita Eshkeev
bcdd5ddd91
Fix a typo in README (#56)
This patch fixes a typo : "a lot**s** of bugs" to "a lot of bugs"
2020-08-27 16:02:07 +03:00
coreglitch
4dc82b68d1
UART write example (#53)
* Rename test functions

* rewrite furi API, segfault

* make fixes in FURI, log through FURI

* add uart write example blank

* implement fuprintf instead of fopencookie

* add gif, blank page

* UART write example description

Co-authored-by: Vadim Kaushan <admin@disasm.info>
2020-08-26 21:32:22 +03:00
Vadim Kaushan
5094623d04
Rename test functions (#52) 2020-08-26 14:44:49 +03:00
Vadim Kaushan
1bec8dd23a
Install Rust in docker image, add Rust library and build rules (#41)
* Install Rust in docker image

* Also install thumbv7em-none-eabi target

* Install Rust in docker image

* Also install thumbv7em-none-eabi target

* Add Rust example

* Link to the Rust example

* Call function from the Rust lib

* Move PROJECT_DIR to the 'paths' section

* Fix target_f1 build

* Link to the Rust library in target_f1

* Generate cbindgen bindings

* Add forgotten dependency line

* Use panic=abort instead of eh_personality lang item

* Install Rust in docker image

* Also install thumbv7em-none-eabi target

* Add Rust example

* Link to the Rust example

* Call function from the Rust lib

* Move PROJECT_DIR to the 'paths' section

* Link to the Rust library in target_f1

* Generate cbindgen bindings

* Add forgotten dependency line

* Use panic=abort instead of eh_personality lang item

* add rust call test

Co-authored-by: aanper <mail@s3f.ru>
2020-08-26 13:08:20 +03:00
Alex Kulagin
046a20fa0e
fix blink app example copyright (#51) 2020-08-26 12:46:58 +03:00
aanper
11c6326738 small wiki changes 2020-08-26 11:49:39 +03:00
aanper
e28cfe5fec change mode to OD 2020-08-26 11:45:36 +03:00
coreglitch
ab07bfb104
Blink f1 (#50)
* Fix target_f1 build

* restore build for F1 target

* change default LED pin state

* add real hw gif

Co-authored-by: Vadim Kaushan <admin@disasm.info>
2020-08-26 11:43:18 +03:00
aanper
e7aa6caf0e move examples to folder, separate page 2020-08-26 08:59:27 +03:00
coreglitch
bee159f435
led blink example
* led blink example

* restore tests

* Update FURI_and_examples.md
2020-08-26 04:56:33 +03:00
aanper
2e023ffcda wiki warn 2020-08-24 21:54:54 +03:00
coreglitch
e84a2339d3
add hardware version 1 files (#46) 2020-08-24 21:01:47 +03:00
aanper
d201a5aa16 add wiki static as lfs files 2020-08-24 20:17:08 +03:00