1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

ReadMe: update outdated bits and pieces (#3726)

This commit is contained in:
あく
2024-06-20 18:18:31 +01:00
committed by GitHub
parent 3859646e13
commit a0036d10fc
4 changed files with 22 additions and 38 deletions

View File

@@ -1,22 +1,5 @@
# Flipper firmware
What does it do?
- [x] RTOS
- [x] FuriHAL
- [x] FuriCore
- [x] Services
- [x] Applications
# Targets
| Name | Firmware Address | Reset Combo | DFU Combo |
|-----------|-------------------|-----------------------|-----------------------|
| f7 | 0x08000000 | L+Back, release both | L+Back, release Back |
Also, there is a "hardware" ST bootloader combo available even on a bricked or empty device: L+Ok+Back, release Back, Left.
Target independent code and headers in `target/include` folders. More details in `documentation/KeyCombo.md`
# Building
Check out `documentation/fbt.md` on how to build and flash firmware.
- f18 - Not Flipper Zero
- f7 - Flipper Zero
- furi_hal_include - Global Furi HAL includes, common for all targets