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
eaff37e21f
zephyr
/
ext
/
Kbuild
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
qmsi: move drivers and hal to ext/hal This is external source code maintained somewhere else. Put it under ext/ for clarity and maintainability. Change-Id: I9e7c9d0948a2ba893006e316dc21d9b1a9edfa93 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-21 05:39:42 +08:00
obj-y += hal/
ext: move tinycrypt to ext/lib Tinycrypt is maintained at github and thus should be treated as an external library and hosted under ext/. Change-Id: I4c4a3bcdacf01d4922919e5ea1f9dec21a19cd37 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-29 02:41:55 +08:00
obj-y += lib/
kconfig: build code conditionally when possible Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-10 22:57:04 +08:00
obj-$(CONFIG_FILE_SYSTEM) += fs/
ext: Import Segger J-Link RTT library The Real Time Terminal functionality of the Segger J-Link debug probe and software suite allows applications to write to a certain RAM area that is read in real-time by the debugger. This is specially useful when a UART is not available to provide a console. Origin: Segger J-Link 6.10m URL: https://www.segger.com/downloads/jlink Maintained-by: External Change-Id: I47f5e2d5172797004a3f34ea2f002cd781a22cc8 Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-11-22 22:28:57 +08:00
obj-y += debug/