Kamil Piszczek
6a0837b478
stats: changed API to use zephyr types
...
Changed API of the Statistics module. Now it uses Zephyr types.
Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
2019-05-01 10:33:17 -04:00
Kamil Piszczek
0a8c75f96e
stats: extending api to handle statistics with more than 256 elements
...
Changed type of the paramater that determines the number of elements in
the stats group. Now it is possible to declared more than 256 elements.
Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
2019-05-01 10:33:17 -04:00
Adithya Baglody
74296b9830
include: stats.h: Packed attribute was incorrect.
...
This header was actually creating a struct in the bss. Fixed it.
Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-12-07 10:32:41 -05:00
Flavio Ceolin
67ca176754
headers: Fix headers across the project
...
Any word started with underscore followed by and uppercase letter or a
second underscore is a reserved word according with C99.
Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-17 15:49:26 -04:00
David B. Kinder
fcbd8fb631
doc: fix misspellings in API doxygen comments
...
Found some misspellings missed during normal code reviews
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-05-23 15:28:01 -05:00
David B. Kinder
3314c3675f
doc: misspellings in public API doxygen comments
...
occasional spelling-check pass found some misspellings
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-04-05 19:16:24 -04:00
Christopher Collins
5ed30f0360
subsys: stats - Statistics support
...
Implements the definition, manipulation, and delivery of statistics.
Signed-off-by: Christopher Collins <ccollins@apache.org>
2018-02-20 22:07:52 +01:00