Commit graph

  • c9ce311aaa drivers: dma: Add Xilinx AXI DMA driver Eric Ackermann 2024-08-29 15:13:31 +02:00
  • 057528b894 docs: dma: Fix typo and grammar Reto Schneider 2024-10-22 22:49:57 +02:00
  • 0841bcff78 docs: dma: Explicitly allow reconfiguration Reto Schneider 2024-10-22 10:53:40 +02:00
  • becd9e5b92 scripts: dts: edtlib: fix type docs Florian Grandel 2024-09-25 11:31:15 +02:00
  • be4acee09a scripts: dts: edtlib: type hints Florian Grandel 2024-09-06 10:57:03 +02:00
  • 0f1549c575 scripts: dts: edtlib: simplification Florian Grandel 2024-09-06 10:53:35 +02:00
  • 4bd584cf21 scripts: dts: edtlib: improve Node encapsulation Florian Grandel 2024-09-06 10:34:17 +02:00
  • d3695c3284 tests: CONFIG_TEST_USERSPACE selects CONFIG_USERSPACE Daniel Leung 2024-11-05 10:29:48 -08:00
  • 2bb0a504a7 include: dt-bindings: gecko: Correct include-guard TOKITA Hiroshi 2024-11-09 14:07:38 +09:00
  • c144ebf723 include: intertupt_controller: esp32: Correct include-guard TOKITA Hiroshi 2024-11-09 14:05:16 +09:00
  • 3f870b316f include: dma: smartbond: Correct include-guard TOKITA Hiroshi 2024-11-09 14:03:08 +09:00
  • 3a6e36d548 drivers: serial: stm32: make poll-out function to pass data by value Pisit Sawangvonganan 2024-11-10 00:03:03 +07:00
  • bffa312ea6 net: context: Fix the connect check for IPv4 Jukka Rissanen 2024-11-15 17:05:37 +02:00
  • 624f28cb65 tests: net: socket: udp: Add IP_MULTICAST_IF set/get testing Jukka Rissanen 2024-11-15 17:05:07 +02:00
  • d3bac7047d net: socket: Add support for IP_MULTICAST_IF option Jukka Rissanen 2024-11-15 17:01:41 +02:00
  • 056a3d3242 net: if: Add helper to return the first IPv4 address for iface Jukka Rissanen 2024-11-15 13:08:25 +02:00
  • 0bd6f3b3f0 net: if: Fix source interface select for IPv4 address Jukka Rissanen 2024-11-15 13:03:58 +02:00
  • 51763d834b tests: net: socket: udp: Add IPV6_MULTICAST_IF set/get testing Jukka Rissanen 2024-11-11 17:29:45 +02:00
  • 7bf9f599b1 drivers: net: loopback: Allow tests to control address swapping Jukka Rissanen 2024-11-12 15:43:38 +02:00
  • 96d4f84a52 net: socket: Add support for IPV6_MULTICAST_IF option Jukka Rissanen 2024-11-11 16:40:15 +02:00
  • 2f3a70ea4e drivers: i2c: Call correct I2C device definition macros Dane Wagner 2024-11-13 12:36:28 -06:00
  • a785548df6 bluetooth: CTS: Fix includes to avoid build error with some libCs Alberto Escolar Piedras 2024-11-14 19:47:42 +01:00
  • 4789820722 dma: remove isr-ok tag from channel request and release Laurentiu Mihalcea 2024-11-01 16:27:59 +02:00
  • 513aa787a4 dma: add channel release callback Laurentiu Mihalcea 2024-11-01 16:38:44 +02:00
  • 4a2f89bcc6 drivers: tcpc: ps8xxx: Remove unreachable return Jianxiong Gu 2024-11-05 04:18:31 +08:00
  • 7d63646d35 shields: seeed_w5500: new shield Marcin Niestroj 2024-11-09 15:09:15 +01:00
  • 6532c2f0bb kernel: make z_is_idle_thread_entry take code ptr Robin Kastberg 2024-11-14 19:28:28 +01:00
  • 27d918e699 tests: cpp: remove non-existing target Anas Nashif 2024-11-18 09:07:47 -05:00
  • 1b8ad2cf40 Bluetooth: AVRCP: allow to parse unit info resposne. Zihao Gao 2024-10-30 10:45:03 +08:00
  • 498f81e45f Bluetooth: AVCTP: add error handling for fragmented message. Zihao Gao 2024-10-30 10:45:03 +08:00
  • 5d322350b4 Bluetooth: AVCTP: check buffer length before use. Zihao Gao 2024-10-30 10:45:03 +08:00
  • 3e2244d634 Bluetooth: AVRCP: fix bitfield issue. Zihao Gao 2024-10-30 10:45:03 +08:00
  • 9af026dcbf Bluetooth : AVRCP: allow to receive an AVRCP message. Zihao Gao 2024-10-30 10:45:02 +08:00
  • 4c932b4b80 Bluetooth: AVCTP: allow to receive an AVCTP message. Zihao Gao 2024-10-30 10:45:02 +08:00
  • e0f1fb0bb6 Bluetooth: Shell: add command to obtain unit info Zihao Gao 2024-10-30 10:45:02 +08:00
  • 3d9cf59fdd Bluetooth: AVRCP: allow to create and send AVRCP unit message Zihao Gao 2024-10-30 10:45:02 +08:00
  • 3a045fbeea Bluetooth: AVCTP: allow to create and send AVCTP message Zihao Gao 2024-10-30 10:45:02 +08:00
  • 36acb89803 Bluetooth: AVRCP: add shell tools for AVRCP functions. Zihao Gao 2024-10-30 10:45:02 +08:00
  • 4e0dc39e71 Bluetooth: AVRCP: Add SDP attributes. Zihao Gao 2024-10-30 10:45:02 +08:00
  • 70b415dab6 Bluetooth: AVRCP: Implemation of AVRCP. Zihao Gao 2024-10-30 10:45:02 +08:00
  • 27f71b044a Bluetooth: AVCTP: Implementation of AVCTP. Zihao Gao 2024-10-30 10:45:01 +08:00
  • d52438f435 drivers: clock_control: stm32h7: disable PLLs before configuration Georgij Cernysiov 2024-07-09 12:44:14 +02:00
  • 0edc89c63b dts/x86: use proper unit-address values Filip Kokosinski 2024-09-26 10:36:00 +02:00
  • d37ae60751 scripts: west_commands: zephyr_ext_common: Remove deprecated west.log Pieter De Gendt 2024-09-29 16:22:48 +02:00
  • 76864957fd scripts: west_commands: export: Remove deprecated west.log Pieter De Gendt 2024-09-29 15:36:34 +02:00
  • 14f9164ee1 scripts: west_commands: twister_cmd: Remove deprecated west.log Pieter De Gendt 2024-09-29 15:31:55 +02:00
  • dd4747ff32 scripts: west_commands: shields: Remove deprecated west.log Pieter De Gendt 2024-09-29 15:31:17 +02:00
  • f8ec1c8a00 scripts: west_commands: completion: Remove deprecated west.log Pieter De Gendt 2024-09-29 15:30:31 +02:00
  • a74c9be593 scripts: west_commands: boards: Remove deprecated west.log Pieter De Gendt 2024-09-29 15:29:22 +02:00
  • d3ecdd9b5b scripts: west_commands: blobs: Remove deprecated west.log Pieter De Gendt 2024-09-29 15:28:14 +02:00
  • efe3d46531 scripts: west_commands: bindesc: Remove deprecated west.log Pieter De Gendt 2024-09-29 15:26:01 +02:00
  • 45a3b6b731 doc: develop: west: Remove deprecated west.log Pieter De Gendt 2024-09-29 16:19:07 +02:00
  • 0fa9701a26 Bluetooth: Tester: Added flag parameter to CAP stop cmd Emil Gydesen 2024-10-10 21:03:33 +02:00
  • 7ea6da0521 boards: intel_adsp/ace30: enable building with Zephyr SDK 0.17.0 Daniel Leung 2024-10-21 13:02:29 -07:00
  • b889360b36 tests: posix/common: set CONFIG_MAX_THREAD_BYTES=3 Daniel Leung 2024-10-21 13:24:36 -07:00
  • 74817cbc2c tests: mem_map: do not run on Intel Audio DSP SoCs Daniel Leung 2022-11-08 14:32:56 -08:00
  • 06e6a84b1d tests: copy intel_adsp_ace30_ptl.conf to *_sim.conf Daniel Leung 2024-10-15 09:17:09 -07:00
  • cf4a398477 drivers: flash: spi_nor: add option for 4byte opcodes Fin Maaß 2024-10-24 14:24:57 +02:00
  • 1f55b8d8a4 tests: Bluetooth: Tester: Increase conn interval Emil Gydesen 2024-11-01 15:01:27 +01:00
  • c7a592b3e0 soc: esp32c6: add Wi-Fi support Sylvio Alves 2024-11-02 23:33:37 -03:00
  • 5d4f4acc7d docs: add release notes for #81184 Martin Stumpf 2024-11-10 13:50:18 +01:00
  • 7c24bd8520 samples: drivers: display: adjust alpha handling Martin Stumpf 2024-11-10 11:31:35 +01:00
  • b816a2926d drivers: display_sdl: fix incorrect color conversion Martin Stumpf 2024-11-10 10:55:30 +01:00
  • 02d562e9b8 drivers: display_sdl: add alpha support Martin Stumpf 2024-11-10 09:49:32 +01:00
  • 86a126dba4 samples: modules: lvgl: fix integer overflow Martin Stumpf 2024-11-10 10:16:05 +01:00
  • 3eae0201c8 samples: modules: lvgl: add screen_transparency sample Martin Stumpf 2024-11-09 10:24:31 +01:00
  • ded2e0ba4a drivers: udc_stm32: set address only for standard device requests David Schneider 2024-11-13 16:33:16 +01:00
  • 8ac483fdd4 scripts: west_commands: core: run netcat with check_call() Chris Friedt 2024-11-10 09:23:26 -05:00
  • 01f8e0fa2d demand_paging: eviction: add kconfig CONFIG_EVICTION_TRACKING Daniel Leung 2024-11-12 14:06:11 -08:00
  • eb24920093 dts: x86: intel: alder_lake: Add second core Franciszek Pindel 2024-11-14 08:52:25 +01:00
  • 1f9baa3ac3 Bluetooth: Host: Refactor legacy adv creation Ludvig Jordet 2024-11-14 13:40:28 +01:00
  • 2f800cea8f soc: Remove re-defining some defined types Jamie McCrae 2024-11-07 08:31:10 +00:00
  • ed48de2583 boards: st: stm32f429i_disc1: doc: re-work flashing section Dario Binacchi 2024-11-04 14:35:11 +01:00
  • 3f6978e913 boards: st: stm32f429i_disc1: doc: support LTDC hardware Dario Binacchi 2024-11-04 10:58:50 +01:00
  • 7bca40cced boards: st: stm32f429i_disc1: doc: fix flashing info Dario Binacchi 2024-11-04 10:42:13 +01:00
  • 247941f79d net: ipv6_fragment: Data in one frag must be multiple of 8 Jukka Rissanen 2024-11-14 13:51:14 +02:00
  • 4c37d5a7bd tests: net: ipv6_fragment: Add PMTU testing Jukka Rissanen 2024-11-13 11:06:15 +02:00
  • 19f9ce5622 net: ipv6_fragment: Add PMTU support Jukka Rissanen 2024-11-13 11:05:31 +02:00
  • 265828634d tests: net: ipv4_fragment: Make test to run faster Jukka Rissanen 2024-11-13 10:35:32 +02:00
  • bdd5001e5b tests: net: ipv4_fragment: Add PMTU testing Jukka Rissanen 2024-11-13 10:39:00 +02:00
  • b6618e8a53 net: ipv4_fragment: Add PMTU support Jukka Rissanen 2024-11-13 10:38:13 +02:00
  • 3d39cbd24d tests: net: pmtu: Add IPV6_MTU socket option tests Jukka Rissanen 2024-11-13 09:28:02 +02:00
  • 9fb09da21a net: Add support for IPV6_MTU IPv6 socket option Jukka Rissanen 2024-11-13 09:26:53 +02:00
  • 74fc23872d tests: net: pmtu: Add IP_MTU socket option tests Jukka Rissanen 2024-11-12 18:20:06 +02:00
  • a818839186 net: Add support for IP_MTU IPv4 socket option Jukka Rissanen 2024-11-12 18:18:44 +02:00
  • fad10f7370 net: shell: events: Set the command mask correctly Jukka Rissanen 2024-11-06 14:39:09 +02:00
  • f0172e7fce net: shell: events: Print PMTU event values Jukka Rissanen 2024-11-06 14:31:10 +02:00
  • ee497c3108 tests: net: pmtu: Add network event tests for pmtu Jukka Rissanen 2024-11-06 14:29:53 +02:00
  • 02ccb0e523 net: pmtu: Send net_mgmt event for changed path MTU Jukka Rissanen 2024-11-06 14:27:28 +02:00
  • 55e582635f tests: net: pmtu: Add IPv4 specific PMTU TCP tests Jukka Rissanen 2024-11-05 18:10:00 +02:00
  • 9dba02f8f4 net: ipv4: Add PMTU support Jukka Rissanen 2024-11-05 17:50:11 +02:00
  • d178eb2908 net: stats: ipv4: pmtu: Add Path MTU Discovery statistics Jukka Rissanen 2024-11-05 16:53:24 +02:00
  • ab0ddc0bbe net: shell: Add pmtu command to the net-shell Jukka Rissanen 2024-11-05 14:47:48 +02:00
  • 281c4ac742 tests: net: pmtu: Add IPv6 specific PMTU TCP tests Jukka Rissanen 2024-11-05 10:45:12 +02:00
  • e7e3afcd01 net: ipv6: Add PMTU support Jukka Rissanen 2024-11-05 10:38:26 +02:00
  • 84b135e226 net: ipv6: Print verdict information Jukka Rissanen 2024-11-05 10:33:03 +02:00
  • 026f88481d net: stats: ipv6: pmtu: Add Path MTU Discovery statistics Jukka Rissanen 2024-11-01 16:44:09 +02:00
  • 67c004d707 tests: net: pmtu: Add tests for path MTU discovery Jukka Rissanen 2024-11-01 15:59:07 +02:00
  • 3da2629715 net: ip: pmtu: Add generic IP PMTU Discovery support Jukka Rissanen 2024-11-01 15:56:52 +02:00
  • 15d357df87 soc: nxp: s32k: make the SoCs SEGGER RTT capable Manuel Argüelles 2024-11-14 09:42:21 +07:00