Commit graph

  • a7b5cc7af8 Bluetooth: Controller: Use define for offset unit bits Vinayak Kariappa Chettimada 2021-10-12 21:53:17 +05:30
  • 1d0709792d Bluetooth: Controller: Use function to get set/clear AD data Vinayak Kariappa Chettimada 2021-10-12 21:22:57 +05:30
  • c78e0512d6 Bluetooth: Controller: Explicitly typecast void return Vinayak Kariappa Chettimada 2021-09-23 21:42:28 +05:30
  • dab1bb17d5 Bluetooth: Controller: Update PDU header fields population Vinayak Kariappa Chettimada 2021-10-12 15:23:56 +05:30
  • 0c196d1334 Bluetooth: Controller: Extended Scan Response back-to-back chaining Vinayak Kariappa Chettimada 2021-10-12 15:19:38 +05:30
  • c5eab2011f Bluetooth: Controller: Extended Advertising back-to-back chaining Vinayak Kariappa Chettimada 2021-10-12 15:19:38 +05:30
  • e828009757 mgmt: mcumgr: Make SMP service notification function public Andrew Hedin 2021-08-16 15:22:53 -05:00
  • 14ecebcde8 settings: Add name to backend choice in Kconfig Pavel Hübner 2021-10-26 21:28:16 +02:00
  • e19716e5c9 include/driver/clock_control: stm32: Remove STM32_PLL_PREDIV1 Erwan Gouriou 2021-10-13 16:58:56 +02:00
  • dede798ce5 include/drivers/clock_control: stm32: Simplify macro definitions Erwan Gouriou 2021-10-13 14:45:59 +02:00
  • 1a73c39dfc dts/bindings: clock: cpu2-prescaler is optional on stm32wl Erwan Gouriou 2021-10-20 17:24:08 +02:00
  • bbe47ee529 dts/bindings/clocks: stm32: Set RCC properties as mandatory Erwan Gouriou 2021-10-13 16:26:36 +02:00
  • ace71a98a4 drivers/clock_control: stm32: Remove CLOCK_STM32_ Kconfig symbols Erwan Gouriou 2021-10-13 10:49:52 +02:00
  • 7cd8c06bb3 boards: mimxrt1160: Enable watchdog timer on RT1160 Daniel DeGrasse 2021-10-27 14:01:08 -05:00
  • a477b25060 boards: mimxrt1160: Enabled ADC support for RT1160 Daniel DeGrasse 2021-09-07 15:15:41 -05:00
  • a30d7b5125 boards: mimxrt1160: Added SPI support for RT1160 Daniel DeGrasse 2021-09-07 14:41:33 -05:00
  • 2b0ef89f20 boards: mimxrt1160: Added CAN bus support for RT1160 Daniel DeGrasse 2021-09-07 14:37:29 -05:00
  • 309dfe7cfe boards: mimxrt1160_evk: Fix DTS inconsistencies with reference manual Daniel DeGrasse 2021-10-26 10:28:02 -05:00
  • c0cee4fb5c boards: Add support for NXP RT1160 EVK Daniel DeGrasse 2021-10-26 10:24:20 -05:00
  • 4a4a03d476 uncrustify: force a single EOF newline Jake Swensen 2021-08-20 18:00:52 -05:00
  • f7870ff61b gitignore: ignore macos DS_Store files Jake Swensen 2021-08-20 17:56:32 -05:00
  • 9b923c46fe gitignore: add ci output to ignore list Jake Swensen 2021-08-20 17:52:56 -05:00
  • fd5c30c68b Bluetooth: Add check given services is register API Lingao Meng 2021-08-18 19:19:03 +08:00
  • eafafa2816 drivers: spi_nrfx_spis: Fix handling of buffer lengths Andrzej Głąbek 2021-10-28 17:31:53 +02:00
  • 7d53c61da3 Bluetooth: Controller: Fix missing traversal of TargetA Vinayak Kariappa Chettimada 2021-09-03 07:07:08 +05:30
  • a3baf8f5da Bluetooth: Controller: Fix ASSERTION FAIL [!hdr->disabled_cb] Vinayak Kariappa Chettimada 2021-10-06 14:18:29 +05:30
  • 5f5a50aa14 tests: Bluetooth: bsim: Add iterations to multiple conn to peripherals Vinayak Kariappa Chettimada 2020-12-15 18:52:49 +05:30
  • de445e2a89 tests: Bluetooth: bsim: Add mixed legacy and extended advertising Vinayak Kariappa Chettimada 2021-07-16 12:46:38 +05:30
  • ffd34dae01 tests: Bluetooth: bsim: Missing Ext Adv Parameter initialization Vinayak Kariappa Chettimada 2021-07-16 12:45:24 +05:30
  • 311d6da337 Bluetooth: Controller: Review rework fixes and adding const qualifiers Vinayak Kariappa Chettimada 2021-10-27 06:20:14 +05:30
  • 5725cea881 Bluetooth: Controller: Use define for max advertising radio channels Vinayak Kariappa Chettimada 2021-10-26 16:16:06 +05:30
  • e4c40a5f99 Bluetooth: Controller: Use defined to check Adv and Scan filter policy Vinayak Kariappa Chettimada 2021-10-26 16:07:27 +05:30
  • 2128e4ab1c Bluetooth: Controller: Use define to translate HCI to Aux Ptr PHY index Vinayak Kariappa Chettimada 2021-10-26 16:00:50 +05:30
  • c1ed2bc17b Bluetooth: Controller: Minor whitespace and return data type fixes Vinayak Kariappa Chettimada 2021-10-22 15:22:06 +05:30
  • 3ba30426ca Bluetooth: Controller: Add const qualifiers to functions Vinayak Kariappa Chettimada 2021-09-14 16:13:50 +05:30
  • f0ea78815a Bluetooth: Controller: Improve directed address type readability Vinayak Kariappa Chettimada 2021-10-22 11:32:41 +05:30
  • effb0ef60f Bluetooth: Controller: Fix missing reset of LLL scheduling Vinayak Kariappa Chettimada 2021-10-18 04:17:29 +05:30
  • ed7e902813 Bluetooth: Controller: Fix skipped Extended Scanning Vinayak Kariappa Chettimada 2021-10-18 04:07:17 +05:30
  • 333c23beec Bluetooth: Controller: Implement Extend Adv Report HCI fragmentation Vinayak Kariappa Chettimada 2021-10-17 12:53:32 +05:30
  • edb436512b Bluetooth: Controller: Fix missing PDU end timestamp for Scan Response Vinayak Kariappa Chettimada 2021-10-18 19:48:17 +05:30
  • 158dd2936c Bluetooth: Controller: lll and lll_aux for lll_scan and lll_scan_aux Vinayak Kariappa Chettimada 2021-10-17 18:54:03 +05:30
  • ebc903aee5 Bluetooth: Controller: Add auxiliary PDU device address match Vinayak Kariappa Chettimada 2021-09-29 23:00:06 +05:30
  • ae5ad392bc Bluetooth: Controller: Refactor out the filter check function Vinayak Kariappa Chettimada 2021-09-29 18:38:44 +05:30
  • 8869d916bc Bluetooth: Controller: Add constant qualifier to radio_ar_resolve func Vinayak Kariappa Chettimada 2021-09-29 18:11:01 +05:30
  • ee0a5aadec Bluetooth: Controller: Minor move function alongwith global functions Vinayak Kariappa Chettimada 2021-09-29 18:10:04 +05:30
  • 4d01637926 Bluetooth: Controller: Implement direct addr type in ext adv report Vinayak Kariappa Chettimada 2021-09-22 08:58:24 +05:30
  • 230088687f Bluetooth: Controller: Add filter access list for extended scan Vinayak Kariappa Chettimada 2021-09-21 21:06:53 +05:30
  • ec14316ad2 Bluetooth: Controller: Fix Extended Adv Report directed addr type Vinayak Kariappa Chettimada 2021-09-20 19:01:14 +05:30
  • 9268a3c47e Bluetooth: Controller: Fix Extended Scanning filter for ADV_EXT_IND PDU Vinayak Kariappa Chettimada 2021-09-20 19:35:46 +05:30
  • c66f4b258f Bluetooth: Controller: Fix minor indentation in scan filter code Vinayak Kariappa Chettimada 2021-09-20 19:12:11 +05:30
  • 9dc6660364 Bluetooth: Controller: Fix extended adv report data status Vinayak Kariappa Chettimada 2021-09-13 13:30:41 +05:30
  • f8c5e0d515 Bluetooth: Controller: Cleanup scan event LLL done handling Vinayak Kariappa Chettimada 2021-10-07 12:00:17 +05:30
  • 478eb2110c Bluetooth: Controller: Fix nrf52833dk_nrf52833 gpio debug pins Vinayak Kariappa Chettimada 2021-10-25 21:32:06 +05:30
  • 0a850fe59e Bluetooth: Controller: Use 32-bit value for time reservations Vinayak Kariappa Chettimada 2021-10-25 21:38:36 +05:30
  • 80d590c689 samples: Bluetooth: periodic_adv: Add Extended Advertising disable Vinayak Kariappa Chettimada 2021-10-25 21:46:17 +05:30
  • 8aedcba6c9 bluetooth: monitor: Add support for logging v2 Krzysztof Chruscinski 2021-07-13 11:26:26 +02:00
  • b6ffd3cac8 net: lwm2m: add missing resources to Firmware Update object Marin Jurjević 2021-07-19 09:49:37 +02:00
  • 220a55f5fd samples: hci_uart: esp32: add overlay and config files Sylvio Alves 2021-10-28 01:31:59 -03:00
  • 27c79d2fd6 doc: application: Explain Zephyr application CMakeLists.txt Yasushi SHOJI 2021-10-03 02:47:54 +09:00
  • 5d73d81ca1 tests: kernel: mem_slab: Fix test for no multithreading Krzysztof Chruscinski 2021-11-03 11:36:55 +01:00
  • aa3f3d943a drivers/sensor: lsm6ds0: Fix SENSOR_DEG2RAD_DOUBLE macro Armando Visconti 2021-11-02 10:27:10 +01:00
  • 20bdb6ee21 tests: net: all: Add LwM2M to build all test Robert Lubos 2021-11-02 11:57:03 +01:00
  • 96b8ed85ad net: lwm2m: Fix removed engine_observer_list usage Robert Lubos 2021-11-02 11:32:26 +01:00
  • 17856620cf drivers: ieee802154_cc1200: Fix unchecked return value coverity issue Robert Lubos 2021-10-29 14:40:44 +02:00
  • cf49c8676c drivers: ieee802154_cc2520: Fix unchecked return value coverity issue Robert Lubos 2021-10-29 13:45:13 +02:00
  • 28a4bb0763 boards: imxrt1050_evk_qspi: added nor config to dts Nicolai Glud 2021-11-02 21:57:50 +01:00
  • b3e5076e59 boards: imxrt1060_evk_hyperflash: added hyperflash to board dts Nicolai Glud 2021-11-02 21:43:32 +01:00
  • 6b4a2d3e47 dts: can: nxp: flexcan: specify sample point instead of time quanta Henrik Brix Andersen 2021-03-23 17:31:37 +01:00
  • 477c0d9499 tests: net: net_pkt: Verify unchecked net_pkt functions results Robert Lubos 2021-10-29 15:41:37 +02:00
  • d85465fb11 scripts: gen_relocate_app: check if argument matches Bartosz Bilas 2021-10-29 14:04:42 +02:00
  • 0acb38adf1 drivers: gpio: mcux: add drive strength flags support Henrik Brix Andersen 2021-10-27 14:44:36 +02:00
  • 52c298e0e3 drivers: sensors: lis2dh: Add ability to read temperature Andrew Hedin 2021-09-24 09:24:34 -05:00
  • 8cdc822954 dts: arm: Add devicetree files for STM32L010xB series microcontrollers Wouter Cappelle 2021-10-15 10:43:47 +02:00
  • 9f6246c325 drivers/disk: sdmmc_stm32: Add Hardware FC Kconfig option Erwan Gouriou 2021-10-12 14:20:53 +02:00
  • 5fb5b7fff8 dts: stm32: Add interrupts to "st,stm32-sdmmc" nodes Erwan Gouriou 2021-10-12 12:24:07 +02:00
  • 8bd5549021 drivers/disk: sdmmc_stm32: Convert driver to IT driven mode for r/w Erwan Gouriou 2021-10-11 17:03:45 +02:00
  • 1ef19a8519 MAINTAINERS: add marc-hb to audio Marc Herbert 2021-11-02 11:06:20 -07:00
  • 71c0cebac9 rddrone_fmuk66: Board docs for RDDRONE-FMUK66 Tom Burdick 2021-10-25 18:18:35 -05:00
  • 73f343c51e board: Adds RDDRONE-FMUK66 board support package Tom Burdick 2021-09-26 20:01:13 -06:00
  • b100faf6e6 MAINTAINERS: Add myself to mcu manager as collaborator Jamie McCrae 2021-11-02 09:42:13 +00:00
  • dc8d301fc9 i2c: tests: update i2c_api test Dawid Niedzwiecki 2021-10-13 15:30:22 +02:00
  • 65277d4770 i2c: emul: Add get_config function Dawid Niedzwiecki 2021-10-12 10:27:09 +02:00
  • 51c3e0de79 i2c: npcx: Add get_config function Dawid Niedzwiecki 2021-09-30 12:42:20 +02:00
  • 72486b6971 i2c: Add get_config to I2C API Dawid Niedzwiecki 2021-09-30 12:13:29 +02:00
  • e8f09b471e net: sockets: tls: Fix TCP disconnect detection in poll() Robert Lubos 2021-10-29 12:46:48 +02:00
  • 50ec0461af scripts: gen_relocate_app: fix C0201 pylint warning Bartosz Bilas 2021-10-29 20:09:54 +02:00
  • 865ff22b3f samples: subsys: dfu: update URL of the MCUboot zephyr readme Bartosz Bilas 2021-11-02 09:23:27 +01:00
  • 4af5b7efa5 Bluetooth: Host: Fix setting long adv data with long AD fields Rubin Gerritsen 2021-10-28 21:44:22 +02:00
  • b4f968cf9d doc: add a toctree with reference material Gerard Marull-Paretas 2021-10-28 18:57:20 +02:00
  • a1e7c4dbfa drivers: clock control disable AHB3 clock in stm32_clock_control_off Francois Ramu 2021-10-28 18:09:31 +02:00
  • 8773c31047 drivers: flash: the chosen_flash variable was not read properly Nicolai Glud 2021-10-28 15:05:10 +02:00
  • 3b44a6d4aa Bluetooth: Audio: CCID - updates for upmerge Asbjørn Sæbø 2021-10-28 12:05:11 +02:00
  • c1f1b34c31 Bluetooth: Audio: Content Control ID module Asbjørn Sæbø 2021-10-22 15:52:34 +02:00
  • 9c6e578d50 Bluetooth: Audio: UUID values for the CCID characteristic Asbjørn Sæbø 2021-10-22 13:51:14 +02:00
  • 50913bd6c8 net: lib: config: Fix the timeout when waiting on network Paul Gautreaux 2021-10-26 12:47:56 -07:00
  • 97007abf65 tests: drivers: watchdog: Add counter watchdog to test Krzysztof Chruscinski 2021-10-22 14:14:28 +02:00
  • 9174cd8dbc drivers: watchdog: Add software watchdog based on counter Krzysztof Chruscinski 2021-10-22 13:12:43 +02:00
  • 0ddc07d511 boards: arm: stm32 disco kit target board has IWDG instance Francois Ramu 2021-10-25 10:20:04 +02:00
  • 76158916eb dts/arm: stm32u5: add independent watchdog node Francois Ramu 2021-10-25 10:18:12 +02:00
  • 085f54a345 boards: arm: stm32 disco kit target board has entropy RNG instance Francois Ramu 2021-10-25 11:49:21 +02:00