zephyr/subsys
Flavio Ceolin aecd4ecb8d kernel: Change k_poll_signal api
k_poll_signal was being used by both, struct and function. Besides
this being extremely error prone it is also a MISRA-C violation.
Changing the function to contain a verb, since it performs an action
and the struct will be a noun. This pattern must be formalized and
followed and across the project.

MISRA-C rules 5.7 and 5.9

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-11-04 11:37:24 -05:00
..
app_memory subsys: app_memory: Fixed the size calculation for power of 2 MPUs 2018-09-20 11:25:53 -04:00
bluetooth kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
console subsys: console: Split serial tty handling to a separate module 2018-10-03 16:40:49 +02:00
cpp C++: Fix vtable with libstdc++ 2018-10-30 08:11:28 -04:00
debug kernel: Remove duplicated identifier 2018-11-04 11:37:24 -05:00
dfu dfu: image_mgr: make Kconfigs depend on IMG_MANAGER 2018-11-02 15:31:44 -05:00
disk subsys: disk: move conditional location 2018-11-02 15:31:44 -05:00
fb subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
fs subsys: filesystem: move conditional location 2018-11-02 15:31:44 -05:00
logging doc: fix kconfig misspellings 2018-11-02 17:58:16 -04:00
mgmt subsys: mcumgr: make Kconfigs depend on MCUMGR 2018-11-02 15:31:44 -05:00
net net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
power power: Add OS Power Management debug hooks 2018-10-28 11:44:22 -04:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings cmake: settings: Don't add ext nffs include dir to global includes 2018-07-25 08:27:45 -04:00
shell kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
storage subsys: storage: flash_map: add API for check flash driver support 2018-09-27 16:24:21 +02:00
usb subsys: usb_device: Fix removal of board.h 2018-11-02 14:55:53 -04:00
CMakeLists.txt subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
Kconfig Build: Improve C++ support 2018-10-29 09:15:04 -04:00