Commit graph

  • f6be2835bd drivers: Apply SPI API change to relevant places Tomasz Bursztyka 2021-09-07 15:39:20 +02:00
  • f8cc93de8c spi: Add a configuration option for half/full duplex mode Tomasz Bursztyka 2021-09-07 15:35:50 +02:00
  • 4316b3a10e spi: Precise suffix to all unsigned numbers Tomasz Bursztyka 2021-11-17 09:21:54 +01:00
  • a6a296d050 tests: posix: common: increase main stack for TLS tests Gerard Marull-Paretas 2021-11-18 10:41:14 +01:00
  • 16d1e80cbe samples: pm: use new PM macros Gerard Marull-Paretas 2021-11-16 16:24:53 +01:00
  • 39f21dc116 tests: pm: use new PM macros Gerard Marull-Paretas 2021-10-22 10:40:08 +02:00
  • 88a69674c0 drivers: use new PM macros Gerard Marull-Paretas 2021-10-13 12:25:06 +02:00
  • e2f33dd97c pm: optimize resource usage Gerard Marull-Paretas 2021-10-13 12:11:40 +02:00
  • f4417dab46 device: remove PM capability from SYS_DEVICE_DEFINE Gerard Marull-Paretas 2021-11-16 16:37:45 +01:00
  • c78c312c82 drivers: interrupt_controller: i/loapic: use DEVICE_DEFINE Gerard Marull-Paretas 2021-11-16 16:36:01 +01:00
  • 60827c2dd6 include/spi: Clarify spi_release() function behavior Tomasz Bursztyka 2021-11-08 14:23:17 +01:00
  • a82ccba9ea drivers: flash: cast offset value into ssize_t Bartosz Bilas 2021-11-02 15:00:42 +01:00
  • c759a35d08 drivers: use DT_INST_ENUM_IDX(_OR) macros Gerard Marull-Paretas 2021-11-17 14:01:42 +01:00
  • 1832d68e01 tests: lib: devicetree: add tests for DT_INST_ENUM_IDX(_OR) Gerard Marull-Paretas 2021-11-17 14:15:24 +01:00
  • e425168b7c devicetree: add instance based macros for DT_ENUM_IDX(_OR) Gerard Marull-Paretas 2021-11-17 13:49:25 +01:00
  • 9ee28afe9f tests: controller: remove outdated comment Andries Kruithof 2021-11-18 16:03:33 +01:00
  • 6608e68af5 boards: mimxrt11xx: Enabled FXOS8700 Accelerometer Daniel DeGrasse 2021-11-02 17:23:01 -05:00
  • cb8c995235 boards: mimxrt11xx_evk: enable I2C Daniel DeGrasse 2021-11-02 17:31:03 -05:00
  • db030c24b3 boards: arm: gd32f450i_eval: add initial support Gerard Marull-Paretas 2021-10-28 10:08:03 +02:00
  • 95fd99aba3 soc: arm: gigadevice: add support for GD32F4XX SoCs Gerard Marull-Paretas 2021-11-01 10:48:22 +01:00
  • 13b011afb9 dts: arm: gigadevice: add support for gd32f450ik Gerard Marull-Paretas 2021-10-28 10:07:14 +02:00
  • c34f41b22d dts: arm: gigadevice: add initial support for gd32f4xx Gerard Marull-Paretas 2021-10-28 10:06:17 +02:00
  • 5f99dc7a1c modules: hal_gigadevice: add missing drivers Gerard Marull-Paretas 2021-11-01 12:07:04 +01:00
  • 74538a1709 modules: hal_gigadevice: make compile definitions global Gerard Marull-Paretas 2021-11-01 11:48:22 +01:00
  • aead2bc942 manifest: update hal_gigadevice Gerard Marull-Paretas 2021-10-28 10:02:13 +02:00
  • 809c35d430 dts: arm: gigadevice: organize dts files in folders Gerard Marull-Paretas 2021-11-01 11:10:09 +01:00
  • 20d3711984 modules: hal_gigadevice: adjust CMake Gerard Marull-Paretas 2021-11-01 11:06:48 +01:00
  • 2dc24bbac8 soc: arm: gigadevice: gd32f403: cleanup soc.h Gerard Marull-Paretas 2021-11-01 10:36:21 +01:00
  • 96966d180b soc: arm: gigadevice: gd32f403: simplify soc selection Gerard Marull-Paretas 2021-11-01 11:00:25 +01:00
  • fcbb9476f8 soc: arm: gigadevice: use specific series for GD32F403 Gerard Marull-Paretas 2021-11-01 10:15:40 +01:00
  • 8fbbf2baef Bluetooth: Controller: BIS initial implementation review rework Vinayak Kariappa Chettimada 2021-11-16 13:04:21 +05:30
  • 61eb655ab6 Bluetooth: Controller: Use ceiling_fraction function Vinayak Kariappa Chettimada 2021-11-17 10:55:13 +05:30
  • 1d922038fb Bluetooth: Controller: Fix PA and LNA conditional compilation Vinayak Kariappa Chettimada 2021-11-16 16:38:40 +05:30
  • cf2af8bf3a Bluetooth: Controller: Fix endianness between CPU and PDU contents Vinayak Kariappa Chettimada 2021-11-16 13:00:47 +05:30
  • 4fe004c563 Bluetooth: Controller: Use defines for channel map count and hop range Vinayak Kariappa Chettimada 2021-11-16 13:10:19 +05:30
  • e72d86397b Bluetooth: Controller: Use define for invalid advertising handle Vinayak Kariappa Chettimada 2021-11-16 13:08:26 +05:30
  • ff56ad8074 Bluetooth: Controller: Use defines in AD Data format implementation Vinayak Kariappa Chettimada 2021-11-16 12:45:40 +05:30
  • 8465dd4f9e Bluetooth: Controller: Use HCI_AUX_PHY_TO_HCI_PHY Vinayak Kariappa Chettimada 2021-11-16 12:41:22 +05:30
  • ba909b1666 Bluetooth: Controller: Store ISO interval in ULL context Vinayak Kariappa Chettimada 2021-11-16 13:11:40 +05:30
  • 8f9de31f87 Bluetooth: controller: Initial integrate of ISOAL for Broadcast ISO Vinayak Kariappa Chettimada 2021-05-07 17:51:12 +05:30
  • 7c8dc9fa27 Bluetooth: Controller: Initial support for BIS on S2/S8 coding Vinayak Kariappa Chettimada 2021-08-18 11:41:13 +05:30
  • e4f12c7356 Bluetooth: Controller: Use PDU_BIS_US and PDU_BIS_MAX_US correctly Vinayak Kariappa Chettimada 2021-08-18 11:53:36 +05:30
  • 929cf24a02 Bluetooth: Controller: Fix BIS LLL events pending check from ULL Low Vinayak Kariappa Chettimada 2021-08-16 16:50:07 +05:30
  • 2a1a14cff3 Bluetooth: Controller: Consistent naming in BIS ticker op callbacks Vinayak Kariappa Chettimada 2021-08-17 14:34:39 +05:30
  • ac0d43fe73 Bluetooth: controller: Fix side effect in assertion Vinayak Kariappa Chettimada 2021-05-19 07:03:27 +05:30
  • 7c6cf9aaf4 Bluetooth: controller: BIG Sync terminate procedure Vinayak Kariappa Chettimada 2021-05-05 12:00:13 +05:30
  • 03a303abf1 Bluetooth: controller: BIG Sync to anchor sync on any subevent Vinayak Kariappa Chettimada 2021-05-05 11:39:33 +05:30
  • fcf0b5ea31 Bluetooth: controller: BIG Sync subevents and terminate procedure Vinayak Kariappa Chettimada 2021-03-16 13:31:26 +05:30
  • 2a4a036de4 Bluetooth: controller: Update ISO Broadcaster subevents Vinayak Kariappa Chettimada 2021-04-16 11:03:49 +05:30
  • 30a1fe5b29 Bluetooth: controller: Update ISO Sync Terminate handling Vinayak Kariappa Chettimada 2021-04-15 11:24:21 +05:30
  • 6c839351fe Bluetooth: controller: Update ISO Broadcaster Terminate handling Vinayak Kariappa Chettimada 2021-04-15 11:24:21 +05:30
  • 24d4ff514a Bluetooth: controller: Handle duplicate BIG complete done events Vinayak Kariappa Chettimada 2021-04-16 12:18:57 +05:30
  • 640e20204c tests: Bluetooth: bsim: Use host BIG Sync APIs Vinayak Kariappa Chettimada 2021-02-26 13:27:04 +05:30
  • 9631a4feca Bluetooth: controller: BIG subevents and terminate procedure Vinayak Kariappa Chettimada 2021-03-16 13:31:26 +05:30
  • 86663d1f57 Bluetooth: controller: Use LL_BIS_OCTETS_TX_MAX & LL_BIS_OCTETS_RX_MAX Vinayak Kariappa Chettimada 2021-03-16 13:26:48 +05:30
  • 0d6fbb4fef Bluetooth: controller: Fix BigInfo with correct payload count Vinayak Kariappa Chettimada 2021-03-15 16:13:22 +05:30
  • 8d5cd41472 Bluetooth: controller: Fix missing EVENT_TICKER_RES_MARGIN_US Vinayak Kariappa Chettimada 2021-03-15 13:24:54 +05:30
  • 4d29191bf8 Bluetooth: controller: Fix ISO to advertising context association order Vinayak Kariappa Chettimada 2021-03-09 19:19:02 +05:30
  • 4149e391ae Bluetooth: controller: Use the CSA#2 function for SubEvents Vinayak Kariappa Chettimada 2021-03-09 11:17:51 +05:30
  • 46e9679c5e Bluetooth: controller: Add function to calculate BIS access address Vinayak Kariappa Chettimada 2021-03-09 11:06:03 +05:30
  • aa11d9cac0 Bluetooth: controller: Add the BIG terminate event generation Vinayak Kariappa Chettimada 2021-03-10 06:57:56 +05:30
  • aff7d83149 Bluetooth: controller: Fix BIG complete event generation Vinayak Kariappa Chettimada 2021-03-10 06:54:44 +05:30
  • b8a919be7b Bluetooth: controller: Fix BIG Sync Lost event generation Vinayak Kariappa Chettimada 2021-03-10 06:31:17 +05:30
  • 919a184172 Bluetooth: controller: Add missing BIG Sync Estab and Lost reason Vinayak Kariappa Chettimada 2021-02-26 13:21:24 +05:30
  • 5eb2892e11 Bluetooth: controller: Fix LE BIG Sync Terminate command response Vinayak Kariappa Chettimada 2021-03-09 10:41:21 +05:30
  • 56fb23fb74 Bluetooth: controller: Update BIG Terminate Sync implementation Vinayak Kariappa Chettimada 2021-02-26 13:18:43 +05:30
  • eb4e81b918 Bluetooth: controller: Implement the BIG sync establish and lost Vinayak Kariappa Chettimada 2021-02-26 13:05:23 +05:30
  • 07bb9b1858 Bluetooth: controller: Fill BIS Payload Count in BIGInfo struct Vinayak Kariappa Chettimada 2021-03-07 10:22:45 +05:30
  • 4c06840269 Bluetooth: controller: Fix Adv ISO start ticker user context Vinayak Kariappa Chettimada 2021-02-18 13:25:50 +05:30
  • a2153baa81 Bluetooth: controller: Handle Sync ISO notifications Vinayak Kariappa Chettimada 2021-02-17 14:58:02 +05:30
  • 0ea0f03bc9 Bluetooth: controller: BIG Create Sync LLL implementation Vinayak Kariappa Chettimada 2021-02-09 12:06:13 +05:30
  • 000833e427 tests: Bluetooth: bsim: Updates related to BIG Create Sync Vinayak Kariappa Chettimada 2021-02-18 13:11:02 +05:30
  • c4cb0ce92d Bluetooth: controller: Initial BIG Create Sync implementation Vinayak Kariappa Chettimada 2021-02-18 13:02:24 +05:30
  • d5489837cf tests: bluetooth: bsim: Receive the BIG Info callback Vinayak Kariappa Chettimada 2021-02-18 10:39:20 +05:30
  • 91be9f1001 tests: Bluetooth: bsim: Fix test_iso to sync periodic advertising Vinayak Kariappa Chettimada 2021-02-04 13:01:22 +05:30
  • 0cb8517e20 Bluetooth: controller: Added BIGInfo Advertising Report generation Vinayak Kariappa Chettimada 2021-02-04 12:59:35 +05:30
  • 20af5d524e Bluetooth: controller: Add create BIG complete event Vinayak Kariappa Chettimada 2021-01-19 16:04:51 +05:30
  • fdec0f593a Bluetooth: controller: Fix populate offset in latest advertising PDU Vinayak Kariappa Chettimada 2021-01-18 19:10:46 +05:30
  • c5bede254a Bluetooth: Controller: Fix missing traversal of ADI to find BIGInfo Vinayak Kariappa Chettimada 2021-09-03 07:07:08 +05:30
  • acd3ccca6a Bluetooth: Controller: Fix missing traversal of CTEInfo to find BIGInfo Vinayak Kariappa Chettimada 2021-09-03 07:07:08 +05:30
  • 2b921f1977 Bluetooth: controller: Added BIS event with empty PDU Vinayak Kariappa Chettimada 2021-01-18 17:13:52 +05:30
  • 699a2ec730 Bluetooth: controller: Fix ticker user id used to terminate BIG Vinayak Kariappa Chettimada 2021-03-04 10:26:50 +05:30
  • c06028fa67 Bluetooth: controller: Refactoring of BIS data members Vinayak Kariappa Chettimada 2021-01-18 16:57:03 +05:30
  • 71e15176e1 Bluetooth: controller: BIGInfo in ACAD with mandatory parameters Vinayak Kariappa Chettimada 2021-01-15 17:08:16 +05:30
  • ac431f598f Bluetooth: controller: Fix pdu_big_info structure Vinayak Kariappa Chettimada 2021-01-15 16:36:20 +05:30
  • 136bb35111 tests: Bluetooth: bsim: Check ISO allocation release on terminate Vinayak Kariappa Chettimada 2021-01-07 18:09:52 +05:30
  • b0d8a738c5 Bluetooth: controller: Add Broadcast ISO Sync and Sync Lost release Vinayak Kariappa Chettimada 2021-01-07 17:38:48 +05:30
  • b81d5595d3 Bluetooth: controller: Add data members related to ISO sync loss Vinayak Kariappa Chettimada 2021-01-07 17:36:14 +05:30
  • 3d85babf65 Bluetooth: controller: Rename ll_adv_iso and ll_sync_iso Vinayak Kariappa Chettimada 2021-01-06 13:32:08 +05:30
  • ea1340acd3 Bluetooth: host: Add handling of failures in per sync established evt Piotr Pryga 2021-11-09 22:45:59 +01:00
  • a09ba37334 MXRT600: Fix secure/non-secure definition for FLEXSPI David Leach 2021-11-08 23:35:00 -06:00
  • 1e5a830233 scripts: kconfig: Add unit divisor to dt_node_int_prop_int/hex functions David Leach 2021-11-08 23:24:22 -06:00
  • fdcc104455 usb: remove Kconfig option USB_UART_CONSOLE Johann Fischer 2021-11-09 17:19:28 +01:00
  • b573d8df21 boards: remove Kconfig option CONFIG_USB_UART_CONSOLE Johann Fischer 2021-11-17 14:43:48 +01:00
  • 5315c285cc sampes: shell: remove usage of CONFIG_USB_UART_CONSOLE Johann Fischer 2021-11-17 13:37:50 +01:00
  • c77903996b tests: remove usage of CONFIG_USB_UART_CONSOLE Johann Fischer 2021-11-17 13:29:19 +01:00
  • 0908a52d0d samples: usb: console: fix configuration Johann Fischer 2021-11-12 17:18:05 +01:00
  • 6fd0843809 drivers: console: limit scope of CONFIG_USB_UART_CONSOLE Johann Fischer 2021-11-09 16:43:45 +01:00
  • 4151f42710 usb: cdc_acm: use same init level and priority as serial drivers Johann Fischer 2021-11-09 13:16:28 +01:00
  • b46cc518ac MAINTAINERS: add ppryga to Bluetooth controller collaborators Piotr Pryga 2021-11-18 08:14:15 +01:00