Commit graph

  • a2e97405d0 lib: check null pointer before taking lock for bitarray TaiJu Wu 2024-06-02 18:17:54 +08:00
  • bfba19dc41 Bluetooth: Host: Add the API bt_hci_err_to_str() Rubin Gerritsen 2024-06-06 10:51:44 +02:00
  • 8739efe0fc doc: usb: add initial USB device configuraiton howto Johann Fischer 2024-06-06 18:33:12 +02:00
  • cf2113e437 samples: usb: rework common code to use usbd_register_all_classes() Johann Fischer 2024-06-07 15:29:03 +02:00
  • 4191602f11 usb: device_next: add helper to register all available class instances Johann Fischer 2024-06-07 14:48:19 +02:00
  • 9e80d4f976 doc: usb: rework new USB device support overview description Johann Fischer 2024-06-06 00:17:18 +02:00
  • 1d0616a33b doc: usb: include Audio Class 2 device API Johann Fischer 2024-06-11 15:53:21 +02:00
  • 7f2320ae08 doc: usb: include new HID device API Johann Fischer 2024-06-06 18:29:32 +02:00
  • f908b41154 soc: nordic: Resolve z_arm_platform_init in the linker generator Grzegorz Swiderski 2024-06-07 11:55:31 +02:00
  • b148178bd2 demand_paging: eviction/nru: fix pathological behavior Nicolas Pitre 2024-06-07 18:34:52 -04:00
  • 3222f378ab samples: subsys: ipc: ipc_service: check console output Piotr Kosycarz 2024-06-12 16:02:39 +02:00
  • 45aca35650 samples: subsys: logging: multidomain: check console output on HW Piotr Kosycarz 2024-06-12 16:36:20 +02:00
  • d9171df773 samples: Bluetooth: peripheral_hr restart advertising on disconnect Vinayak Kariappa Chettimada 2024-06-11 00:48:45 +02:00
  • 3b94af2b5c sensors: Submit call returns void Tom Burdick 2024-06-12 10:46:29 -05:00
  • 8adec6d749 boards: docs: remove extra table line Sylvio Alves 2024-06-14 07:54:17 -03:00
  • 0103c56dd6 zephyr: remove deprecated headers Yong Cong Sin 2024-06-14 20:21:57 +08:00
  • fe05606630 drivers: flash: select ncs line for stm32 xspi Guillaume Gautier 2024-06-11 11:04:33 +02:00
  • 3e99dc26f6 dts: bindings: flash_controller: add ncs line property to stm32 xspi flash Guillaume Gautier 2024-06-11 10:45:38 +02:00
  • 68bb87bd50 twister: pytest: Log output passthrough Dmitrii Golovanov 2024-06-14 11:17:24 +02:00
  • 01dcb942c6 tests: kernel: timer_behavior_external: Fix a typo Dmitrii Golovanov 2024-06-13 21:39:52 +02:00
  • d72dd3562e tests: kernel: timer: Fix log capture on external tool testing Dmitrii Golovanov 2024-05-29 18:49:07 +02:00
  • 014a0983fb tests: kernel: timer_behavior_external: Additional stats recording Dmitrii Golovanov 2024-05-31 13:59:03 +02:00
  • dd67791857 tests: kernel: timer_behavior: Additional stats recording Dmitrii Golovanov 2024-05-31 13:53:28 +02:00
  • 35e313f9e5 twister: recording: Allow JSON data fields Dmitrii Golovanov 2024-05-29 16:57:35 +02:00
  • e9687c7e5c bsim: add tests for BT_USE_PSA_API Valerio Setti 2024-06-12 22:11:22 +02:00
  • 035b4af8b4 doc: update migration guide about changes to bt-crypto Valerio Setti 2024-05-30 13:53:25 +02:00
  • 32b43564df bt: hci_ecc: add option to use PSA APIs instead of TinyCrypt Valerio Setti 2024-06-05 14:16:42 +02:00
  • 32b792b21f bluetooth: remove BT_TINYCRYPT_ECC in bluetooth mesh tests Valerio Setti 2024-06-05 10:25:28 +02:00
  • 814b2ed457 bt-host: add option to use PSA APIs instead of TinyCrypt Valerio Setti 2024-06-04 13:47:34 +02:00
  • 9032f8d791 bt-crypto: add option to use PSA APIs instead of TinyCrypt Valerio Setti 2024-05-28 07:36:47 +02:00
  • a9f7788f9f trusted-firmware-m: select PSA_CRYPTO_CLIENT when BUILD_WITH_TFM Valerio Setti 2024-06-04 13:44:57 +02:00
  • ec72339d61 ARC: enable barriers for HS Evgeniy Paltsev 2024-06-11 21:45:21 +01:00
  • 86fa756dde tests: drivers: dac: use zassert_ok Jeppe Odgaard 2024-05-01 09:17:06 +02:00
  • ddef306394 drivers: serial: esp32: Fix next buffer release on rx disable Thibo Verheyde 2024-05-08 09:35:08 +02:00
  • 6f215526d7 runners: jlink: Add support for big endian device Sigmund Klåpbakken 2024-05-15 12:41:09 +02:00
  • e98e4ed067 serial: convert kconfig source to rsource Daniel Leung 2024-05-30 12:51:27 -07:00
  • a593f344b5 tests/storage/flash_map: Fix erase and flatten test Dominik Ermel 2024-06-11 12:00:43 +00:00
  • 58a54e3452 soc: samd51: Fix xosc32 initialization Marcel Birthelmer 2024-06-08 12:01:58 -07:00
  • b77dab6199 drivers: ethernet: phy_realtek_rtl8211f: enable RGMII TX/RX delay Yangbo Lu 2024-06-11 15:09:48 +09:00
  • e5f6cee9fb drivers: ethernet: phy_realtek_rtl8211f: fix monitor work schedule Yangbo Lu 2024-06-11 13:52:03 +09:00
  • 48fc6877e4 samples: drivers: adc: adc_sequence: Enable test execution on nrf54h20 Sebastian Głąb 2024-06-12 12:29:41 +02:00
  • cc9bd6d77e samples: drivers: adc: adc_dt: Add nrf54h20 to platform_allow Sebastian Głąb 2024-06-12 12:25:26 +02:00
  • a3e1e398bf boards: nordic: nrf54h20: Add ADC to the list of supported peripherals Sebastian Głąb 2024-06-12 12:21:40 +02:00
  • 1b3725e099 samples: sensor: accel_polling: Allow coverage calculation Piotr Kosycarz 2024-06-12 14:38:10 +02:00
  • e63c691a86 samples: sensor: bme680: Allow coverage calculation Piotr Kosycarz 2024-06-12 14:41:12 +02:00
  • 35cc774aa5 net: lwm2m: Retry DTLS handshake before dropping to bootstrap Seppo Takalo 2024-06-12 15:37:49 +03:00
  • ab9fd0b5c9 Bluetooth: BAP: Add bt_bap_base_get_size function Jens Rehhoff Thomsen 2024-06-12 14:20:37 +02:00
  • 768c45a11d Bluetooth: Controller: Clarify that it can be overridden out of tree Rubin Gerritsen 2024-06-13 15:23:51 +02:00
  • 811387600a Bluetooth: Audio: CAP: babblesim test for broadcast reception start Andries Kruithof 2024-02-29 09:42:25 +01:00
  • 9ae5352372 tests/bsim/run_parallel.sh: Do not attempt to run parallel with no tests Alberto Escolar Piedras 2024-06-14 10:02:38 +02:00
  • c2950bec73 ci: bsim tests: Fix for missing result xml files Alberto Escolar Piedras 2024-06-14 09:14:14 +02:00
  • bb66d1188c arch: riscv: stacktrace: conditionally check stack_info Yong Cong Sin 2024-06-14 11:47:35 +08:00
  • 96112ade74 drivers: swdp: document API Maximilian Deubel 2024-05-24 16:20:46 +02:00
  • f1b6073a27 driver: swdp_bitbang: hardcode request lut Maximilian Deubel 2024-05-24 16:43:22 +02:00
  • 05a45a19e3 dap: fix timeout handling Maximilian Deubel 2024-05-24 15:43:16 +02:00
  • 94f48c7a78 samples: debug: add CMSIS DAP sample using USB as interface Johann Fischer 2023-01-13 00:41:34 +01:00
  • 9a9afb0b54 dap: implement DAP SWD sequence command Johann Fischer 2023-08-31 18:01:51 +02:00
  • e31cdc00a0 dap: react properly to unsupported UART commands Johann Fischer 2023-08-31 18:01:15 +02:00
  • 58d9d889aa dap: add support for DAP_INFO string elements Maximilian Deubel 2023-07-07 15:25:55 +02:00
  • 6522dd7f53 dap: implement wait for SWJ pins command Maximilian Deubel 2023-07-07 15:23:55 +02:00
  • 3e8f9fb7df drivers: swdp_bitbang: add SW output sequence Johann Fischer 2023-08-31 17:10:00 +02:00
  • 3ef2c66a8a driver: swdp_bitbang: rework pin configurations Maximilian Deubel 2023-07-07 15:22:22 +02:00
  • f5ccc3c82c dap: do not return error in DAP connect command Johan Carlsson 2023-04-23 23:35:33 +02:00
  • e46e72320e dap: add Konfig option to set maximum packet size Johan Carlsson 2023-04-21 14:47:09 +02:00
  • 7c9259abbc dap: add CMSIS-DAP compatible controller Johann Fischer 2019-10-09 00:02:30 +02:00
  • 3cf630fb0b driver: add SWDP driver interface API and bit-bang driver Johann Fischer 2018-06-02 00:48:08 +02:00
  • 2146813cb3 tests: drivers: adc stm32 api testing on the stm32h7s78 disco kit Francois Ramu 2024-06-07 16:49:27 +02:00
  • e78cdc823d boards: arm: stm32h7s78 disco kit supporting more features Francois Ramu 2024-05-27 11:11:43 +02:00
  • 4ade2a88e4 dts: arm: stm32h7 add wdg and adc, rng node to stm32h7R/h7S devices Francois Ramu 2024-05-30 13:27:58 +02:00
  • b014150508 drivers: flash: stm32h7 flash driver supports the stm32h7rs serie Francois Ramu 2024-03-14 09:04:40 +01:00
  • da8a812582 drivers: adc: stm32 adc driver supporting the stm32H7RS Francois Ramu 2024-03-07 11:58:27 +01:00
  • 24ff13e92c drivers: watchdog: stm32 wdg driver support stm32H7RS serie Francois Ramu 2024-03-11 17:46:54 +01:00
  • 895ef1d6c5 drivers: hwinfo: stm32 driver supports the stm32h7rs serie Francois Ramu 2024-03-11 17:48:58 +01:00
  • 08eb314c35 llext: refactor: use cached section headers Luca Burelli 2024-06-07 23:27:10 +02:00
  • 817bbda5cc llext: read all section headers at once Luca Burelli 2024-06-12 17:56:26 +02:00
  • a976a1a25c llext: llext_load: document memory management policy Luca Burelli 2024-06-06 18:17:28 +02:00
  • 89e27b9312 llext: improve debug messages Luca Burelli 2024-06-07 23:21:30 +02:00
  • 0666fe2a35 boards: rak: Add Rak11720 board Sercan Erat 2024-06-08 18:28:30 +03:00
  • 163ddc0e84 boards: lpcxpresso5s69//ns: Fix mbedtls build err Declan Snyder 2024-06-12 22:10:54 -05:00
  • 4bf9e62ba0 boards: nxp: Remove suppression of LPC DTC warns Declan Snyder 2024-06-10 11:31:57 -05:00
  • 801028b763 dts: nxp,lpc-gpio: Fix binding to group ports Declan Snyder 2024-06-10 11:24:47 -05:00
  • 4141b7cb64 tests: drivers: i2c: add i2c support for NXP FRDM-KE17Z512 Anke Xiao 2024-06-12 14:21:42 +08:00
  • fdf39a7ab7 boards: nxp: frdm_ke17z512: enable lpi2c0 and lpi2c1 driver Anke Xiao 2024-06-12 14:15:57 +08:00
  • 89a0ff8f61 soc: nxp: kinetis: soc.c: configure i2c driver clock Anke Xiao 2024-06-12 14:05:36 +08:00
  • 5aeeae91e2 dts: arm: nxp: nxp_ke1xz.dtsi: add i2c periperal info Anke Xiao 2024-06-12 13:59:14 +08:00
  • 1c53726e80 Bluetooth: Host: Fix deprecation and versioning for HCI APIs Johan Hedberg 2024-06-12 10:23:46 +03:00
  • c9a0ab2587 doc: migration-guide-3.7: Mention the removal of CONFIG_BT_NO_DRIVER Johan Hedberg 2024-06-12 10:14:51 +03:00
  • 72fa07e0bc manifest: hal_intel: update to lastest revision Dong Wang 2024-06-12 15:42:16 +08:00
  • ff0635d700 drivers: flash: stm32: fix flash write error handling Riku Karjalainen 2024-06-11 16:14:49 +03:00
  • d45605e6a3 drivers: apic_tsc: revert add dependency of DYNAMIC_INTERRUPTS David Leach 2024-06-13 22:40:44 -05:00
  • af6d790d0e drivers: apic_tsc: add dependency of DYNAMIC_INTERRUPTS Dong Wang 2024-06-12 09:28:42 +08:00
  • b1f2eb9a11 samples: drivers: adc: add nucleo_h563zi Jeppe Odgaard 2024-02-14 10:51:01 +01:00
  • b29e8ff0d6 include: toolchain: added missing parenthesis frei tycho 2024-06-05 09:26:44 +00:00
  • c9d0f15006 doc: mem_mgmt: Add missing definition for mem_mgmt doxygen group Benjamin Cabé 2024-06-04 10:52:45 +02:00
  • 1bf5af7e89 kernel: banner: Add option to clear screen on boot Reto Schneider 2024-05-02 17:32:17 +02:00
  • 5120744c8d lib: added blanks between operators Hess Nathan 2024-05-17 15:50:24 +02:00
  • 974bad6242 coding guidelines: comply with MISRA Rule 12.1. Hess Nathan 2024-05-02 11:23:59 +02:00
  • 7fb4a748b5 coding guidelines: comply with MISRA Rule 21.15 Hess Nathan 2024-04-29 14:57:53 +02:00
  • 1db7caae56 kernel: update k_work_schedule_for_queue() docstring Paulo Santos 2024-04-23 16:21:57 -03:00
  • 644f6b6e97 doc: rpi_pico update to cmsis-dap Torsten Rasmussen 2024-04-17 09:41:24 +02:00