Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Boie 00f71b0d63 kernel: add CONFIG_ARCH_MEM_DOMAIN_SYNCHRONOUS_API 5 years ago
..
include userspace: introduce default memory domain 5 years ago
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 5 years ago
Kconfig kernel: add CONFIG_ARCH_MEM_DOMAIN_SYNCHRONOUS_API 5 years ago
atomic_c.c kernel: Add k_heap synchronized memory allocator 5 years ago
cache_handlers.c syscalls: Add system call for cache flush & invalidate 5 years ago
compiler_stack_protect.c kernel: Fix gcc-9.2 warning with _StackCheckHandler 6 years ago
device.c device: Apply driver_api/data attributes rename everywhere 5 years ago
errno.c headers: Refactor kernel and arch headers. 6 years ago
fatal.c debug/coredump: add a primitive coredump mechanism 5 years ago
futex.c kernel/timeout: Make timeout arguments an opaque type 5 years ago
idle.c zephyr: replace zephyr integer types with C99 types 5 years ago
init.c kernel: init: allow custom switch to main for no-multithreading case 5 years ago
kheap.c zephyr: replace zephyr integer types with C99 types 5 years ago
mailbox.c zephyr: replace zephyr integer types with C99 types 5 years ago
mem_domain.c kernel: add CONFIG_ARCH_MEM_DOMAIN_SYNCHRONOUS_API 5 years ago
mem_slab.c zephyr: replace zephyr integer types with C99 types 5 years ago
mempool.c kernel: Refactor k_mem_pool APIs into a base and derived level 5 years ago
mempool_sys.c zephyr: replace zephyr integer types with C99 types 5 years ago
mmu.c kernel: mmu: implement virtual mappings 5 years ago
msg_q.c zephyr: replace zephyr integer types with C99 types 5 years ago
mutex.c tracing: trace mutex/semaphore using dedicated calls 5 years ago
pipes.c kernel: pipes: rename inner spinlock keys 5 years ago
poll.c kernel: cleanup header inclusion 5 years ago
queue.c kernel: cleanup header inclusion 5 years ago
sched.c tracing: trace k_sleep 5 years ago
sem.c tracing: trace mutex/semaphore using dedicated calls 5 years ago
smp.c kernel: smp: avoid identifier collisions 5 years ago
stack.c kernel: cleanup header inclusion 5 years ago
system_work_q.c kernel: sys_workq thread stack is kernel-only 5 years ago
thread.c userspace: introduce default memory domain 5 years ago
thread_abort.c kernel: don't reschedule thread abort in ISR 5 years ago
timeout.c kernel/timeout: Fix coverity warning CID 211045 5 years ago
timer.c zephyr: replace zephyr integer types with C99 types 5 years ago
userspace.c kernel: introduce supervisor-only stacks 5 years ago
userspace_handler.c userspace: improve dynamic object allocation 5 years ago
version.c zephyr: replace zephyr integer types with C99 types 5 years ago
work_q.c kernel: Add k_delayed_work_pending to check if work has been submitted 5 years ago