Commit graph

  • 0a590e62e5 cmake: kconfig: Treat Kconfig source paths as UTF-8 Jamie McCrae 2024-06-12 12:16:56 +0100
  • 4fcde701ec sysbuild: Use UTF-8 encoding for cache Jamie McCrae 2024-06-12 12:15:52 +0100
  • c37e46c906 tests: drivers: display: display_read_write: add support for ILI9340 Daniel DeGrasse 2024-01-24 00:39:24 +0000
  • f59156356d drivers: display: ili9xxx: support display_read API Daniel DeGrasse 2024-01-23 15:47:56 +0000
  • 96fdbcab70 coding guidelines: comply with MISRA Rule 15.2 Hess Nathan 2024-05-02 14:55:41 +0200
  • ebacd80c7b tests: drivers: build_all: display: add st7789v display Daniel DeGrasse 2024-06-04 17:34:48 -0500
  • 0784a8684c doc: releases: migration-guide: add migration note for ST7789V display Daniel DeGrasse 2024-06-04 17:30:10 -0500
  • a0e3dd1f87 drivers: display: st7789v: convert to MIPI DBI API Daniel DeGrasse 2024-06-04 17:27:08 -0500
  • d8a891b563 tests: demand_paging: add a test for k_mem_unmap() Nicolas Pitre 2024-06-10 17:06:29 -0400
  • 0313091287 kernel: mmu: make k_mem_unmap() work with demand paging Nicolas Pitre 2024-06-10 17:00:41 -0400
  • 30c9f5eaa5 net: add proper PSA_WANT kconfigs for TLS sockets and RSA key exchanges Valerio Setti 2024-06-11 09:14:30 +0200
  • 30717437f5 jwt: add missing PSA_WANT dependencies to RSA signature Valerio Setti 2024-06-11 07:46:34 +0200
  • e18c4fe654 boards: infineon: cyw20829m2evk_02: update memory partitions map Nazar Palamar 2024-06-12 18:45:44 +0300
  • 2477b699ed boards: luatos: esp32s3: update USB serial to use board variant Eric Holmberg 2024-06-13 11:36:29 +1200
  • d18fd46e99 tests: json: add a test for JSON_TOK_ENCODED_OBJ Fin Maaß 2024-04-15 11:34:50 +0200
  • 01c40dda1f json: add JSON_TOK_ENCODED_OBJ Fin Maaß 2024-03-18 10:55:06 +0100
  • 7fef853015 boards: lilygo: ttgo_t8c3: initial support Lothar Felten 2024-03-19 12:11:30 +0100
  • 79d32aa0c1 tests: sd: sdmmc: add rcar_h3ulcb_r8a77951_a57 board to test Mykola Kvach 2024-05-14 14:12:18 +0300
  • 10363eb898 boards: rcar_h3ulcb_r8a77951_a57: add SD node to dts and describe SD pins Mykola Kvach 2024-05-14 14:10:47 +0300
  • 701c278eeb boards: rcar_spider_s4: add MMC node to dts and describe MMC pins Mykola Kvach 2024-05-14 13:28:16 +0300
  • 636091adb8 boards: renesas: set power-source property for MMC pins Mykola Kvach 2024-05-14 13:22:31 +0300
  • 6458c5ab1f Bluetooth: HFP_AG: fix building warning Lyle Zhu 2024-06-11 17:18:29 +0800
  • bbfa3bc1b9 Bluetooth: HFP_AG: Optimize lock/unlock of the SCO creating Lyle Zhu 2024-06-11 17:14:25 +0800
  • 6939c8c02d Bluetooth: HFP_AG: Optimize the TX process Lyle Zhu 2024-05-22 18:25:58 +0800
  • f055fe7165 bluetooth: hfp_hf: update channel sent callback prototype Lyle Zhu 2024-05-22 18:59:40 +0800
  • 17e2564ff2 bluetooth: rfcomm: remove tx meta Lyle Zhu 2024-05-22 16:41:21 +0800
  • 7f71ad38cc bluetooth: rfcomm: fix issue of sending buf invalid Lyle Zhu 2024-05-22 11:27:02 +0800
  • 7f6d600dd6 kernel: mm: rename z_num_pagefaults_get to k_mem_num_* Daniel Leung 2024-06-07 11:51:14 -0700
  • 564ca11631 kernel: mm: rename z_page_fault() to k_mem_page_fault() Daniel Leung 2024-06-07 11:49:21 -0700
  • 9064652db9 tests: mem_protect/syscalls: exclude board numaker_m2l31ki Daniel Leung 2024-06-07 14:39:41 -0700
  • 54af5dda84 kernel: mm: rename z_page_frame_* to k_mem_page_frame_* Daniel Leung 2024-06-07 10:55:06 -0700
  • 7715aa3341 kernel: mm: rename Z_SCRATCH_PAGE to K_MEM_SCRATCH_PAGE Daniel Leung 2024-06-07 10:20:21 -0700
  • 01682756b6 kernel: mm: rename Z_VM_RESERVED to K_MEM_VM_RESERVED Daniel Leung 2024-06-07 10:14:49 -0700
  • a459cdf51e kernel: mm: rename Z_FREE_VM_START to K_MEM_VM_FREE_START Daniel Leung 2024-06-07 10:02:09 -0700
  • b2784c9145 kernel: mm: rename Z_KERNEL_VIRT_* to K_MEM_KERNEL_VIRT_* Daniel Leung 2024-06-07 09:48:08 -0700
  • 03eded1ed6 kernel: mm: rename Z_VIRT_RAM_* to K_MEM_VIRT_* Daniel Leung 2024-06-07 09:37:48 -0700
  • 3fd66de508 kernel: mm: rename Z_PHYS_RAM_* to K_MEM_PHYS_* Daniel Leung 2024-06-07 09:31:46 -0700
  • b6f951b99e kernel: mm: rename Z_VM_OFFSET to K_MEM_VM_OFFSET Daniel Leung 2024-06-07 09:25:59 -0700
  • def364ab08 kernel: mm: rename Z_BOOT_* to K_MEM_BOOT_* Daniel Leung 2024-06-07 09:16:35 -0700
  • 2d2bbc05d6 kernel: mm: rename Z_VM_KERNEL to K_MEM_IS_VM_KERNEL Daniel Leung 2024-06-06 14:35:05 -0700
  • db9d3134c5 kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* Daniel Leung 2024-06-06 14:30:02 -0700
  • 50640cb1b8 kernel: mm: rename Z_MEM_VM_OFFSET to K_MEM_VIRT_OFFSET Daniel Leung 2024-06-06 14:17:36 -0700
  • 552e29790d kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare Daniel Leung 2024-06-06 09:26:10 -0700
  • 295254a96b kernel: mm: remove k_mem_phys_un/map() Daniel Leung 2024-06-05 16:25:39 -0700
  • 9f9dd264d8 kernel: mm: rename k_mem_un/map_impl to k_mem_*_phys_guard Daniel Leung 2024-06-05 16:42:38 -0700
  • 98b26c6ca8 rtio: Remove builtin iodev mpsc queue Tom Burdick 2024-06-10 17:48:55 -0500
  • 9e623fa9ac doc: relnotes/3.7: Add info about CVE-2024-5931 Flavio Ceolin 2024-06-12 13:05:57 -0700
  • 7c0863d9fd doc: vuln: Add CVE under embargo Flavio Ceolin 2024-06-12 13:08:00 -0700
  • fe867b3e49 doc: relnotes/3.7: Add info about CVE-2024-5754 Flavio Ceolin 2024-06-12 12:49:06 -0700
  • eaafd30b56 twister: cleanup how we capture results of handlers Anas Nashif 2024-05-27 10:48:20 -0400
  • 749566ac48 kernel/init: use zephyr's stack size macro for main/idle thread creation Dong Wang 2024-05-24 09:52:13 +0800
  • fef0e8a211 arch: arm: cortex_m: update inline comment pointing to isr_wrapper.* Wilfried Chauveau 2024-05-20 12:59:03 +0100
  • e09a68b8f3 doc: hardware: arm: Update links to various source files Wilfried Chauveau 2024-05-20 12:57:48 +0100
  • 42ce6d1b90 doc: develop: optimizations: make pahole example independent from arch Wilfried Chauveau 2024-05-20 12:55:34 +0100
  • 1bc51640d3 shell: shell_adsp_memory_window: fix invalid cast in struct init Kai Vehmanen 2024-05-31 15:34:12 +0300
  • f1410959fd doc: sysbuild: Add tag for application configuration section Jamie McCrae 2024-06-10 13:01:58 +0100
  • 52c92159cd scripts: More explicit error in west_commands for NRF flashing Félix Piédallu 2024-05-02 14:22:17 +0200
  • 84f622c7d1 boards: frdm_rw612: Enable ethernet Declan Snyder 2024-06-11 11:39:35 -0500
  • 55607f6d5d boards: rd_rw612_bga: Enable ethernet on board Declan Snyder 2024-06-03 17:18:36 -0500
  • 29d6d36794 soc: rw6xx: Add ENET to DT and suppport Declan Snyder 2024-06-03 17:17:54 -0500
  • a5a2dbacbd drivers: nxp_enet: Support RW6XX series Declan Snyder 2024-06-03 17:17:32 -0500
  • 572433538d drivers: nxp_enet: Fix Kconfig dependency DCACHE Declan Snyder 2024-06-03 17:16:29 -0500
  • 430f3a448a drivers: clock_control_mcux_syscon: Support ENET Declan Snyder 2024-06-03 17:15:49 -0500
  • a84335eedf boards: rd_rw612_bga: Move compatible to dtsi Declan Snyder 2024-06-03 14:40:49 -0500
  • c20e798646 arch: call arch_smp_init() directly, do not use SYS_INIT Anas Nashif 2024-06-06 18:34:22 -0400
  • 9f4c849ac0 samples: add rt1064 to display samples with shield Daniel DeGrasse 2024-05-06 20:32:42 +0000
  • 5d62e87d9d boards: nxp: mimxrt1064: remove display, document usable shields Daniel DeGrasse 2024-05-06 20:32:20 +0000
  • d27a352ac1 samples: add rt1040 to display samples with shield Daniel DeGrasse 2024-04-30 20:57:10 +0000
  • 0d0e47377b boards: nxp: mimxrt1040_evk: add display support Daniel DeGrasse 2024-04-30 22:30:26 +0000
  • 0b4365ef29 usbc: add support for TCPC control of vbus sourcing Michał Barnaś 2023-08-23 14:26:11 +0200
  • 44e4270a28 usbc: add setter function for sink and source control Michał Barnaś 2023-08-23 14:10:00 +0200
  • bf574a0854 soc: add deprecation warning if using HWMv1 SoCs Gerard Marull-Paretas 2024-06-12 11:35:05 +0200
  • 317abcc589 sensor: fix fallthrough on sample_channel_get on AQI Krystian Dolatowski 2024-06-10 20:33:55 +0200
  • c44b777221 drivers: display: make driver API structs const Benjamin Cabé 2024-06-12 15:04:46 +0200
  • 6a29c79d4e drivers: usb: native posix: add option for enabling high speed support Henrik Brix Andersen 2024-06-10 19:55:23 +0000
  • a435dd3ee0 Bluetooth: Audio: CAP broadcast reception start bugfix Andries Kruithof 2024-06-11 07:07:00 +0200
  • 0d51cb08c4 cmake: remove dead 'soc_legacy' folder handling Torsten Rasmussen 2024-06-10 16:28:53 +0200
  • ae833cd04f MAINTAINERS: Add ubieda to RTIO Luis Ubieda 2024-06-12 12:17:06 -0400
  • 4c31e4b337 Bluetooth: BAP: Fix missing len increment when merging non-LC3 data Emil Gydesen 2024-06-07 12:43:31 +0200
  • 2712b32941 Bluetooth: Document that bt_disable() doesn't touch callbacks Rubin Gerritsen 2024-06-07 08:44:14 +0200
  • 6070e693ab intel_adsp: Fix data cache flush before D3 Jaroslaw Stelter 2023-05-25 14:24:58 +0200
  • a1ee7f9d41 intel_adsp: kconfig: remove duplicate line Anas Nashif 2024-06-04 22:55:43 +0000
  • db6bbb90ee intel_adsp: ace30: use correct toolchain Anas Nashif 2024-06-04 18:19:51 +0000
  • bed5d8f6f8 riscv: linker: try to use name of register Fin Maaß 2024-05-29 18:58:49 +0200
  • 77bdc31bc9 tests: devicetree: add tests for DT_REG_HAS_NAME Fin Maaß 2024-06-06 08:27:31 +0200
  • fb8b30d8d0 dts: devicetree.h: add DT_REG_HAS_NAME Fin Maaß 2024-05-28 11:56:42 +0200
  • 88760196c6 dt-bindings: pinctrl: pinctrl_gecko: fix misleading GECKO_FUN_MSK mask val Adrien MARTIN 2024-05-27 19:03:17 +0200
  • 2e9c30aed3 sample: openamp_rsc_table: enable colibri_imx7d Jérémy LOCHE - MAKEEN Energy 2024-05-18 01:44:24 +0200
  • 75d65821ce arch: arm: add rom_start_relocation prompts Jérémy LOCHE - MAKEEN Energy 2024-05-18 01:48:45 +0200
  • 3e3fc86bad nxp: imx7d: add .ressource_table definitions Jérémy LOCHE - MAKEEN Energy 2024-05-14 11:25:02 +0200
  • 521a5ca958 soc: intel_ish: Make ISH support APIC timer with TSC time source. Dong Wang 2024-05-10 16:00:33 +0800
  • 216a1d95ed boards: seeed: Add xiao_rp2040 board Tim Lovett 2024-04-21 09:44:51 -0400
  • fd584b4727 snippets: add ram-console snippet support Hou Zhiqiang 2024-03-19 13:07:08 +0800
  • 1cd37f21f3 drivers: ram_console: add option to link console buffer to given section Hou Zhiqiang 2024-01-24 15:18:25 +0800
  • 209568eabe driver: ram_console: leave one byte from the defined buffer size Hou Zhiqiang 2024-03-19 15:28:25 +0800
  • c1765ff690 soc: imx9: a55: create region and section from the zephyr,memory-region Hou Zhiqiang 2024-01-29 00:57:37 +0800
  • abf90d4ad7 arm64: linker: create region and section from zephyr,memory-region Hou Zhiqiang 2024-01-24 14:51:43 +0800
  • be307f8ad9 Bluetooth: Audio: Change lang to 3-byte value from uint32_t Emil Gydesen 2024-05-10 16:42:57 +0200
  • f08bc644a1 Bluetooth: Audio: Rename stream_lang to lang Emil Gydesen 2024-05-10 15:07:19 +0200
  • 57af793bb4 ARC: nSIM: Add RMX100 platform Nikolay Agishev 2024-05-06 17:17:11 +0300