Freddie Chopin e5c7ae4706 Make cpuload correct and more efficient for all configurations of NuttX
Currently cpuload assumes there are only 2 static threads - idle and init, this
is true only for "basic" config of NuttX, as there can be 3 more static threads:
paging, work0 and work1 - depending on config. In such cases cpuload
would mistake one of them for init (which in fact is always last), giving
incorrect results to "top"

Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
2012-11-30 11:04:35 +01:00
2012-10-22 13:28:53 +02:00
2012-10-02 10:41:21 +02:00
2012-10-16 16:49:45 +02:00
Description
a mirror of official PX4-Autopilot
BSD-3-Clause 587 MiB
Languages
C++ 51.2%
C 38.5%
CMake 4.7%
Python 3.9%
Shell 1.3%
Other 0.1%