- c844bd8 kernel: Remove legacy mem_pool usage by Andy Ross · 4 years, 4 months ago
- 76b4e4f tests/kernel/mem_protect: Remove mem_pool test case by Andy Ross · 4 years, 4 months ago
- e95db3a tests/net/socket/udp: Increase kernel heap size by Andy Ross · 4 years, 4 months ago
- 0a4a282 tests/kernel/thread_stack: Increase heap size by Andy Ross · 4 years, 4 months ago
- 2f661fd tests/kernel/mheap_api_concept: Remove whitebox tests by Andy Ross · 4 years, 4 months ago
- 7db52bf tests/kernel/mem_protect: Port to k_heap API by Andy Ross · 4 years, 4 months ago
- 55e8592 tests/kernel: Remove sys_mem_pool test by Andy Ross · 4 years, 4 months ago
- 169b0a0 tests/lib/heap: Add test for sys_heap_realloc() by Andy Ross · 4 years, 4 months ago
- c770cab kernel: Make thread resource pools into sys_heaps by Andy Ross · 4 years, 4 months ago
- 9413922 kernel/k_malloc: Decouple k_malloc/k_free from mem_pool by Andy Ross · 4 years, 4 months ago
- 6965cf5 kernel: Deprecate k_mem_pool APIs by Andy Ross · 4 years, 4 months ago
- 27b1394 tests/kernel: Remove mem_pool tests by Andy Ross · 4 years, 4 months ago
- 8a6aee9 kernel: Make the "heap" backend to mem_pool default by Andy Ross · 4 years, 4 months ago
- 40f2524 boards: arm: nordic: rakwireless Introduce rak5010_nrf52840 board by Guillaume Paquet · 4 years, 4 months ago
- a279b4c drivers: adc: add adc support in npcx7 series by Mulin Chao · 4 years, 4 months ago
- 79b8e23 test: workqueue : add testcase to improve coverage by Ying ming · 4 years, 4 months ago
- a5a3798 tests: benchmarks: sys_kernel: Add mem_slab benchmark by Kamil Lazowski · 4 years, 4 months ago
- 47e716b Bluetooth: controller: removed node_rx for big create/terminate by Emil Gydesen · 4 years, 4 months ago
- 4971ad1 Bluetooth: controller: Add initial basic ISO broadcast test by Emil Gydesen · 4 years, 4 months ago
- 5a512fb Bluetooth: controller: Implements ULL handling for BIG create command by Emil Gydesen · 4 years, 4 months ago
- ebcdb21 tests/float_disable: ported to SPARC by Martin Åberg · 4 years, 4 months ago
- 5fc9494 tests/fpu_sharing: ported to SPARC by Martin Åberg · 4 years, 4 months ago
- 6265e2b tests/sprintf: FP tests independent of endian by Martin Åberg · 4 years, 4 months ago
- c2ae579 tests: openthread: Fix build warnings by Robert Lubos · 4 years, 4 months ago
- df8f6c2 tests: kernel: gen_isr_table: Exclude stm32f103_mini board by Wu Han · 4 years, 4 months ago
- c8a0c37 tests: driver: adc: Add support for stm32f103_mini board by Wu Han · 4 years, 4 months ago
- 0e9c98c tests: drivers: timer: Add test for nrf_rtc_timer by Krzysztof Chruscinski · 4 years, 4 months ago
- bfb9ba0 tests: move shell tests to subsys by Jakub Rzeszutko · 4 years, 4 months ago
- cf81774 tests: subsys: power_mgmt: Limit to 1 CPU configurations by Kumar Gala · 4 years, 4 months ago
- 7678988 Bluetooth: tester: Fix an error response in tester by Jun Huang · 4 years, 4 months ago
- 503a70a drivers: modem: Add support for quectel bg95 by Bilal Wasim · 4 years, 4 months ago
- 6918e3d devicetree: gpio: provide accessors for controller phandle by Peter Bigot · 4 years, 4 months ago
- 555408d tests: access kernel object with private data using system call by Maksim Masalski · 4 years, 4 months ago
- 8f2ba92 tests: add more configurations for shell tests by Jakub Rzeszutko · 4 years, 4 months ago
- 98981ec tests: kernel: do not build on all platforms by Anas Nashif · 4 years, 4 months ago
- 9dcd76a lib/os/heap: minimize initial overallocation in the aligned case by Nicolas Pitre · 4 years, 4 months ago
- e5d36db59 tests: Modified ADC test for clicker 2 by Paul M. Bendixen · 4 years, 4 months ago
- 7986f94 kernel: Add K_DELAYED_WORK_DEFINE by Trond Einar Snekvik · 4 years, 4 months ago
- 44fa773 tests: Bluetooth: Add tests for reading codec and controller delay info by Wolfgang Puffitsch · 4 years, 4 months ago
- 8012389 tests: add test to verify assertion cathes overlapped partitions by Maksim Masalski · 4 years, 4 months ago
- eedb112 tests: drivers: memc: add test for stm32 SDRAM by Gerard Marull-Paretas · 4 years, 4 months ago
- 0ed6a3c tests: net: tcp2: Add RST packet handling tests by Jukka Rissanen · 4 years, 4 months ago
- fbb7eb8 tests: kernel: work_queue: avoid improper access to internal structures by Peter Bigot · 4 years, 4 months ago
- f5644d4 tests: Bluetooth: bsim: Periodic Advertising Report generation by Vinayak Kariappa Chettimada · 4 years, 4 months ago
- 4ce7caf tests: net: socketpair: use system instead of user work queue by Peter Bigot · 4 years, 4 months ago
- b88d5b6 tests: net: Adjust the thread priorities by Jukka Rissanen · 4 years, 4 months ago
- 763d768 boards: arm: enable adc test for blackpill_f401ce by Kalyan Sriram · 4 years, 4 months ago
- fcbbd32 Test: correct an error in test_pipe_user_thread2thread(). by Steven Wang · 4 years, 4 months ago
- 9fa33f2 tests: socket: tcp: Add test for ENOTCONN behavior by Paul Sokolovsky · 4 years, 4 months ago
- e4e5e01 tests/unit/cbprintf: test %p with NULL and justification by Nicolas Pitre · 4 years, 4 months ago
- 0e9a371 tests/unit/cbprintf: rationalize the code a bit by Nicolas Pitre · 4 years, 4 months ago
- 62743dc tests: native_posix: use llabs with int64_t by Anas Nashif · 4 years, 4 months ago
- 5a58ad5 arch: mem protect Kconfig cleanups by Andrew Boie · 4 years, 4 months ago
- e696c65 test: context: Refine descriptions for some test cases by Meng xianglin · 4 years, 4 months ago
- 9796313 tests: drivers: build_all: add build test for Xilinx drivers by Henrik Brix Andersen · 4 years, 4 months ago
- 4e7baec tests: drivers: pwm: api: add support for Xilinx AXI Timer IP by Henrik Brix Andersen · 4 years, 4 months ago
- 6ad1f41 tests: drivers: counter: basic_api: add support for Xilinx AXI Timer IP by Henrik Brix Andersen · 4 years, 4 months ago
- a9bacf5 tests: improve test case descriptions of some interrupt APIs by Enjia Mai · 4 years, 4 months ago
- a13e5d5 tests/fs/fat: correct format specifiers by Martin Åberg · 4 years, 4 months ago
- cb93c7e tests/fs/fat: enable fat.dual_drive on qemu_leon3 by Martin Åberg · 4 years, 4 months ago
- 057a173 tests: fpu_sharing: avoid stack overflow due to unnecessary feature by Peter Bigot · 4 years, 4 months ago
- a9e2b10 lib: cbprintf: ignore l length modifier on float values by Peter Bigot · 4 years, 4 months ago
- 7140c21 tests: fs: check for arguments NULLness by iva kik · 4 years, 4 months ago
- 1d048df tests: add FP formatting to all tests that require it by Peter Bigot · 4 years, 4 months ago
- 607b390 lib: cbprintf: fix pointer justification and padding by Peter Bigot · 4 years, 4 months ago
- 137e852 net: run the net.pm test on LEON by Martin Åberg · 4 years, 4 months ago
- 5dcdf19 net: improved test for IPv6 pton() and ntop() by Martin Åberg · 4 years, 4 months ago
- 635230c tests/fs/fcb: Enable non-0xff erase value tests by Dominik Ermel · 4 years, 4 months ago
- 53fd687 tests/fs/fcb: Add support for qemu_x86 platform by Dominik Ermel · 4 years, 4 months ago
- ffc0312 devicetree: make DT_PROP_HAS_IDX expand to 0 or 1 by Martí Bolívar · 4 years, 4 months ago
- b5bab42 tests: Avoid out-of-bounds array access on SPARC by Martin Åberg · 4 years, 5 months ago
- 645b411 tests: kernel: context: SPARC support by Martin Åberg · 4 years, 5 months ago
- d2409ec tests: Big endian support in bitfield test by Martin Åberg · 4 years, 5 months ago
- bb99422 lib/os: replace z_vprintk with cbprintf by Peter Bigot · 4 years, 5 months ago
- 7cf9a8c libc: switch to cbprintf as basis for printf functionality by Peter Bigot · 4 years, 5 months ago
- f80c7be tests: unit: coverage testing for cbprintf by Peter Bigot · 4 years, 5 months ago
- c4cb838 tests: Bluetooth: bsim: Set Periodic Advertising Data by Vinayak Kariappa Chettimada · 4 years, 5 months ago
- 6221439 tests: kernel: syscalls: add more than 6 arguments syscall test case by Wentong Wu · 4 years, 5 months ago
- 10fdf95 tests: k_heap api: add tests for k_heap_api by iva kik · 4 years, 5 months ago
- f3fe8af tests: Remove filtering on KERNEL_COHERENCE by Andy Ross · 4 years, 5 months ago
- 9487a1d tests/queue: Remove fifo/queue "poll" variant tests by Andy Ross · 4 years, 5 months ago
- 21cac03 tests: subsys: test cases for soc power management by Shihao Shen · 4 years, 5 months ago
- 9703a78 tests: lib: ringbuffer: Add performance test by Krzysztof Chruscinski · 4 years, 5 months ago
- 1e46bb3 lib: os: ring_buffer: Allow using full buffer capacity by Krzysztof Chruscinski · 4 years, 5 months ago
- c380142 drivers/sensor: iis2iclx: add multi-instance by Armando Visconti · 4 years, 5 months ago
- be090f7 Bluetooth: controller: Fix maximum AC PDU payload size calcuation by Vinayak Kariappa Chettimada · 4 years, 5 months ago
- b1d087f tests: Bluetooth: bsim: Enable 251 byte AD data PDU by Vinayak Kariappa Chettimada · 4 years, 5 months ago
- 5829fd8 test: workqueue: add code description by Ying ming · 4 years, 5 months ago
- 255c4df test: workqueue: modify testcase by Ying ming · 4 years, 5 months ago
- 5e97d77 device: convert DEVICE_INIT to DEVICE_DEFINE or SYS_DEVICE_DEFINE by Kumar Gala · 4 years, 5 months ago
- f68d786 Bluetooth: controller: Create HCI stubs for CIG/CIS creation and removal by Wolfgang Puffitsch · 4 years, 5 months ago
- ffab099 Bluetooth: add destroy callback to indication by Jordan Yates · 4 years, 5 months ago
- 170f17e Bluetooth: indication callback signature update by Jordan Yates · 4 years, 5 months ago
- e51226b8 tests: x86: pagetables: use new Kconfigs by Andrew Boie · 4 years, 5 months ago
- ea6e4ad kernel: support non-identity RAM mapping by Andrew Boie · 4 years, 5 months ago
- 0ddce66 tests: net: dns: dns-sd: tests for dns service discovery by Christopher Friedt · 4 years, 5 months ago
- 0a5b259 tests: protection: add riscv support by Alexandre Mergnat · 4 years, 5 months ago
- 39208c2 tests: mem_protect: add riscv support by Alexandre Mergnat · 4 years, 5 months ago
- 52e6b7f tests: userspace: add riscv support by Alexandre Mergnat · 4 years, 5 months ago
- f8956cf Bluetooth: L2CAP: Enable L2CAP dynamic channels without Enhanced CBFC by Joakim Andersson · 4 years, 5 months ago