Commit graph

  • c459b752f5 twister: add search ZTEST_SUITE, ZTEST and ZTEST_F Piotr Golyzniak 2022-02-09 19:09:52 +01:00
  • e2d903fe31 twister: extend searching src directory Piotr Golyzniak 2022-02-04 13:13:44 +01:00
  • 340da2ecf3 twister: verify ztest suite name in output Piotr Golyzniak 2022-02-02 22:57:43 +01:00
  • ef4583a32c tests: drivers: pwm: test dummy PWM driver Jordan Yates 2021-12-21 10:58:42 +10:00
  • c064006ecc drivers: pwm: test driver Jordan Yates 2021-12-21 10:47:42 +10:00
  • cdfa230131 twister: change serial option existence verification Piotr Golyzniak 2022-03-18 11:36:05 +01:00
  • f474e5075e Bluetooth: Audio: Fix bad string format for ARRAY_SIZE Emil Gydesen 2022-03-24 11:32:29 +01:00
  • 7c15199e64 boards: arduino_nano_33_ble: add GPIO_ACTIVE_LOW to led0-2 Gerard Marull-Paretas 2022-03-22 10:38:14 +01:00
  • bd182a8666 boards: arduino_nano_33_ble: improve DT formatting Gerard Marull-Paretas 2022-03-21 12:34:00 +01:00
  • c0f12be3df boards: arduino_nano_33_ble: remove redundant defconfigs Gerard Marull-Paretas 2022-03-21 12:32:06 +01:00
  • 58b60bbb2d boards: arduino_nano_33_ble: remove redundant "gpio library" Gerard Marull-Paretas 2022-03-21 12:29:51 +01:00
  • 1b479d6a8a boards: arduino_nano_33_ble: refactor init code Gerard Marull-Paretas 2022-03-21 12:27:06 +01:00
  • f266b286b7 boards: arduino_nano_33_ble: use regulator for sensors Gerard Marull-Paretas 2022-03-21 12:14:41 +01:00
  • 4e86985bec boards: arduino_nano_33_ble: define LED in DT Gerard Marull-Paretas 2022-03-21 12:05:36 +01:00
  • 7b033aa4df boards: arduino_nano_33_ble: remove undocumented debug code Gerard Marull-Paretas 2022-03-21 12:02:25 +01:00
  • 0b59d43d12 boards: arduino_nano_33_ble: remove redundant pwm entries Gerard Marull-Paretas 2022-03-21 11:49:45 +01:00
  • 7ceabd25ec boards: arduino_nano_33_ble: drop BLE_EN_USB_CONSOLE Gerard Marull-Paretas 2022-03-21 11:46:39 +01:00
  • 5357f5a83c boards: arduino_nano_33_ble: remove redundant comments from DT Gerard Marull-Paretas 2022-03-21 11:44:23 +01:00
  • 65034dfbbf boards: arduino_nano_33_ble: remove redundant rtc1 entry Gerard Marull-Paretas 2022-03-21 11:42:49 +01:00
  • 7319a2fd38 drivers: can: render ASCII using the text pygment lexer Henrik Brix Andersen 2022-03-24 09:41:26 +01:00
  • 94a4ad6f64 drivers: can: remove redundant @typedef doxygen commands Henrik Brix Andersen 2022-03-24 09:39:13 +01:00
  • 09cd296962 Bluetooth: Controller: radio: Fix num of antennas returned by controller Piotr Pryga 2022-03-18 09:47:04 +01:00
  • 2681c6dfb8 samples: subsys: mgmt: smp_svr: Fix dupicate fs mgmt registration Jamie McCrae 2022-03-16 13:30:39 +00:00
  • 4ab7bdddfc CODEOWNERS: Add Laird Connectivity BT510 and BT610 codeowner Jamie McCrae 2022-03-14 08:58:58 +00:00
  • 97e04aefb8 CODEOWNERS: Add Laird Connectivity Pinnacle 100 codeowner Jamie McCrae 2022-03-14 08:58:07 +00:00
  • 5ba3efb0e2 CODEOWNERS: Add codeowner for Laird Connectivity BL* modules Jamie McCrae 2022-03-14 08:56:59 +00:00
  • 07e4d08554 cmake: Use Zephyr SDK by default on all host operating systems Stephanos Ioannidis 2022-03-06 02:39:28 +09:00
  • 4fd24a4341 libc: minimal: Add strtoll() and strtoull() Gerhard Jörges 2021-12-14 10:23:26 +01:00
  • 869ae2b5ac devicetree.h: add DT_NODE_CHILD_IDX Martí Bolívar 2022-03-23 13:49:15 -07:00
  • 50f9b3c2ca gen_defines: add _CHILD_IDX macros for nodes with parents Martí Bolívar 2022-03-23 13:41:09 -07:00
  • 355cc01a36 scripts: gen_defines: rearrange some internals Martí Bolívar 2022-03-23 13:26:24 -07:00
  • 7c3b445323 edtlib: add Node.child_index() Martí Bolívar 2022-03-23 13:22:35 -07:00
  • b0a01ac82f Bluetooth: Audio: Fix broadcast sink PA sync callbacks register Emil Gydesen 2022-03-22 13:19:50 +01:00
  • 868806c211 Bluetooth: Audio: Fix broadcast sink null pointer in cleanup Emil Gydesen 2022-03-21 20:04:56 +01:00
  • 9e765a2004 Bluetooth: Audio: add BIS index check for broadcast sink Emil Gydesen 2022-03-21 14:41:22 +01:00
  • ec3793b154 Bluetooth: Audio: Fix broadcast audio endpoint disconnect state Emil Gydesen 2022-03-21 13:29:06 +01:00
  • 2df9077307 Bluetooth: Audio: Add missing break for broadcast source ep state Emil Gydesen 2022-03-18 13:53:31 +01:00
  • 9efa22940c Bluetooth: Audio: Add broadcast source subgroup count Kconfig Emil Gydesen 2022-03-17 19:53:53 +01:00
  • 23e45c937a Bluetooth: Audio: Add subgroup count check for broadcast sink Emil Gydesen 2022-03-17 19:42:20 +01:00
  • a50e41b059 Bluetooth: Audio: Remove unicast guard for some stream functions Emil Gydesen 2022-03-17 17:18:26 +01:00
  • 8e34701e19 Bluetooth: Audio: Move CONFIG_BT_CODEC out of unicast-only Emil Gydesen 2022-03-17 17:15:35 +01:00
  • 847c1ad643 Bluetooth: ISO: Add BIS min/max index Emil Gydesen 2022-03-17 17:13:23 +01:00
  • 8388bb7c24 soc: riscv: sifive-freedom: fix SYS_CLOCK_HW_CYCLES_PER_SEC value Filip Kokosinski 2022-03-23 13:39:41 +01:00
  • 0a9e8a5463 drivers: pinmux: remove SiFive pinmux driver Filip Kokosinski 2022-03-22 09:39:06 +01:00
  • 38f38e0be8 boards: FE310-based boards: transition to pinctrl driver Filip Kokosinski 2022-03-22 09:38:57 +01:00
  • a9543e0ff4 boards: qemu_riscv32: add pinctrl configuration for qemu_riscv32_xip Filip Kokosinski 2022-03-22 09:21:59 +01:00
  • 99e787de21 boards: hifive1_revb: add pinctrl configuration for hifive1_revb board Filip Kokosinski 2022-03-22 09:21:13 +01:00
  • 0d3ec151c8 boards: hifive1: add pinctrl configuration for hifive1 board Filip Kokosinski 2022-03-22 09:21:00 +01:00
  • a5cc185b9b drivers: pinctrl: add SiFive pinctrl driver Filip Kokosinski 2022-03-22 09:19:34 +01:00
  • b76d74cd64 Bluetooth: Mesh: Fix adv_send call before enabled. Lingao Meng 2022-03-23 14:54:01 +08:00
  • 58a501d6cd Bluetooth: Mesh: Fix unref null pointer Lingao Meng 2022-03-22 14:15:27 +08:00
  • 573c0d59e0 tests/bluetooth/tester: Add support for auto connection establishment Szymon Janc 2022-03-21 16:08:19 +01:00
  • f8250c9813 dma: Better suspend/resume testing Tom Burdick 2022-03-18 18:40:46 -05:00
  • 2374544bcc posix: Select CPU_HAS_FPU for POSIX arch Yuval Peress 2022-03-14 00:15:10 -06:00
  • 2a80d67843 cbprintf: Fix incorrect alignment Yuval Peress 2022-03-15 11:19:06 -06:00
  • e1d676622c toolchain: generalize the Z_IS_POW2 macro Yuval Peress 2022-03-24 00:24:59 -06:00
  • 62472224c0 toolchain: fix 32 bit mode Z_POW2_CEIL Yuval Peress 2022-03-17 13:23:49 -06:00
  • b69dadb6e5 drivers: clock_control: lpc: syscon: Add BUSCLK support Navin Sankar Velliangiri 2022-03-08 19:22:17 +01:00
  • 2c4d55042c drivers: bluetooth: hci: BlueNRG-MS: Hold on CS Alexandre Bourdiol 2022-03-08 09:43:51 +01:00
  • 8538b835f3 drivers: bluetooth: hci: use logic (and not pin value) kick/release CS Alexandre Bourdiol 2022-03-07 15:26:02 +01:00
  • f1ad7ede9c boards: arm: disco_l475_iot1 BLE SPI CS is active low Alexandre Bourdiol 2022-03-04 12:05:07 +01:00
  • 8a4013b2e1 drivers: adc: Set correct interrupt type and remove spurious interrupts Mulin Chao 2022-03-02 17:30:59 -08:00
  • 0874ff5cfd Bluetooth: Audio: ASCS: do not fail on preferred value check Casper Bonde 2022-03-02 13:13:38 +01:00
  • a3f7a01ac8 soc: mimx8ml8_m7: add .resource_table section to linker script Matthias Fend 2022-01-26 15:46:35 +01:00
  • fc4055852e lib: open-amp: add support for an empty resource table Matthias Fend 2022-02-03 08:51:20 +01:00
  • b83b72beec samples: ipc: openamp_rsc_table: do not enable CONFIG_IPM_MCUX Matthias Fend 2022-02-01 17:44:01 +01:00
  • 37644f83e3 tests/drivers/flash: fix TEST_AREA_MAX Andrzej Puzdrowski 2022-03-24 09:34:55 +01:00
  • 1a7666b278 manifest: Update Tf-M revision to HEAD of fork Carles Cufi 2022-03-23 18:30:57 +01:00
  • 890f619936 tests: mbedtls: Fix GCC warning about test_snprintf Flavio Ceolin 2022-01-24 12:03:29 -08:00
  • 5e8b7b5b37 samples: tflite-micro: fix hello_world README Lauren Murphy 2022-03-23 12:40:04 -07:00
  • 6d57cbaef1 tests/drivers/flash: fix TEST_AREA_MAX calculation Andrzej Puzdrowski 2022-03-23 17:33:38 +01:00
  • e565e67114 boards: Add Proteus-III board file Matthias Hauser 2022-03-01 13:38:07 +01:00
  • e1d57d19f2 mgmt/mcumgr/lib: Add missing mcumgr_img_mgmt log Kconfig options Dominik Ermel 2022-03-11 11:57:12 +00:00
  • 7de1061f5c mgmt/mcumgr/lib: Fix LOG_MODULE_NAME for image group Dominik Ermel 2022-03-10 16:29:11 +00:00
  • a713315f0c drivers: ssd16xx: propagate errors where possible Johann Fischer 2022-03-09 16:23:54 +01:00
  • 75fb9ee143 drivers: ssd16xx: rework function to clear panel buffer at init Johann Fischer 2022-03-09 15:49:36 +01:00
  • e36c2699e4 drivers: ssd16xx: use usual scheme struct foo *data = dev->data Johann Fischer 2022-03-09 15:43:49 +01:00
  • a2e7e9a0e0 drivers: ssd16xx: add multi-instance support Johann Fischer 2022-03-09 15:39:51 +01:00
  • 1c78447428 scripts: runners: spi_burn: replaced delay by wait for response Yuriy Vynnychek 2022-02-17 18:06:44 +02:00
  • 16f5df015a manifest: Update trusted-firmware-m to include GPIO service fix Joakim Andersson 2022-03-07 15:12:14 +01:00
  • fab4aadd0e soc: arm: bl5340_dvk: Fix bl5340 DVK pin assignments Joakim Andersson 2022-03-07 14:55:57 +01:00
  • 88bb3ae498 soc: arm: nordic: Fix missing include path Joakim Andersson 2022-03-07 14:38:00 +01:00
  • fad1d950ea bmi160: Added yaml support for both i2c and spi Avi Green 2022-02-03 14:47:28 +02:00
  • 1d46332b39 bmi160: Added I2C to Kconfig dependency Avi Green 2022-02-03 13:50:07 +02:00
  • 4bdaffdf54 doc: west: Add mention about Git rewrite feature Andrei Emeltchenko 2022-03-22 17:15:48 +02:00
  • be3186d39c tests/drivers/flash: fix testcase.yaml Andrzej Puzdrowski 2022-03-23 17:12:51 +01:00
  • 2a4144d063 drivers: clock_control: nrf_clock_calibration: remove errata workaround Xudong Zheng 2022-03-22 12:03:08 -04:00
  • 68f63246a0 Bluetooth: Controller: Fix filter accept list with periodic adv list use Vinayak Kariappa Chettimada 2022-03-15 08:33:36 +05:30
  • b5b05bc9b1 tests/driver/flash: overlay for MX25L51245G Andrzej Puzdrowski 2022-03-21 15:46:21 +01:00
  • 3fc7182555 drivers/flash/nrf_qspi_nor: add support for enter 4-byte addressing mode Andrzej Puzdrowski 2021-12-22 17:03:00 +01:00
  • 6674537fd2 include: mgmt: fixup typos in hawkbit Wilfred Mallawa 2022-03-21 21:57:48 +10:00
  • 8e0db1431e tests: drivers: stm32 clock control testing on stm32fx mcus Francois Ramu 2022-03-02 16:51:11 +01:00
  • 70d2b136ec tests: drivers: stm32 clock control testing on stm32l4 / l5 mcus Francois Ramu 2022-03-03 13:08:56 +01:00
  • 68add9e7e1 tests: drivers: stm32 hse clock control testing on stm32g071 nucleo Francois Ramu 2022-03-02 10:29:52 +01:00
  • 676ddd72a9 tests: drivers: stm32 clock control testing on stm32wb55 Francois Ramu 2022-03-01 16:45:20 +01:00
  • 30a65dc6d1 tests: drivers: stm32 clock control testing on stm32wl55 Francois Ramu 2022-03-01 11:59:18 +01:00
  • 47933bf808 tests: drivers: stm32 clock control for stm32l0 and stm32l1 Francois Ramu 2022-03-01 17:34:39 +01:00
  • 02c3e9ac6f tests: drivers: stm32 clock control testing on stm32l1 and stm32l0 Francois Ramu 2022-02-28 16:25:17 +01:00
  • 032fb610a4 tests: drivers: stm32 clock control testing on stm32g4 Francois Ramu 2022-02-25 15:12:59 +01:00
  • f3a1d03b5c tests: drivers: stm32 clock control testing on stm32g0 Francois Ramu 2022-02-24 13:05:24 +01:00