- 14b358a libc: minimal: Add EOVERFLOW by Carles Cufi · 3 years, 10 months ago
- 1e26e08 libc: minimal: Add doxygen formatting to errno.h by Carles Cufi · 3 years, 10 months ago
- 165def7 libc: minimal: Align errno.h values with newlib by Carles Cufi · 3 years, 10 months ago
- 829e02f boards: arm: lpc55s: Add missing trustzone flag by Kevin Townsend · 3 years, 10 months ago
- 878043a Bluetooth: Mesh: Change friend_cred decision point to friend selection by Trond Einar Snekvik · 3 years, 10 months ago
- 22fabef Bluetooth: Mesh: Add VA flag to generic pending flags by Pavel Vasilyev · 3 years, 10 months ago
- 3ae0f96 Bluetooth: Mesh: Fix incorrect flag check in mesh settings by Pavel Vasilyev · 3 years, 10 months ago
- 41e8859 arch/x86: Correct multiboot interpretation when building for EFI by Andy Ross · 3 years, 10 months ago
- 653e7a2 tests/kernel/common: Skip bitarray tests when KERNEL_COHERENCE by Andy Ross · 3 years, 10 months ago
- 05d8c6f tests: kernel: fix two semaphroe testcases failed on ADSP by Enjia Mai · 3 years, 10 months ago
- 384d059 driver: uart: esp32: DT fix to allow uart2 by Sylvio Alves · 3 years, 10 months ago
- 62ccddb drivers: modem: hl7800: fix update RAT by Ryan Erickson · 3 years, 10 months ago
- 21d1ad3 drivers: gpio: gpio_cy8c95xx: Add error check of i2c_reg_read_byte by Kumar Gala · 3 years, 10 months ago
- 8152992 logging: Simplify runtime filtering by Krzysztof Chruscinski · 3 years, 10 months ago
- c3d35d8 drivers: bluetooth: hci: increase spi_rx_stack by Alexandre Bourdiol · 3 years, 10 months ago
- 6815ef4 net: lwm2m: Only parse TLV from the first block by Jan Buenker · 3 years, 10 months ago
- dab391f tests: net: getaddrinfo: Disable onboard Ethernet controller by Jukka Rissanen · 3 years, 10 months ago
- a336f7e soc: npcx: Move ecst to npcx common folder by Wealian Liao · 3 years, 10 months ago
- 7897eae Bluetooth: controller: Fix PPIs use for nRF52805 SoC by Vinayak Kariappa Chettimada · 3 years, 10 months ago
- f54e1ed runners: bossac: Arduino bootloader reset on macOS by George White · 3 years, 10 months ago
- 5e10e77 drivers: dac: mcp4725: remove usage of device_pm_control_nop by Kieran Mackey · 3 years, 10 months ago
- 3e369f9 tests: msgq_usage: ensure all services started before client query by Watson Zeng · 3 years, 10 months ago
- 4996604 west.yml: esp32: bugfixes and improvements by Sylvio Alves · 3 years, 10 months ago
- ad0bf94 linker: esp32: fix empty iterable symbols by Sylvio Alves · 3 years, 10 months ago
- 6941c8f tests/kernel/smp: Misc synchronization fixups by Andy Ross · 3 years, 10 months ago
- e2f6b95 tests: interrupt: fix coverity issue of newly added testcases by Enjia Mai · 3 years, 10 months ago
- 253350c Kconfig: Increase default thread analyzer stack size by Joakim Andersson · 3 years, 10 months ago
- 3bd31ae pm: npcx: consider host wake-up features only if espi is selected. by Mulin Chao · 3 years, 10 months ago
- 5f5fb7d ite: drivers/adc: it8xxx2: fix adc driver flow by Tim Lin · 3 years, 10 months ago
- bb40d93 ite: drivers/i2c: it8xxx2: fix slave address from 7-bit to 8-bit by Tim Lin · 3 years, 10 months ago
- 7b0a89e ite: drivers/i2c: it8xxx2: fix i2c_reset issue by Tim Lin · 3 years, 10 months ago
- 8f823a0 tests: libc: Update character output testcases to solve coverity issues by Ying ming · 3 years, 10 months ago
- 216dc5d kernel: mmu: remove un-needed call to virt_to_bitmap_offset by Daniel Leung · 3 years, 10 months ago
- 6bc42ae tests: lib: Add newlib thread safety test by Stephanos Ioannidis · 3 years, 10 months ago
- 1ff6664 lib: newlib: Remove internal _sbrk lock by Stephanos Ioannidis · 3 years, 10 months ago
- b0e690a lib: newlib: Add malloc lock by Stephanos Ioannidis · 3 years, 10 months ago
- f717ccd doc: release: 2.6: Add note about west bossac runner by Gerson Fernando Budke · 3 years, 10 months ago
- 5576570 doc: release: 2.6: Add notes about rf2xx driver changes by Gerson Fernando Budke · 3 years, 10 months ago
- f0d64dd doc: release: 2.6: Add notes about Cypress related changes by Gerson Fernando Budke · 3 years, 10 months ago
- 7268b6f drivers: timer: sys_clock: return -ENOSYS if not implemented by Gerard Marull-Paretas · 3 years, 10 months ago
- 9b84635 pm: device: check for ENOSYS by Gerard Marull-Paretas · 3 years, 10 months ago
- 1396478 dma: change an atmoic api for Coverity issue 233524 by Hake Huang · 3 years, 10 months ago
- 2a3a790 shell: log_backend: Fix fifo cleanup by Krzysztof Chruscinski · 3 years, 10 months ago
- f8ac3a4 lib: os: cbprintf: Avoid implicit casting to int * by Krzysztof Chruscinski · 3 years, 10 months ago
- 236aaf9 tests: logging: log_api: Fix in mock backend by Krzysztof Chruscinski · 3 years, 10 months ago
- f7b7a67 tests: logging: log_api: Prevent negative array index write by Krzysztof Chruscinski · 3 years, 10 months ago
- 92d1d1a tests: logging: log_msg2: Prevent using negative array index by Krzysztof Chruscinski · 3 years, 10 months ago
- f5be847 logging: Add missing va_end in log_msg2 by Krzysztof Chruscinski · 3 years, 10 months ago
- d7140a5 tests: logging: log_api: Remove accidental early return by Krzysztof Chruscinski · 3 years, 10 months ago
- b27f2eb lib: os: cbprintf: Fix incompatible case coverity issue by Krzysztof Chruscinski · 3 years, 10 months ago
- 2f3dbfd tests: logging: log_api: Use positive CONFIG_LOG_BUFFER_SIZE by Krzysztof Chruscinski · 3 years, 10 months ago
- 24f345e drivers/sensor: iis2mdc: use gpio_dt_spec oriented macros by Armando Visconti · 3 years, 10 months ago
- 09a85ff tests: lib: mem_alloc: Fix test names by Stephanos Ioannidis · 3 years, 10 months ago
- dbfa5a0 coding guidelines 11.9: fix literal zero as the null-ptr-constant by Maksim Masalski · 3 years, 10 months ago
- d3ae4e9 intel_adsp_cavs15/ logtool.py: fix support for multiple NULLs by Marc Herbert · 3 years, 10 months ago
- 36a1a88 tests: smp: correct the inappropriate testcase by Enjia Mai · 3 years, 10 months ago
- f66cb34 dts: riscv: it8xxx2: fix default status of UART by Tim Lin · 3 years, 10 months ago
- fd20ad2 ARM64: Release notes for 2.6 by Carlo Caione · 3 years, 10 months ago
- d75e982 boards: arm: stm32: clean up dts after clock conversion by Ilya Tagunov · 3 years, 10 months ago
- b9a782b doc: release-notes-2.6: on k_mem_unmap and demand paging stats by Daniel Leung · 3 years, 10 months ago
- 678564e doc: release-notes-2.6: major x86 changes by Daniel Leung · 3 years, 10 months ago
- eca366b doc, coding guidelines: fix cert-c links in coding guidelines by Lauren Murphy · 3 years, 10 months ago
- 643eb20 openthread: shell: Do not execute OT commands when OT is not ready by Damian Krolik · 3 years, 10 months ago
- f100566 tests: mheap_api_concept: fix non-reentrant thread_id by Watson Zeng · 3 years, 10 months ago
- 19fd583 samples: sensor: Fix logically dead code in bmg160 sample by Maureen Helm · 3 years, 10 months ago
- 53f21e1 samples: sensor: Fix logically dead code in adxl372 sample by Maureen Helm · 3 years, 10 months ago
- 8eea9eb MAINTAINERS: Add new ARM64 collaborator by Carlo Caione · 3 years, 10 months ago
- 41afd83 Bluetooth: Crypto: Fix naming of params by René Beckmann · 3 years, 10 months ago
- 8e69daf tests: libc: Update libc testcases to solve coverity issues by Ying ming · 3 years, 11 months ago
- 929c573 pm: policy: Fix residency policy math by Flavio Ceolin · 3 years, 11 months ago
- fb88c77 tests: mem_protect/mem_map: remove unused assignment to cnt by Daniel Leung · 3 years, 11 months ago
- 7c0ab58 samples: net: txtime: Address length was not init by Jukka Rissanen · 3 years, 11 months ago
- f602801 net: igmp: Fix uninitialized variable by Jukka Rissanen · 3 years, 11 months ago
- 76dee39 drivers: serial: stm32: Fixes uart_event_tx len calculation by Prema Jonathan van Win · 3 years, 11 months ago
- 53d00dc logging: Enable SWO pin for STM32 SoCs by Andrés Manelli · 3 years, 11 months ago
- 0129884 drivers/spi: STM32: This solves SPI infinite loop on Tranceive by Affrin Pinhero · 3 years, 11 months ago
- 13303c4 drivers: serial: nrf uarte: Fix for the RX byte counter by Tomasz Chyrowicz · 3 years, 11 months ago
- 797aa8b soc: nrf9160: Remove incorrect indication of SWO availability by Andrzej Głąbek · 3 years, 11 months ago
- 2656e6a kconfig: TraceRecorder Kconfig file for undefined symbols by Torsten Rasmussen · 3 years, 11 months ago
- 053467f doc: Update MXRT685 documentation by Mahesh Mahadevan · 3 years, 11 months ago
- 491fb7a CODEOWNERS, MAINTAINERS.yml: Update github username by Siddharth Chandrasekaran · 3 years, 11 months ago
- cc0cb3d doc: clock: link macros and struct to doxygen by Anas Nashif · 3 years, 11 months ago
- 7c582f4 tracing: systemview: rework IDs and make them match APIs by Anas Nashif · 3 years, 11 months ago
- 72c830c tracing: test format: print more details by Anas Nashif · 3 years, 11 months ago
- fe14c23 tracing: move test format into its own directory by Anas Nashif · 3 years, 11 months ago
- 410b895 mbedtls: minor update, to fix the README file by Ioannis Glaropoulos · 3 years, 11 months ago
- 5810699 samples: sensor: max17262: Fix NULL pointer dereference by Kumar Gala · 3 years, 11 months ago
- 53b8706 adc_emul: case can not run on native_posix board by Hake Huang · 3 years, 11 months ago
- 77a751e tests/kernel/common: Fix test test_nop for ARMV7_M_ARMV8_M_MAINLINE by Erwan Gouriou · 3 years, 11 months ago
- 7e385d7 fs: logstr_dup causes error in LOG_ERROR messages by Fredrik Gihl · 3 years, 11 months ago
- c610a07 samples: peripheral_ht: remove configurations for nrf5x boards by Ievgenii Meshcheriakov · 3 years, 11 months ago
- 4930077 samples: peripheral_ht: use HAS_HW_NRF_TEMP to detect TEMP sensor presence by Ievgenii Meshcheriakov · 3 years, 11 months ago
- 6ca36a7 boards: acrn_ehl_crb_defconfig: remove unused configs by Jennifer Williams · 3 years, 11 months ago
- 977aba6 net: openthread: Fix multiple Kconfig enablers for Link Metrics by Lukasz Maciejonczyk · 3 years, 11 months ago
- eaeac46 net: openthread: Fix OT shell crash by Robert Lubos · 3 years, 11 months ago
- 29e023d net: shell: Fix crash when invoking dns command in shell by Jukka Rissanen · 3 years, 11 months ago
- 6485e7d net: if: Do not check IPv4 multicast addr when selecting src addr by Jukka Rissanen · 3 years, 11 months ago
- 660d147 kernel: init.c: tag source for boot/pinned sections by Daniel Leung · 3 years, 11 months ago
- 735fad2 boards: qemu_x86_virt: enable using boot and pinned sections by Daniel Leung · 3 years, 11 months ago
- 2c2d313c x86: ia32: mark symbols for boot and pinned regions by Daniel Leung · 3 years, 11 months ago