Commit graph

  • 19773a61c6 drivers: ksz8081: Some bug fixes & 25MHz RMII Declan Snyder 2023-11-30 14:26:02 -0600
  • a2184305f2 bluetooth: tester: Enable Periodic Advertising support Szymon Janc 2023-11-30 15:13:58 +0100
  • 899d4f997e userspace: Additional checks in K_SYSCALL_MEMORY Flavio Ceolin 2023-11-21 12:59:39 -0800
  • 450ad68ca8 tests: Bluetooth: Mesh: delayable message unit tests Aleksandr Khromykh 2023-12-01 08:14:50 +0100
  • d175ac0572 Bluetooth: Mesh: access tx msg randomizer Aleksandr Khromykh 2023-11-20 16:43:25 +0100
  • 3533178713 drivers: eth_nxp_s32_netc: use instance-based DT macros Cong Nguyen Huu 2023-11-16 09:58:27 +0700
  • 0bf4efc780 tests: drivers: build_all: can: add build test for native posix linux Henrik Brix Andersen 2023-11-30 10:28:12 +0100
  • c86f5c0f61 drivers: can: native_posix_linux: add embedded libc support Henrik Brix Andersen 2023-11-30 10:25:26 +0100
  • 399eb55381 drivers: can: native_posix_linux: remove unused functions Henrik Brix Andersen 2023-11-30 13:00:20 +0100
  • 052590b0c1 doc: vuln: Disclose information about CVE-2023-4424 Flavio Ceolin 2023-11-20 22:50:12 -0800
  • bf7d7d6214 modules/hal_ethos_u: do not expose module kconfigs if not enabled Anas Nashif 2023-12-08 07:37:39 -0500
  • 7b78393b07 samples: drivers: spi_flash: Extend requirements description Adam Wojasinski 2023-12-08 12:35:54 +0100
  • 8fdb8004dd samples: drivers: spi_flash: Add nordic,qspi-nor to test filter Adam Wojasinski 2023-12-07 13:17:07 +0100
  • 23964234ac boards: Add alias to boards with spi-flash node Adam Wojasinski 2023-12-07 15:11:27 +0100
  • b49fb0d289 mgmt/osdp: Add build-only tests for OSDP samples Arkadiusz Wadowski 2023-12-07 10:27:58 +0100
  • 3fc40c9779 mgmt/osdp: Remove unused variable from osdp_phy_packet_finalize() Arkadiusz Wadowski 2023-12-07 09:41:16 +0100
  • a9b0230360 mgmt/osdp: Fix compilation when CONFIG_OSDP_SC_ENABLED enabled Arkadiusz Wadowski 2023-12-07 09:34:49 +0100
  • b493d51bb1 drivers: i2c: i2c_ambiq: fixing error in bitrate setting Bryan Zhu 2023-12-08 08:45:29 +0800
  • 683098728a Bluetooth: Mesh: Use memslab replace with net_buf_pool Lingao Meng 2023-12-05 10:01:19 +0800
  • 725ceb72b7 test: lwm2m: Implement missing test case 103 Seppo Takalo 2023-12-04 13:14:53 +0200
  • 51869b3e45 test: lwm2m: Implement bootstrap tests 4 - 7 Seppo Takalo 2023-11-23 16:57:41 +0200
  • 34d4e50374 tests: mode: Modem CMUX DTE / DCE test Juha Heiskanen 2023-11-29 17:43:05 +0200
  • 6943cd497c tests: modem: Modem backend mock update Juha Heiskanen 2023-11-29 17:47:55 +0200
  • 093efc444d modem: modem_cmux: Support modem CMUX DCE role Juha Heiskanen 2023-11-29 17:51:11 +0200
  • 72bb10dc84 samples: input_dump: enable shell commands by default Fabio Baltieri 2023-11-24 18:27:11 +0000
  • fa8a7c3898 test: add a test for the kbd_matrix_state command Fabio Baltieri 2023-11-22 18:32:13 +0000
  • e4796521f2 input: kbd_matrix: add an kbd_matrix_state shell command Fabio Baltieri 2023-11-22 17:24:06 +0000
  • bc849c7078 input: kbd_matrix: add print helper define Fabio Baltieri 2023-11-22 17:04:28 +0000
  • 85b398be65 manifest: hal_nordic: Update revision with fixed workaround in nrfx_qspi Adam Wojasinski 2023-12-01 14:53:27 +0100
  • 9bfe6efbb5 arch: common: multilevel irq: verify interrupt level bits configuration Yong Cong Sin 2023-11-21 15:51:42 +0800
  • 2e37da45e5 tests: interrupt: sw_isr_table: fix index test for n+1 instance Yong Cong Sin 2023-11-21 00:13:37 +0800
  • 7934a47332 tests: interrupt: sw_isr_table: use devicetree/Kconfig as ground truth Yong Cong Sin 2023-11-21 00:00:08 +0800
  • f3da086ac3 arch: common: sw_isr: make sure that the table index is within range Yong Cong Sin 2023-11-20 18:18:32 +0800
  • a28da922db tests: interrupt: refactor the sw_isr_irq_parent_table tests Yong Cong Sin 2023-11-20 17:59:44 +0800
  • 0274821bb7 arch: common: multilevel irq: move CAT_3RD_LVL_LIST into 3rd level guard Yong Cong Sin 2023-11-20 16:44:53 +0800
  • 48d9af46e3 arch: common: multilevel irq: fix issues where the intc device is NULL Yong Cong Sin 2023-11-16 18:47:46 +0800
  • 397c001181 doc: kernel/mm: add a page about virtual memory Daniel Leung 2023-11-21 16:09:00 -0800
  • 22447c9736 kernel: mmu: fix typo K_DIRECT_MAP to K_MEM_DIRECT_MAP Daniel Leung 2023-12-04 16:22:31 -0800
  • 0a3fe40505 drivers: intc: plic: set edge-triggered register address using compat Yong Cong Sin 2023-11-25 22:31:49 +0800
  • 4e9f73b0dd doc: pm: nrf target does not enable PM Flavio Ceolin 2023-12-07 15:47:04 -0800
  • 917770952d samples: subsys: display: lvgl: Update README Fabian Blatz 2023-12-07 09:11:08 +0100
  • edf32335cb test: drivers: sensor: adltc2990: fix double promotion Ryan McClelland 2023-12-05 13:57:49 -0800
  • 8deaf18d8b drivers: modem: hl7800: fix low power modes Ryan Erickson 2023-12-06 10:34:45 -0600
  • 6003927ac2 net: sntp: Add option for SNTP uncertainty Jasper Smit 2023-12-06 14:03:12 +0100
  • ef1f2d1336 Bluetooth: Mesh: Convert no opcode error to debug log Pavel Vasilyev 2023-12-06 13:32:01 +0100
  • bcd2aba4d7 Bluetooth: Mesh: Allow custom RPL use mesh settings work Pavel Vasilyev 2023-12-06 13:24:15 +0100
  • 22ef2bed33 west.yml: MCUboot synchronization from upstream Jamie McCrae 2023-12-06 11:21:34 +0000
  • 0e73c225bb drivers: ssp: Reverted CPA check condition Jaroslaw Stelter 2023-12-05 14:36:06 +0100
  • 0ee6632967 soc: arm: nxp_s32: s32k1: use HAL to init code cache Manuel Argüelles 2023-12-05 19:35:12 +0700
  • 6aa242cdfb soc: arm: nxp_s32: s32k1: fix code cache init Manuel Argüelles 2023-12-05 19:29:42 +0700
  • 304b98391c net: openthread: Add openthread TCAT implementation. Przemyslaw Bida 2023-12-05 16:13:06 +0100
  • 8f2b7a121b net: openthread: Openthread upmerge to 4ed44bc Przemyslaw Bida 2023-12-05 13:48:37 +0100
  • 825bc325d2 net: context: Document misc settings and functions Jukka Rissanen 2023-12-04 14:53:02 +0200
  • 039c6a304d net: context: Document socks proxy settings Jukka Rissanen 2023-12-04 14:52:20 +0200
  • 405b8b5f19 net: context: Add docs for getter/setter of TTL/hoplimit values Jukka Rissanen 2023-12-04 14:33:16 +0200
  • 643984c432 pm: device_runtime: don't assert in ISR put Jordan Yates 2023-12-08 11:57:23 +1100
  • 339d0ac4a5 tests: btp_mcp: Fix dead code warning Andrei Emeltchenko 2023-11-23 11:20:30 +0200
  • 203949c42c Bluetooth: VCP: Allow for multiple vol_ctrl cb registers Emil Gydesen 2023-11-22 14:06:59 +0100
  • 8ab1c75e9b feat: add support for TDK NTCG103JF103FT1 thermistor Maxmillion McLaughlin 2023-08-31 15:40:59 -0600
  • f69641f7d2 input: gpio_kbd_matrix: do not enable interrupt if there's no callbacks Fabio Baltieri 2023-12-05 16:28:59 +0000
  • 27d519b260 samples: logging: disable usermode for rtt platfroms Hake Huang 2023-12-06 15:49:55 +0800
  • 28ff83515d tests: drivers: coredump: Enable code coverage Dmitrii Golovanov 2023-11-29 20:06:07 +0100
  • 026908b7b8 include/zephyr/net: Add 'brief' to group description Ederson de Souza 2023-08-28 10:51:15 -0700
  • 5e08f73f7d samples: net: wifi: boards: added missing files for xiao_esp32c3 Robert Baruch 2023-12-05 14:49:52 -0500
  • 1106b86bde doc: release: Add migration for bluetooth uuid Lingao Meng 2023-12-06 10:53:55 +0800
  • 786b9a0ad4 Bluetooth: Host: Add const prefix for UUID Lingao Meng 2023-12-05 17:52:21 +0800
  • a51af14729 doc: release: 3.6: Add note on net_mgmt worker Kconfig Pieter De Gendt 2023-12-01 13:27:40 +0100
  • 8084a1c908 tests: net: mgmt: Add test cases new worker options Pieter De Gendt 2023-12-01 13:24:25 +0100
  • c1204affab net: ip: net_mgmt: Support system work queue and synchronous callbacks Pieter De Gendt 2023-12-01 13:21:39 +0100
  • 3fec3964e0 Bluetooth: CAP: Move initiator/commander common code to cap_common Emil Gydesen 2023-11-02 20:31:09 +0100
  • 227905ac4d doc: release: 3.6: Add note on fixed MCUboot erase issue Jamie McCrae 2023-12-04 15:41:01 +0000
  • f147e8b8f5 dfu: boot: mcuboot_shell: Prevent erasing MCUboot/app flash areas Jamie McCrae 2023-12-04 15:38:32 +0000
  • ed610400bc drivers: sensor: mcp9600: fix wrong register address Nikos Agianniotis 2023-12-05 22:21:44 +0100
  • a3e5af95de kernel: Update k_sleep() and k_usleep() return values Peter Mitsis 2023-12-05 13:40:19 -0500
  • 093c7f4137 tests: benchmark: Add case for object core stats Peter Mitsis 2023-12-05 10:59:22 -0500
  • 19ac0a2839 drivers adc_emul: Refer to native_sim overlay instead of native_posix Alberto Escolar Piedras 2023-12-05 17:15:01 +0100
  • 9f15c41a7e drivers/timer native: Replace native_posix with native_posix/sim Alberto Escolar Piedras 2023-12-05 17:14:05 +0100
  • 53bbded264 drivers/serial native: Replace native_posix with native_sim in comments Alberto Escolar Piedras 2023-12-05 17:12:43 +0100
  • 94b16c4d2d drivers/sensor Kconfig: Replace native_posix with native_sim Alberto Escolar Piedras 2023-12-05 17:11:28 +0100
  • 9323a3f9c7 arch/Kconfig: Fix ARCH_POSIX comment Alberto Escolar Piedras 2023-12-05 17:10:46 +0100
  • 8add7cb62f soc/posix posix_native_task: Replace native_posix in description Alberto Escolar Piedras 2023-12-05 17:09:20 +0100
  • 8358cdd697 net: lwm2m: Reduce dependency on firmware update pull Kconfig Marc Lasch 2023-12-05 16:06:11 +0100
  • 0c26bdd86f doc: add EXTRA_DTC_OVERLAY_FILE to list of important build variables Torsten Rasmussen 2023-12-05 14:55:19 +0100
  • 3e56b12c58 Bluetooth: ATT: don't access l2cap ops struct Jonathan Rico 2023-12-05 14:17:04 +0100
  • ffc425191e net: doc: Remove Network Connectivity API page Robert Lubos 2023-12-05 12:57:18 +0100
  • b9453d52ed net: doc: Reference the Kconfig option that enables app libraries Robert Lubos 2023-12-05 12:43:43 +0100
  • 7c9205bc41 display: display_max7219: remove dummy functions for unsupported API Marcus Folkesson 2023-12-05 12:28:03 +0100
  • 0096a980d3 include: drivers: display: verify if optional API is implemented Marcus Folkesson 2023-12-05 12:22:19 +0100
  • 3ddd36ff77 llvm: Allow llvm-readelf Yuval Peress 2023-12-01 15:52:46 -0700
  • 35761f724d net: lib: shell: Add CoAP descriptions to event monitor Pieter De Gendt 2023-12-01 13:54:33 +0100
  • ac520e6f99 doc: release: 3.6: Add CoAP events documentation Pieter De Gendt 2023-12-01 10:33:18 +0100
  • 1f52a755d3 doc: connectivity: networking: Update CoAP event handling example Pieter De Gendt 2023-12-01 10:25:30 +0100
  • 8b22c769a7 samples: net: sockets: coap_server: Add CoAP events example Pieter De Gendt 2023-12-01 10:12:19 +0100
  • 5182dd24c6 net: lib: coap: Introduce net mgmt events for CoAP Pieter De Gendt 2023-11-29 16:53:09 +0100
  • f712441840 Revert "net: lib: coap: Add support for observer event callbacks" Pieter De Gendt 2023-12-01 09:00:47 +0100
  • 527640b726 samples: net: sockets: coap_server: Remove observer events Pieter De Gendt 2023-12-01 09:32:14 +0100
  • 429798c141 tests: net: socket: udp: Increase ztest stack size Robert Lubos 2023-12-06 11:56:55 +0100
  • f46a27f20b tests: drivers: spi: enable tests on ucans32k1sic Manuel Argüelles 2023-12-01 13:28:36 +0700
  • e4e3386f9c boards: ucans32k1sic: enable LPSPI support Manuel Argüelles 2023-12-01 13:28:36 +0700
  • 18202d0db3 soc: nxp: s32k146: add LPSPI support Manuel Argüelles 2023-12-01 13:28:36 +0700