Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
397d29db42f4d2aa7d68000ed413ce45459f1514
/
tests
/
kernel
397d29d
linker: move all linker headers to include/linker
by Anas Nashif
· 8 years ago
ddbf125
test: fix misspellings
by David B. Kinder
· 8 years ago
15ed8ec
tests: use K_THREAD_STACK_DEFINE macros
by Andrew Boie
· 8 years ago
0b9f9f3
tests: context: move idle test to the end
by Andrew Boie
· 8 years ago
6e78701
tests: remove obsolete usage of defrag
by Anas Nashif
· 8 years ago
000429c
tests: fatal: increase coverage
by Andrew Boie
· 8 years ago
3405607
license: add missing licenses and copyright
by Anas Nashif
· 8 years ago
68e8813
tests: context: allow 2 ticks of slop
by Andrew Boie
· 8 years ago
7a5150c
tests: context: make some failures less ambiguous
by Andrew Boie
· 8 years ago
7b7504e
schedule_api: don't exclude Nios II
by Andrew Boie
· 8 years ago
70b2a57
quark_d2000_crb: increase default stack size
by Anas Nashif
· 8 years ago
5963904
printk: fix printing of long long types
by Andrew Boie
· 8 years ago
189aa47
tests: kernel: added tests for k_mem_pool_alloc from isr
by Sharron LIU
· 8 years ago
ab6d4c1
tests: kernel: added tests for timeslice reset
by Sharron LIU
· 8 years ago
90a2d2f
tests: clock: Initialize d64 value
by Leandro Pereira
· 8 years ago
44f0966
tests: kernel: Fixed tickless test for Arduino Due.
by Justin Watson
· 8 years ago
fed96bf
misc: _char_out can be a static symbol
by Maciek Borzecki
· 8 years ago
2596daa
tests: fifo: extend cancel timeout limit
by Andrew Boie
· 8 years ago
636f609
tests: kernel: fatal: check stack overflow
by Andrew Boie
· 8 years ago
73cb958
k_mem_pool: Complete rework
by Andy Ross
· 8 years ago
68d3678
tests: use k_thread_create()
by Andrew Boie
· 8 years ago
86468fc
tests: kernel: common: adjust stack size
by Andrew Boie
· 8 years ago
2ddd620
tests: kernel: errno: Add Newlib test config.
by Paul Sokolovsky
· 8 years ago
b1dd5ea
tests: kernel: fatal: fix on ARC
by Andrew Boie
· 8 years ago
3f50707
kernel: queue, fifo: Add cancel_wait operation.
by Paul Sokolovsky
· 8 years ago
6c6182d
tests:kernel: added tests for printk left justifier
by Sharron LIU
· 8 years ago
558281b
arch: sam3x: update Kconfig options after move to SAM SoC family tree
by Justin Watson
· 8 years ago
f6f8fb0
kernel tests: fatal: added "ignore_faults" tag
by Rishi Khare
· 8 years ago
70040f0
boards: Add support for the CC3220SF_LAUNCHXL board
by Gil Pitney
· 8 years ago
700712f
samples: tickless: Enables tickless kernel option in some apps
by Ramesh Thomas
· 8 years ago
ca44116
tests: add fatal test case
by Andrew Boie
· 8 years ago
7827b7b
x86: exception-assisted panic/oops support
by Andrew Boie
· 8 years ago
eaaa175
tests: convert to using newly introduced integer sized types
by Kumar Gala
· 8 years ago
7890816
Introduce new sized integer typedefs
by Kumar Gala
· 8 years ago
0b1d41d
kernel: remove mentions of obsolete CONFIG_NANO_TIMERS
by Anas Nashif
· 8 years ago
45a7e5d
kernel: remove legacy.h and MDEF support
by Anas Nashif
· 8 years ago
306e15e
kernel: remove legacy kernel support
by Anas Nashif
· 8 years ago
76fc2f9
test_tickless: Change test_tickless location to tests/kernel/test_tickless/
by Youvedeep Singh
· 8 years ago
9031c55
test_sleep: move test_sleep from tests/legacy/kernel to tests/kernel
by Youvedeep Singh
· 8 years ago
eea12f6
tests: kernel: add tickless test
by Sharron LIU
· 8 years ago
7fb0e36
tests: sprintf: cleanup to work with newlib
by Kumar Gala
· 8 years ago
e521d6e
tests: remove legacy tag from ported tests
by Anas Nashif
· 8 years ago
c7bc909
tests/ztest: rename assert macros to be zephyr specific
by Kumar Gala
· 8 years ago
a883722
tests: test_pipe_api: increase stack size
by Andrew Boie
· 8 years ago
d75fa6b
tests: sprintf: increase stack size
by Andrew Boie
· 8 years ago
deea71b
tests: added TC_START to tests
by Milosz Wasilewski
· 8 years ago
bf382a5
tests: sprintf: increased main stack
by Anas Nashif
· 8 years ago
b84dc2e
kernel: remove all remaining references to nanokernel
by Anas Nashif
· 8 years ago
d7bc60f
kernel: remove remaining microkernel references
by Anas Nashif
· 8 years ago
9de266d
tests: kernel: add test point k_cpu_atomic_idle
by Sharron LIU
· 8 years ago
34dc39d
tests: kernel: added clock_test
by Sharron LIU
· 8 years ago
7a90ab4
tests: port static_idt test to unified kernel
by Anas Nashif
· 8 years ago
e698c9c
tests: do not build with legacy API enabled
by Anas Nashif
· 8 years ago
6db4a99
tests: tag with 'ignore_faults' testcases that provoke faults
by Inaky Perez-Gonzalez
· 8 years ago
aa70533
tests: remove legacy tests already ported to unified
by Anas Nashif
· 8 years ago
2ddb968
tests: kernel: port work_queue test to unified kernel
by Jithu Joseph
· 8 years ago
9df2afc
tests: kernel: test_pend: Porting legacy tests to unified kernel
by Sergio Rodriguez
· 8 years ago
4172b26
tests: sprintf: fixed sprintf usage
by Anas Nashif
· 8 years ago
27e4fa0
tests: profiling: disable em_starterkit
by Anas Nashif
· 8 years ago
91e9f87
libc: attribute minimal libc printf style functions with __printf_like
by Kumar Gala
· 8 years ago
e307d9e
tests/common/timeout_order: reset test case thread to original prio
by Benjamin Walsh
· 8 years ago
cd35c57
Revert "sys_bitfield*(): use 'void *' instead of memaddr_t"
by Anas Nashif
· 8 years ago
1f2ee5c
sys_bitfield*(): use 'void *' instead of memaddr_t
by Inaky Perez-Gonzalez
· 8 years ago
9896f32
tests: kernel: added test cases k_pipe_block_put
by Sharron LIU
· 8 years ago
3abc1c5
tests: kernel: added testapp profiling_api
by Sharron LIU
· 8 years ago
83c7e2d
tests: kernel: add test point k_delayed_work_remaining_get
by Sharron LIU
· 8 years ago
1087f0c
tests: kernel: added test case k_fifo_is_empty
by Sharron LIU
· 8 years ago
d15d264
tests: kernel: added test case k_is_preempt_thread
by Sharron LIU
· 8 years ago
d07a328
tests: Add queue tests
by Luiz Augusto von Dentz
· 8 years ago
9acda0f
tests: gen_isr_table: account for riscv32 architecture
by Jean-Paul Etienne
· 8 years ago
9c48b54
tests: add timer monotonic test
by Andrew Boie
· 8 years ago
fe118c4
license: replace APL2.0 license with SPDX
by Anas Nashif
· 8 years ago
d2654d3
tests/kernel/common: add test to verify same tick timeout expiry order
by Benjamin Walsh
· 8 years ago
4e0d690
tests: add tests for SYS_DLIST/SLIST_ITERATE_FROM()
by Benjamin Walsh
· 8 years ago
b62fbcc
tests: gen_isr_table: disable for cortex-m0
by Anas Nashif
· 8 years ago
5c335ce
tests: gen_isr_table: actually run the IRQ
by Andrew Boie
· 8 years ago
15a6598
Merge "Merge remote-tracking branch 'origin/core'"
by Anas Nashif
· 8 years ago
b0f2e3e
tests: kernel: import obj_tracing test to unified kernel
by Jithu Joseph
· 8 years ago
bceabf6
tests: kernel: remove unsupported tests
by Sharron LIU
· 8 years ago
ecba9de
test_mpool_api: fix variable type mismatches
by Jithu Joseph
· 8 years ago
4713575
tests: Introduced new config option to add extra stack size for tests.
by Mazen NEIFER
· 8 years ago
555c606
REVERTME: tests: stackprot: disable on xtensa
by Andrew Boie
· 8 years ago
46c7275
REVERTME: disable xip test on xtensa
by Andrew Boie
· 8 years ago
daf28fa
Xtensa port: Fixed tests/kernel/context to compile with Xtensa internal timer.
by Mazen NEIFER
· 8 years ago
f16f6ec
tests: pipe: remove unsupported tests
by Anas Nashif
· 8 years ago
bab5534
tests: memory pool: remove unsupported tests
by Anas Nashif
· 8 years ago
c5e000b
tests: xip: pulpino does not support XIP
by Anas Nashif
· 8 years ago
122467e
tests: add test for gen_isr_table
by Andrew Boie
· 8 years ago
e7acd32
arm: use gen_isr_tables mechanism for interrupts
by Andrew Boie
· 8 years ago
7204003
misc: fix more variable type mismatches
by Jithu Joseph
· 8 years ago
f7100f8
tests/common: Add tests for sys_dlist_*
by Luiz Augusto von Dentz
· 8 years ago
2970771
tests/slist: Exercise CONTAINER macros
by Luiz Augusto von Dentz
· 8 years ago
acece24
tests/kernel/poll: verify .signaled is set correctly
by Benjamin Walsh
· 8 years ago
5bbd683
test/kernel/poll: fix putting wrong .signaled to 0
by Benjamin Walsh
· 8 years ago
4e5fa0e
tests: add systhreads test case
by jing wang
· 8 years ago
de7435a
tests: kernel: mem_heap: added api and concept tests
by Sharron LIU
· 8 years ago
c989f0b
riscv32: timer: replace riscv_qemu_driver by the generic riscv_machine_driver
by Jean-Paul Etienne
· 8 years ago
e440759
tests/kernel/poll: test object runtime init functions
by Benjamin Walsh
· 8 years ago
31189d9
tests/kernel/poll: verify tag is untouched by API
by Benjamin Walsh
· 8 years ago
1eba370
tests: kernel: import pool/heap tests to unified kernel
by Jithu Joseph
· 8 years ago
Next »