flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
11.69k stars 2.59k forks source link

Cli: top #3707

Closed skotopes closed 2 weeks ago

skotopes commented 2 weeks ago

What's new

Verification

Checklist (For Reviewer)

github-actions[bot] commented 2 weeks ago

PVS-Studio report for commit c1f5d71d:

github-actions[bot] commented 2 weeks ago

Compiled f7 firmware for commit 1f682f6b:

CookiePLMonster commented 2 weeks ago

This PR should also update https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppManifests.md#parameters

  • stack_size: stack size in bytes to allocate for an application on its startup. Note that allocating a stack too small for an app to run will cause a system crash due to stack overflow, and allocating too much stack space will reduce usable heap memory size for apps to process data. Note: you can use ps and free CLI commands to profile your app's memory usage.