zephyr/lib
Sebastian Bøe d94231f66e cmake: libc: minimal: Move sources from 'app' to a new CMake library
The minimal libc source files have been added to 'app'. The Zephyr
build system should not be adding source files to the 'app' library
unless necessary.

This patch creates a new Zephyr CMake Library in lib/libc/minimal and
adds the sources to it.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-06-11 17:11:00 -04:00
..
base64 lib: base64: Add statement of changes 2018-03-23 13:54:48 +01:00
crc crc: make crc8_ccitt() match the other CRC functions. 2018-03-10 21:49:07 -05:00
json lib: json: Efficiently pack field name, offset, alignment, type 2018-05-01 15:44:09 -04:00
libc cmake: libc: minimal: Move sources from 'app' to a new CMake library 2018-06-11 17:11:00 -04:00
mempool lib: user mode compatible mempools 2018-04-05 07:03:05 -07:00
posix lib: posix: fix out-of-bound write 2018-06-09 08:26:18 -05:00
rbtree lib/rbtree: Fix & document insert comparison order 2018-05-19 07:00:55 +03:00
ring_buffer lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
CMakeLists.txt kernel: thread: Move out the function _thread_entry() to lib 2018-05-15 17:48:18 +03:00
Kconfig lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
thread_entry.c kernel: thread: Move out the function _thread_entry() to lib 2018-05-15 17:48:18 +03:00