Ramakrishna Pallala
ef4cb15f04
samples: subsys: debug: sysview: Adapt k_thread_foreach API
...
Use k_thread_foreach() API instead of iterating over the
_kernel.threads list.
Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-05-15 13:43:00 +03:00
Sebastian Bøe
0829ddfe9a
kbuild: Removed KBuild
...
Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no>
2017-11-08 20:00:22 -05:00
Anas Nashif
0fb51fa849
headers: fix global includes for various source files
...
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-31 12:32:34 -04:00
Anas Nashif
f7b2484219
samples: add missing sample.yaml and fix build
...
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-09-12 17:21:08 -07:00
Andrew Boie
e87eacacfa
samples: use K_THREAD_STACK_DEFINE macros
...
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-06-09 18:53:28 -04:00
Andrew Boie
39962dc92c
samples: use k_thread_create()
...
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-05-11 20:24:22 -04:00
Kumar Gala
5899d750e8
samples: Cleanup uint types in SEGGER SystemView
...
Convert sample to using new u{8,16,32}_t types
Change-Id: I0f5d9ad6fecef59cd1552e48e0cf02173d631916
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-25 22:09:11 +00:00
Leandro Pereira
6ccfe5aa14
samples: Add SEGGER SystemView sample application
...
This sample application uses the kernel system logger already present
in Zephyr and publishes events through the SEGGER RTT protocol, so it's
available by the SEGGER SystemView application.
[1] https://www.segger.com/systemview.html?p=1731
Jira: ZEP-1463
Change-Id: If1eba4644b95175660b3040bdc4b2717b2cfc9ad
Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-04-25 02:16:37 +00:00