zephyr/subsys/net/lib/openthread/platform
Tomasz Bursztyka cf322c44db net: Switch usage of net_pkt_get_reserve to net_pkt_alloc
Some places were still using the old allocator. Using the new one does
not change any behavior. This will help to remove the useless data_len
attribute in net_pkt which legacy allocator was still setting.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2019-03-20 10:27:14 -05:00
..
CMakeLists.txt
alarm.c openthread: Update openthread version to latest upstream/master. 2018-12-20 12:24:51 +01:00
diag.c
flash.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
logging.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
misc.c openthread: Update openthread version to latest upstream/master. 2018-12-20 12:24:51 +01:00
openthread-core-zephyr-config.h openthread: Convert FLASH_ERASE_BLOCK_SIZE to DT_ 2019-02-08 22:39:07 -06:00
platform-zephyr.h openthread: Update openthread version to latest upstream/master. 2018-12-20 12:24:51 +01:00
platform.c openthread: Update openthread version to latest upstream/master. 2018-12-20 12:24:51 +01:00
radio.c net: Switch usage of net_pkt_get_reserve to net_pkt_alloc 2019-03-20 10:27:14 -05:00
random.c openthread: Update openthread version to latest upstream/master. 2018-12-20 12:24:51 +01:00
shell.c net: openthread: remove one subcommand level in shell 2019-01-07 11:19:24 +01:00
spi.c