zephyr/tests/lib
Andy Ross a4379d1308 tests/lib/heap: Correct typing in platform size detection
CONFIG_SRAM_SIZE is a kconfig value, which is an int (units of kb),
but when doing math on it to produce a memory buffer size needs to be
done in size_t precision otherwise we could overflow on 64 bit
platforms with >4G memory.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-04-14 10:05:55 -07:00
..
c_lib cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
devicetree tests/lib: device tree: Add dma binding tests 2020-04-13 07:37:11 -05:00
fdtable cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
gui/lvgl cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
heap tests/lib/heap: Correct typing in platform size detection 2020-04-14 10:05:55 -07:00
json cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
mem_alloc cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
notify sys: add generic asynchronous notification infrastructure 2020-04-06 16:41:41 +02:00
onoff sys: onoff: generalize and shorten API 2020-04-06 16:41:41 +02:00
ringbuffer cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
sprintf cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00