finish moving apps

This commit is contained in:
MX 2023-08-12 04:47:18 +03:00
parent 773a5e382f
commit 28a05d8f6b
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83
3 changed files with 1 additions and 18 deletions

View file

@ -35,21 +35,6 @@ Applications for main Flipper menu.
- `u2f` - U2F Application
## External
External applications deployed to SD Card
- `clock` - Clock application
- `dap_link` - DAP Link OnChip debugger
- `hid_app` - USB/BT Remote controller
- `music_player` - Music player app (demo)
- `nfc_magic` - NFC MFC Magic card application
- `picopass` - Picopass reader / writer
- `signal_generator` - Signal generator app: PWM and clock generator
- `snake_game` - Snake game application
- `spi_mem_manager` - SPI Memory reader / flasher
- `weather_station` - SubGHz weather station
## services
Background services providing system APIs to applications.

View file

@ -939,8 +939,7 @@ EXCLUDE = \
lib/FreeRTOS-Kernel \
lib/microtar \
lib/mbedtls \
lib/cxxheaderparser \
applications/external/dap_link/lib/free-dap
lib/cxxheaderparser
# 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

View file

@ -231,7 +231,6 @@ vars.AddVariables(
("applications/settings", False),
("applications/system", False),
("applications/debug", False),
("applications/external", False),
("applications/examples", False),
("applications/drivers", False),
("applications_user", False),