zephyr/tests
Johan Hedberg 9703927f84 net: buf: Move net_buf_pool objects to dedicated linker area
Moving the net_buf_pool objects to a dedicated area lets us access
them by array offset into this area instead of directly by pointer.
This helps reduce the size of net_buf objects by 4 bytes.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-06-16 17:05:06 +03:00
..
benchmarks tests: benchmark: boot_time: Reading time stamps made arch agnostic 2017-06-16 07:37:37 -05:00
bluetooth Bluetooth: GATT: Add bt_gatt_register_service 2017-06-15 21:53:00 +03:00
booting/stub license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto tests: crypto: reduce high timeout value 2017-05-01 09:37:34 -04:00
drivers tests: aio: Change reference voltage for AIO 2017-05-18 20:26:56 -04:00
include tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
kernel tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
lib/json tests: json: add tests for arrays of objects 2017-06-08 15:11:23 -04:00
net net: buf: Move net_buf_pool objects to dedicated linker area 2017-06-16 17:05:06 +03:00
power tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
shell tests: Add shell tests 2017-06-09 18:54:27 -04:00
subsys tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
unit net: buf: Move net_buf_pool objects to dedicated linker area 2017-06-16 17:05:06 +03:00
ztest tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
Makefile.test tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00