mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
Merge branch 'fz-dev' into dev
This commit is contained in:
2
documentation/.gitignore
vendored
Normal file
2
documentation/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/html
|
||||
/latex
|
||||
@@ -40,6 +40,7 @@ Only 2 parameters are mandatory: ***appid*** and ***apptype***, others are optio
|
||||
* **icon**: Animated icon name from built-in assets to be used when building app as a part of firmware.
|
||||
* **order**: Order of an application within its group when sorting entries in it. The lower the order is, the closer to the start of the list the item is placed. *Used for ordering startup hooks and menu entries.*
|
||||
* **sdk_headers**: List of C header files from this app's code to include in API definitions for external applications.
|
||||
* **targets**: list of strings, target names, which this application is compatible with. If not specified, application is built for all targets. Default value is `["all"]`.
|
||||
|
||||
|
||||
#### Parameters for external applications
|
||||
|
||||
@@ -872,12 +872,9 @@ WARN_LOGFILE =
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = applications \
|
||||
core \
|
||||
lib/infrared \
|
||||
lib/subghz \
|
||||
lib/toolbox \
|
||||
lib/onewire \
|
||||
firmware/targets/furi_hal_include
|
||||
lib \
|
||||
firmware \
|
||||
furi
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
@@ -930,7 +927,18 @@ RECURSIVE = YES
|
||||
# Note that relative paths are relative to the directory from which doxygen is
|
||||
# run.
|
||||
|
||||
EXCLUDE =
|
||||
EXCLUDE = \
|
||||
lib/mlib \
|
||||
lib/STM32CubeWB \
|
||||
lib/littlefs \
|
||||
lib/nanopb \
|
||||
assets/protobuf \
|
||||
lib/libusb_stm32 \
|
||||
lib/FreeRTOS-Kernel \
|
||||
lib/microtar \
|
||||
lib/mbedtls \
|
||||
lib/cxxheaderparser \
|
||||
applications/plugins/dap_link/lib/free-dap
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Key Combos
|
||||
|
||||
There are times when your flipper feels blue and don't respond to your commands.
|
||||
In that case you may find this guide useful.
|
||||
There are times when your flipper feels blue and doesn't respond to your commands.
|
||||
In that case, you may find this guide useful.
|
||||
|
||||
|
||||
## Basic Combos
|
||||
@@ -9,7 +9,7 @@ In that case you may find this guide useful.
|
||||
|
||||
### Hardware Reset
|
||||
|
||||
- Press `LEFT` and `BACK` and hold for couple seconds
|
||||
- Press `LEFT` and `BACK` and hold for a couple of seconds
|
||||
- Release `LEFT` and `BACK`
|
||||
|
||||
This combo performs hardware reset by pulling MCU reset line down.
|
||||
@@ -29,7 +29,7 @@ There is 1 case when it's not working:
|
||||
- If you have not disconnected USB, then disconnect USB and repeat previous step
|
||||
- Release `BACK` key
|
||||
|
||||
This combo performs reset by switching SYS power line off and then on.
|
||||
This combo performs a reset by switching SYS power line off and then on.
|
||||
Main components involved: Keys -> DD6(bq25896, charger)
|
||||
|
||||
There is 1 case when it's not working:
|
||||
@@ -60,13 +60,13 @@ There is 1 case when it's not working:
|
||||
|
||||
### Hardware Reset + Software DFU
|
||||
|
||||
- Press `LEFT` and `BACK` and hold for couple seconds
|
||||
- Press `LEFT` and `BACK` and hold for a couple of seconds
|
||||
- Release `BACK`
|
||||
- Device will enter DFU with indication (Blue LED + DFU Screen)
|
||||
- Release `LEFT`
|
||||
|
||||
This combo performs hardware reset by pulling MCU reset line down.
|
||||
Then `LEFT` key indicates to boot-loader that DFU mode requested.
|
||||
Then `LEFT` key indicates to boot-loader that DFU mode is requested.
|
||||
|
||||
There are 2 cases when it's not working:
|
||||
|
||||
@@ -76,7 +76,7 @@ There are 2 cases when it's not working:
|
||||
|
||||
### Hardware Reset + Hardware DFU
|
||||
|
||||
- Press `LEFT` and `BACK` and `OK` and hold for couple seconds
|
||||
- Press `LEFT` and `BACK` and `OK` and hold for a couple of seconds
|
||||
- Release `BACK` and `LEFT`
|
||||
- Device will enter DFU without indication
|
||||
|
||||
@@ -127,8 +127,8 @@ There are 2 cases when it's not working:
|
||||
|
||||
If none of the described methods were useful:
|
||||
|
||||
- Ensure battery charged
|
||||
- Disconnect battery and connect again (Requires disassembly)
|
||||
- Try to Flash device with ST-Link or other programmer that support SWD
|
||||
- Ensure the battery charged
|
||||
- Disconnect the battery and connect again (Requires disassembly)
|
||||
- Try to Flash device with ST-Link or other programmer that supports SWD
|
||||
|
||||
If you still here and your device is not working: it's not software issue.
|
||||
If you still here and your device is not working: it's not a software issue.
|
||||
|
||||
Reference in New Issue
Block a user