diff --git a/applications/ReadMe.md b/applications/ReadMe.md index 10e54ce22..de465832a 100644 --- a/applications/ReadMe.md +++ b/applications/ReadMe.md @@ -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. diff --git a/documentation/Doxyfile b/documentation/Doxyfile index bb43ce8a7..f31cbb9d8 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -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 diff --git a/site_scons/commandline.scons b/site_scons/commandline.scons index 0e75cd908..f9b1760ed 100644 --- a/site_scons/commandline.scons +++ b/site_scons/commandline.scons @@ -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),