mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 20:59:50 +04:00
Documentation: update and cleanup (#3934)
* Developers Docs editing * Logo underline removed The underline has been removed when hovering over the logo. * proofread docs * application -> app in several files --------- Co-authored-by: knrn64 <25254561+knrn64@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
@page system System Programming
|
||||
|
||||
Lower level aspects of software development for Flipper Zero.
|
||||
Lower-level aspects of software development for Flipper Zero.
|
||||
|
||||
- @subpage unit_tests - Automated testing, a crucial part of the development process
|
||||
- @subpage furi_check - Hard checks for exceptional situations
|
||||
- @subpage furi_hal_bus - Access the on-chip peripherals in a safe way
|
||||
- @subpage furi_hal_debugging - Low level debugging features
|
||||
- @subpage hardware_targets - Support for different hardware platforms
|
||||
- @subpage firmware_assets - Various files required for building the firmware
|
||||
- @subpage dolphin_assets - Animations for the Dolphin game
|
||||
- @subpage unit_tests — Automated testing, a crucial part of the development process
|
||||
- @subpage furi_check — Hard checks for exceptional situations
|
||||
- @subpage furi_hal_bus — Access the on-chip peripherals in a safe way
|
||||
- @subpage furi_hal_debugging — Low-level debugging features
|
||||
- @subpage hardware_targets — Support for different hardware platforms
|
||||
- @subpage firmware_assets — Various files required for building the firmware
|
||||
- @subpage dolphin_assets — Animations for the Dolphin game
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user