Go to file
Flavio Santes c7979f0fc4 tinycrypt: Update TinyCrypt to version 0.2.5
TinyCrypt 0.2.5 was released a few hours ago:

https://github.com/01org/tinycrypt/releases/tag/v0.2.5

This patch updates some TinyCrypt files, solving the following issues:

- Decryptions using ccm mode can incorrectly fail
- Minor style issues in code documentation

Change-Id: I606cde179888aad7a52fd277d73973f2347d8882
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-12-19 19:05:42 +00:00
.known-issues
arch k64f: Default the ETH_KSDK on if NET_L2_ETHERNET enabled. 2016-12-19 10:25:57 +00:00
boards boards: define onboard LED on quark se c1000 devboard 2016-12-16 16:36:53 -05:00
doc doc: update architecture porting guide to unified kernel 2016-12-17 22:44:46 +00:00
drivers drivers: eth_ksdk: Simplifying MAC address generation 2016-12-16 19:14:55 +01:00
ext tinycrypt: Update TinyCrypt to version 0.2.5 2016-12-19 19:05:42 +00:00
include kernel/arch: remove obsolete instances of irq_connect 2016-12-17 22:44:35 +00:00
kernel kernel/arch: rename ARCH_HAS_NANO_FIBER_ABORT to ARCH_HAS_THREAD_ABORT 2016-12-17 22:44:40 +00:00
lib iot/dns: Use a k_sem for the DNS rx routine 2016-12-16 19:14:53 +01:00
misc libc: rework libc selection and reduce Kconfigs 2016-12-15 22:31:28 +00:00
samples samples: disable single threaded hello world for configs that fail 2016-12-19 10:59:10 -06:00
scripts scripts: remove old qemu patch 2016-12-12 20:25:06 +00:00
subsys net: nbuf: Initialize nbuf memory area after allocation 2016-12-16 19:14:56 +01:00
tests tests/tcp: Initialize buffer to NULL 2016-12-16 19:14:53 +01:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild build: remove old kernel support 2016-11-07 11:34:18 -08:00
Kconfig
Kconfig.zephyr usb: move usb subsystem to subsys/usb and cleanup header inclusion 2016-10-31 19:21:42 +00:00
LICENSE
LICENSING.rst LICENSING: clarify licenses of imported / reused code 2016-11-11 01:36:14 +00:00
MAINTAINERS MAINTAINERS: fixed email for sensor subsystem 2016-12-16 14:18:03 +00:00
Makefile Merge "Merge net branch into master" 2016-12-05 15:56:26 +00:00
Makefile.inc kernel: remove NANOKERNEL and MICROKERNEL configs 2016-12-14 13:45:52 +00:00
release-notes.rst release-note: initial import with 1.6 release notes 2016-12-03 00:06:23 -05:00
zephyr-env.sh