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>
This commit is contained in:
Henry
2020-08-28 17:57:26 +02:00
committed by GitHub
parent bcdd5ddd91
commit 134a6e5b5f
7 changed files with 14 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ unlock value mutex works as `furi_wrte` but unlock global mutex.
# Usage example
_Diagram below describes furi states_
![FURI states](https://github.com/Flipper-Zero/wiki/raw/master/images/furi_states.png)
![FURI states](https://github.com/Flipper-Zero/flipperzero-firmware-community/blob/master/wiki_static/furi_states.png)
* After start, init code run some applications: in this example there is status bar, a background task and Home screen
* Status bar open access to framebuffer by opening "/ui/fb" FURI record

View File

@@ -1,6 +1,6 @@
_Overview of Flipper firmware architecture:_
![FW arch](https://github.com/Flipper-Zero/wiki/raw/master/images/flipper_fw_arch.png)
![FW arch](https://github.com/Flipper-Zero/flipperzero-firmware-community/raw/master/wiki_static/flipper_fw_arch.png)
# Project structure
@@ -34,7 +34,7 @@ _Overview of Flipper firmware architecture:_
# HAL
We use STM32 HAL/LL. Description available here: [dm00105879.pdf](https://github.com/Flipper-Zero/wiki/raw/master/dm00105879-description-of-stm32f4-hal-and-ll-drivers-stmicroelectronics.pdf)
We use STM32 HAL/LL. Description available here: [dm00105879.pdf](https://github.com/Flipper-Zero/flipperzero-firmware-community/raw/master/wiki_static/dm00105879-description-of-stm32f4-hal-and-ll-drivers-stmicroelectronics.pdf)
## Flipper HAL
@@ -152,4 +152,4 @@ You can run firmware locally (with HAL stub).
## Build in IDE
* Arduino IDE (in progress)
* PlatformIO (in progress)
* PlatformIO (in progress)