Commit Graph

73 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
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
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
Pavel Zhovner
b7e85169a8
Hardware Wiki page (#121) 2020-09-16 16:46:55 +03:00
Pavel Zhovner
cc4850f738
NFC Wiki (#118)
* Wiki: USB NFC Reader
2020-09-16 15:54:00 +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
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
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
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
coreglitch
0a063be2da
add uart write example to sidebar (#64) 2020-08-28 19:31:00 +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
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
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
coreglitch
f999b9ef28
communications info (#44) 2020-08-24 20:08:32 +03:00
coreglitch
1759787334
Furi (#24)
* furiac start and thread create implementation"

* create and kill task

* rename debug, add header

* remove write.c

* kill itself

* furi exit/switch

* success switch and exit

* WIP furi records

* add furi record interface

* rename furi app control file

* record implementation in progress

* wip furi implementation

* add automatic tests for FURI AC

* differ build tests

* small changes

* FURI record tests description

* change furi statuses

* FURI record test blank

* exit after all application ends

* delay: print then wait

* fix FURI implementatnion building

* pipe record test

* concurrent access

* uncomplete mute-test

* update FURI documentation
2020-08-24 18:31:22 +03:00
aanper
05092bb02c add backlog info 2020-08-21 18:01:33 +03:00
aanper
65df864cc1 fix handmade edit wiki 2020-08-21 17:50:03 +03:00
aanper
829cbe8208 add about welcome message 2020-08-21 17:46:52 +03:00
Pavel Zhovner
b6b5410bc3
Merge pull request #25 from Flipper-Zero/new_readme
fat update for readme
2020-08-20 19:49:08 +03:00
aanper
1163f177b4 remove basic features from sidebar 2020-08-19 09:15:10 +03:00
aanper
4acac5f5d4 move basic features to ui (closes #10) 2020-08-19 09:14:50 +03:00
aanper
c13003f870 sidebar small changes 2020-08-19 09:08:43 +03:00
aanper
932d9cb33d compelte sidebar 2020-08-19 09:07:01 +03:00
aanper
c463f9a20f delete roamdap (will be directly in readme) 2020-08-19 08:46:11 +03:00
aanper
6c2ee458d1 project structure (closes #23) 2020-08-19 08:44:04 +03:00
aanper
b6ab015435 ansi files tree 2020-08-19 08:31:01 +03:00
aanper
459a00e1e0 remove project structure 2020-08-19 08:26:44 +03:00
aanper
202bf64cba fat update for readme 2020-08-18 20:18:09 +03:00
aanper
0514eef178 how to become a maintainer (closes #19) 2020-08-17 21:09:22 +03:00
aanper
ac6581f73d info about local build and run 2020-08-17 19:08:29 +03:00
aanper
0980775f01 WIP target lo
custom debug stream

run docker with project dir, specify dir to makefile

remove unused includes

fix broken F1
2020-08-17 18:23:28 +03:00
Pavel Zhovner
7b02251f46 rename features to app
rename app to applications
2020-08-17 14:08:42 +03:00
aanper
637183dc18 rename issue filter 2020-08-16 21:22:56 +03:00
aanper
9f625ae32a editing notice 2020-08-15 10:24:50 +03:00