This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
a6463a93c1
zephyr
/
lib
/
Kbuild
2 lines
28 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tinycrypt: move from lib to regular objects tinycrypt was built using the lib- scripts without any real benefit. We also had a wrong placement of the Kconfig files under misc/ and a Kconfig file for Crypto that was never used before. Change-Id: I82d5902d92e7c06e10a95f418d9ead3cbcabcce4 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-15 11:10:51 +08:00
obj-y += libc/
lib: Introduce the CoAP implementation for Zephyr This is a CoAP implementation tailored for Zephyr's requirements, it tries to use memory predictably by exposing its control structures to the user (so the user only pays for the features that are used) and having a lightweight packet representation (the trade-off is that adding options is not as efficient as it could be, if there were more information available). Change-Id: I6f74146c4626a0c554f50b42f163a076e82805ba Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2016-08-04 02:23:32 +08:00
obj-y += iot/