Commit graph

  • 21d885535e MAINTAINERS: declare myself as a RISC-V collaborator Nicolas Pitre 2023-11-17 11:29:45 -0500
  • 92fb8b2238 arm: nxp_mpu: enable module's clock only when needed Manuel Argüelles 2023-11-16 21:13:31 +0700
  • da3d9197a6 include: arm: nxp_mpu: remove redundant HAL include Manuel Argüelles 2023-11-16 23:45:19 +0700
  • 317d070222 tests: timer_behavior: increase stdev tolerance for npcx timer Jun Lin 2023-11-02 11:06:15 +0800
  • 4cfd4b5379 driver: timer: npcx: fix announce/set timer timeout tick Jun Lin 2023-10-30 15:14:12 +0800
  • dfc747d53a samples: sensor: dht_polling: Add generic dht sample application Ian Morris 2023-09-22 17:38:07 -0700
  • 4c92419546 drivers: sensor: hs300x: Add driver for Renesas HS300x sensors Ian Morris 2023-09-22 17:23:29 -0700
  • ce3ba0dfd2 modules: openthread: platform: radio: Rename missed type Jamie McCrae 2023-11-17 09:47:18 +0000
  • 2dce408bc3 drivers: serial: uart_liteuart: fix interrupt-driven mode Josuah Demangeon 2023-10-12 12:58:40 +0200
  • bc08e801c6 native_sim build: Fix for APPLICATION_BINARY_DIR!=CMAKE_BINARY_DIR Alberto Escolar Piedras 2023-11-14 15:23:55 +0100
  • 19d250e1dc sysbuild: create sysbuild_cache function Torsten Rasmussen 2023-11-13 13:36:44 +0100
  • cd9f307e71 drivers: gpio: shell: add vendor specific flags argument Nick Ward 2023-10-23 22:40:02 +1100
  • 738a1517b1 drivers: gpio: shell: optimise blink command Nick Ward 2023-10-22 18:20:04 +1100
  • 45509fdc0e drivers: gpio: shell: make blink command optional Nick Ward 2023-10-22 18:00:35 +1100
  • 695a0ac503 drivers: gpio: shell: add info command Nick Ward 2023-10-22 15:37:53 +1100
  • 0df794e316 drivers: gpio: shell: improve tab complete/suggestion support Nick Ward 2023-10-22 11:34:30 +1100
  • 7a83724e0f boards: nrf52840dk_nrf52840: add gpio reserved ranges and line names Nick Ward 2023-10-22 10:44:38 +1100
  • 5209666539 net: mdns: Fix compile error when using clang Jukka Rissanen 2023-11-16 21:40:56 +0200
  • 9246d98a6a samples: net: mdns_responder: Add VLAN support Jukka Rissanen 2023-11-15 17:47:06 +0200
  • 5049a049db net: mdns: Create a listener to all available network interfaces Jukka Rissanen 2023-11-15 17:44:10 +0200
  • dd2a222086 net: if: Add helper to calculate number of interfaces Jukka Rissanen 2023-11-15 17:42:21 +0200
  • 3f891ced3a net: conn: Check also network interface for duplicates Jukka Rissanen 2023-11-15 17:40:22 +0200
  • 8157b48734 net: context: Add function to bound to a network interface Jukka Rissanen 2023-11-15 17:39:14 +0200
  • 31ee2e678d net: context: Allow binding to different interfaces Jukka Rissanen 2023-11-15 17:36:10 +0200
  • 599bcb1e5d drivers: watchdog: wdt_nrfx: Implement disable API Adam Wojasinski 2023-09-22 09:08:17 +0200
  • 968916572c drivers: watchdog: wdt_nrfx: Remove config field from config structure Adam Wojasinski 2023-11-16 10:56:03 +0100
  • f25e2201a4 tests: fix various test identifiers Anas Nashif 2023-11-15 14:20:03 +0000
  • 190f0dde26 doc: migration-guide: annotate various entry with the PR numbers Fabio Baltieri 2023-11-16 16:35:41 +0000
  • 3b96c2421e MAINTAINERS: add the PLIC interrupt controller driver to the RISC-V area Filip Kokosinski 2023-11-16 11:16:24 +0100
  • dfd7624270 Revert "Bluetooth: att: use a dedicated metadata struct for RSP PDUs" Jonathan Rico 2023-11-16 09:03:53 +0100
  • bd9c35b496 Revert "Bluetooth: att: re-use REQ buf for RSP" Jonathan Rico 2023-11-16 09:01:35 +0100
  • 530e845f92 Revert "Bluetooth: att: don't re-use the ATT buffer for confirmations" Jonathan Rico 2023-11-16 09:00:43 +0100
  • e0ea44cbfa llext: fix symbol address calculation for ET_DYN Guennadi Liakhovetski 2023-09-28 13:56:54 +0200
  • 21cea07b8c llext: fix a confusion between section indices Guennadi Liakhovetski 2023-11-14 12:51:27 +0100
  • eb3071ebe8 llext: check for an allocation failure Guennadi Liakhovetski 2023-11-09 13:48:16 +0100
  • fb92636056 llext: remove a symbol count copy Guennadi Liakhovetski 2023-11-09 13:04:21 +0100
  • db43d35f61 llext: (cosmetic) remove an unused variable Guennadi Liakhovetski 2023-11-09 15:11:26 +0100
  • 60aef84cad llext: (cosmetic) use a local variable Guennadi Liakhovetski 2023-11-09 14:06:03 +0100
  • fef999c06f llext: (cosmetic) remove "inline" in llext.c Guennadi Liakhovetski 2023-11-09 13:56:06 +0100
  • bf2f065876 Bluetooth: Host: Remove ifdef around sc_indicate Aleksander Wasaznik 2023-11-15 16:16:24 +0100
  • 3452f9fa4e input: it8xxx2_kbd: drop unnecessary include Fabio Baltieri 2023-11-16 15:27:11 +0000
  • 716281b5c9 input: kbd_matrix: move few assignment off the declaration area Fabio Baltieri 2023-11-16 11:07:57 +0000
  • eaac842b82 input: kbd_matrix: move scan_cycles_idx increment Fabio Baltieri 2023-11-16 11:05:39 +0000
  • 2cf9d32b29 input: kbd_matrix: use CLAMP instead of two ifs Fabio Baltieri 2023-11-16 11:04:37 +0000
  • c639ab8e57 input: kbd_matrix: clean debug logs Fabio Baltieri 2023-11-16 11:03:06 +0000
  • 958cd4ff53 input: kbd_matrix,npcx: drop explicit LOG_LEVEL define Fabio Baltieri 2023-11-06 23:31:44 +0000
  • 78eebda134 samples shell/devmem_load: Replace native_posix w native_sim Alberto Escolar Piedras 2023-11-15 15:10:31 +0100
  • e2927426d1 samples shell_module: Replace native_posix w native_sim Alberto Escolar Piedras 2023-11-15 15:08:43 +0100
  • 65fd7d4246 samples shell/fs docs: Enable for native_sim Alberto Escolar Piedras 2023-11-10 11:42:39 +0100
  • ebd70f959f flash host fuse access: Fix for native_sim Alberto Escolar Piedras 2023-11-15 14:29:55 +0100
  • 22d470e6a5 drivers: eth_mcux: Add net_if_mcast_cb for IPv4 Ibe Van de Veire 2023-11-15 14:40:35 +0100
  • 8cfede8f2e net: lwm2m: Support DTLS Connection Identifier Seppo Takalo 2023-11-15 13:40:38 +0200
  • 100836ee9e zbus: fix warning messages when mixing C and C++ files Rodrigo Peixoto 2023-11-15 08:30:52 -0300
  • 3441fee460 drivers: spi: Implement workaround for unreliable busy flag Benedikt Schmidt 2023-11-07 16:12:10 +0100
  • eb323be088 tests: smbus: Fix user mode usage Flavio Ceolin 2023-11-02 18:44:53 -0700
  • 3763737326 smbus: Remove syscalls with callbacks Flavio Ceolin 2023-11-01 15:26:14 -0700
  • 21366fea19 ci: do not mark coverity issues as stale Anas Nashif 2023-11-16 21:50:08 +0000
  • 256adeebd9 Revert "drivers: watchdog: wdt_nrfx: Implement disable API" Henrik Brix Andersen 2023-11-16 18:20:05 +0100
  • 11857e3509 MAINTAINERS: Update maintainers/codeowners for Intel Agilex boards Girisha Dengi 2023-11-14 15:04:44 +0000
  • e87ded3f03 input: it8xxx2: use the generic keyboard code Fabio Baltieri 2023-11-13 16:27:01 +0000
  • 24c1b42741 drivers: ethernet: nxp_s32: include soc.h Manuel Argüelles 2023-11-14 21:18:18 +0700
  • 2c9255fbba soc: nxp_s32: include soc.h instead of individual headers Manuel Argüelles 2023-11-14 21:16:46 +0700
  • 927445325c soc: nxp_s32: s32ze: include device headers in soc.h Manuel Argüelles 2023-11-14 21:16:33 +0700
  • b9977592a5 doc/develop/test/bsim: Update with nrf5340bsim info Alberto Escolar Piedras 2023-11-14 16:44:47 +0100
  • 05c03eb258 bluetooth dev doc: Update with nrf5340bsim info Alberto Escolar Piedras 2023-11-14 16:43:18 +0100
  • ceba001bad bsim boards doc: Update general bsim boards documentation Alberto Escolar Piedras 2023-11-14 15:18:13 +0100
  • faf8bb0696 boards nrf5340_bsim doc: IPC and MUTEX peripherals are now supported Alberto Escolar Piedras 2023-11-14 09:58:43 +0100
  • 3b5fd5fc92 boards: arm: LPC55Sx6: Enable LinkServer and PyOCD runners. Andrej Butok 2023-10-10 14:26:32 +0200
  • 47ad8f047c dts: binding: i2c: Update description for Infineon CAT1 i2c driver Nazar Palamar 2023-11-08 22:15:12 +0200
  • de4fc8bf75 boards: arm: CY8CPROTO-062-4343W: update bias for i2c Nazar Palamar 2023-11-08 22:11:49 +0200
  • b911694f9b dts: pinctrl: kinetis: make slew-rate optional Manuel Argüelles 2023-11-12 14:30:44 +0700
  • d896213ef4 doc/release: Add incompatible change for bt mesh Lingao Meng 2023-11-16 12:11:21 +0800
  • 2cd8d40b97 Bluetooth: Mesh: Split Model Structure Lingao Meng 2023-11-15 18:03:40 +0800
  • ab08f34fd9 Bluetooth: Mesh: Make bt_mesh_model as rodata Lingao Meng 2023-11-14 12:00:30 +0800
  • df7114456e tfm: Change default TF-M model for profile small to match profile conf Joakim Andersson 2023-11-16 12:05:04 +0100
  • d027d26298 logging: LOG_PRINTK disabled in userspace Flavio Ceolin 2023-11-14 05:12:06 +0000
  • a48e68441b logging: Remove syscall for z_log_msg_runtime_vcreate Flavio Ceolin 2023-11-14 05:20:47 +0000
  • 538abf3332 doc: clarify role of CODEOWNERS and MAINTAINERS files Anas Nashif 2023-11-15 11:40:00 -0500
  • feb6742a8e CODEOWNERS: cleanup and remove duplicates Anas Nashif 2023-11-15 08:49:32 -0500
  • 063ce9caf5 samples/subsys/usb/hid: Enable for native_sim Alberto Escolar Piedras 2023-11-15 13:37:48 +0100
  • 5bf7109767 samples/subsys/usb/cdc_acm: Enable for native_sim Alberto Escolar Piedras 2023-11-15 13:37:12 +0100
  • 5776d74943 samples/subsys/usb/console: Remove platform_exclude Alberto Escolar Piedras 2023-11-15 13:35:59 +0100
  • 9fe225d2b8 doc/connectivity/usb: Replace references to native_posix w native_sim Alberto Escolar Piedras 2023-11-10 12:24:32 +0100
  • e7123253a3 boards: arm: nrf9131ek: add docs Maximilian Deubel 2023-11-15 12:41:16 +0100
  • 1c8b668d23 tfm: Fix include order between platform_ns and tfm_api_ns libraries Joakim Andersson 2023-11-15 18:04:28 +0100
  • 1af78e0481 boards: up_squared_pro_7000: Update documentation Andrei Emeltchenko 2023-11-14 13:29:01 +0200
  • a089fa241f input: npcx: drop the input_ prefix from the internal functions Fabio Baltieri 2023-11-14 17:11:17 +0000
  • 16629cbabd tests: coredump: Remove matching pattern Lucas Tamborrino 2023-11-14 12:09:29 -0300
  • 8c74583125 boards: stm32h747i_disco: Add Segger JLink support David Brown 2023-11-14 08:14:43 -0700
  • d10e0e5247 MAINTAINERS: Fixes to Networking Buffers section Johan Hedberg 2023-11-14 16:59:01 +0200
  • 58e1963c6b drivers: can: mcan: use __nocache_noinit for MRAM data variables Henrik Brix Andersen 2023-11-14 13:23:13 +0100
  • afe1ca6847 linker: allow tagging variables with __nocache_noinit Henrik Brix Andersen 2023-11-14 13:21:02 +0100
  • c9da68290a modules: canopennode: use zephyr/dsp/types.h for float32_t/float64_t Henrik Brix Andersen 2023-11-14 12:00:43 +0100
  • 85fb2873e4 logging: log_core: support CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD value of 1 Mike J. Chen 2023-11-13 14:23:48 -0800
  • e59991abfe drivers: spi_nxp_s32: update StateIndex configuration Cong Nguyen Huu 2023-11-09 14:10:31 +0700
  • 8dcd61e36e soc: nxp_s32: pinctrl: update to RTD 1.0.0 Cong Nguyen Huu 2023-11-09 15:16:03 +0700
  • 5095d9d9e7 drivers: mbox_nxp_s32_mru: update to RTD 1.0.0 Cong Nguyen Huu 2023-11-07 09:18:47 +0700
  • e02c27aeb8 drivers: counter_nxp_s32_sys_timer: update to RTD 1.0.0 Cong Nguyen Huu 2023-11-07 09:13:03 +0700
  • 2a932ccab1 drivers: uart_nxp_s32_linflexed: update to RTD 1.0.0 Cong Nguyen Huu 2023-11-07 08:57:31 +0700
  • da35f117a4 dt-bindings: clock: update clock to RTD 1.0.0 Cong Nguyen Huu 2023-11-07 08:55:19 +0700