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-11-15 17:19:52 +01:00
2012-11-05 20:22:00 +01:00
2012-10-23 23:51:13 -07:00
2012-10-23 23:51:13 -07:00
2012-09-10 00:16:30 -07:00
2012-11-03 01:14:24 -07:00
2012-11-08 18:11:53 +01:00
2012-10-29 23:07:15 -07:00
2012-08-14 08:47:04 -07:00