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
be1cb961ad
zephyr
/
ext
/
Kbuild
5 lines
57 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/
fs: [WIP] Pull in open source FAT FS implementation This implements the top layer of the FAT FS. It exports an user API that would be abstacted by Zephyr FS API. It has another set of API to interface with a bottom layer that would provide platform specific file systems. A flash file system will be implemented for the bottom layer. Jira: ZEP-285 Origin: ELM Chan URL: http://elm-chan.org/fsw/ff/00index_e.html Change-Id: Id7c99dbdac9612b1a597bd8099b8a528824afae9 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2016-06-04 04:42:45 +08:00
obj-y += 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/