Commit graph

  • d95c126961 doc: Fix link to soc/arm/common/cortex_m/arm_mpu_regions.c Aleksandar Markovic 2022-04-16 23:09:56 +02:00
  • 9e4e858bee doc: Fix link to tests/subsys/pm/power_states_api/ Aleksandar Markovic 2022-04-16 22:49:11 +02:00
  • 7af3b8cbb3 doc: Fix links to Zephyr include directory on Github Aleksandar Markovic 2022-04-16 22:10:28 +02:00
  • c5244ffa2b samples: logging/syst: build for C++ too Daniel Leung 2022-04-19 12:11:39 -07:00
  • bd40865aca doc: arch: semihost: fix broken link Jordan Yates 2022-04-21 23:17:44 +10:00
  • 7d1c15d09e drivers: peci: xec: Handle PECI command PING properly Johannes Meister 2022-02-24 08:06:27 +01:00
  • 3b5c61d618 include: Update references for devicetree.h Yuval Peress 2022-04-20 22:08:19 -06:00
  • 9d58ea8470 include: update references to <device.h> Yuval Peress 2022-04-20 22:07:09 -06:00
  • c35012e122 include: Update references to <cache.h> Yuval Peress 2022-04-20 22:06:28 -06:00
  • 41e7f30d0f include: update documentation to use zephyr/ prefix Yuval Peress 2022-04-20 22:03:05 -06:00
  • bf6ca7f2e2 include: Update zephyr.h includes to use zephyr/ prefix Yuval Peress 2022-04-20 21:31:43 -06:00
  • 06225a4020 boards: arduino_nano_33_ble: Correct assignment of P0.13 to PWM Andrzej Głąbek 2022-04-20 17:10:32 +02:00
  • a4fa8c6ac0 boards: arduino_nano_33_ble: Correct polarity of pwm1 channel 0 Andrzej Głąbek 2022-04-20 16:57:16 +02:00
  • 5a23cfd7bd soc: arm: cc13xx_cc26xx: pinctrl: minor fix for typedef typo Christopher Friedt 2022-04-20 06:59:35 -04:00
  • e476fcff78 include/dt-bindings: clocks: stm32h7: Use _C1_ registers offset Erwan Gouriou 2022-04-07 13:21:51 +02:00
  • 531c484958 tests/drivers/clock_control: stm32_common: Test HCLCK instead of SYSCLK Erwan Gouriou 2022-04-06 13:55:58 +02:00
  • f6c665bac3 drivers/clock_control: stm32u5: Fix on flash latency procedure Erwan Gouriou 2022-04-06 11:47:24 +02:00
  • d8f5ef725f tests/drivers/clock_control: stm32u5: Rework to explicitly test HCLK Erwan Gouriou 2022-04-06 11:33:25 +02:00
  • efd8ee465c drivers/clock_control: stm32 common: Remove intermediate hclk variable Erwan Gouriou 2022-04-05 11:58:17 +02:00
  • 12a39dffea dts/bindings/clock: st-stm32(wb)-rcc: Clarify 'clock-frequency' meaning Erwan Gouriou 2022-04-05 11:36:51 +02:00
  • 84e1ea0ce1 dts/bindings/clocks: stm32l0-msi-clock: Use enum for allowed values Erwan Gouriou 2022-04-01 12:22:36 +02:00
  • da370ea720 tests/drivers/clock_control: stm32l0/l1: MSI range 11 is not allowed Erwan Gouriou 2022-04-01 12:20:12 +02:00
  • fa85670f1b tests/drivers/clock_control: stm32f1: HSI clock is 8MHz Erwan Gouriou 2022-04-01 09:16:50 +02:00
  • 18b3fcd86d drivers/clock_control: stm32 common: Set flash latency code under switch Erwan Gouriou 2022-03-30 17:23:00 +02:00
  • 8af5e41f91 dts/bindings/clocks: st,stm32f105-pll-clock.yaml: previd is required Erwan Gouriou 2022-03-30 17:12:29 +02:00
  • 87eea6e6b1 boards: lora_e5_dev_board: Fix dts clock description Erwan Gouriou 2022-03-30 14:41:57 +02:00
  • b636e4c799 drivers/clock_control: stm32 common: Use new bus clock bindings Erwan Gouriou 2022-03-29 16:19:02 +02:00
  • bccf8afa59 include/dt-bindings/clock: stm32: Add bindings for 'common' series Erwan Gouriou 2022-03-29 11:46:35 +02:00
  • 92a741c2ae drivers/clock_control: stm32: style edits on set_up_fixed_clock_sources() Erwan Gouriou 2022-03-25 12:05:08 +01:00
  • 693ba04796 dts: stm32: Add rcc prop undershoot-prevention Erwan Gouriou 2022-03-25 11:37:48 +01:00
  • 5202d40520 include/drivers/clock_control: stm32: Missing PLL macro on some compats Erwan Gouriou 2022-03-25 15:46:00 +01:00
  • c4ff7d1e19 drivers/clock_control: stm32_common: Add elementary PLL configuration step Erwan Gouriou 2022-03-23 15:34:16 +01:00
  • 83eb9c462b include/drivers/clock_control: stm32: Some HSE clocks are pure fixed-clocks Erwan Gouriou 2022-03-25 10:53:41 +01:00
  • f94ad7538e drivers/clock_control: stm32 common: Group fixed clocks init Erwan Gouriou 2022-03-23 14:56:01 +01:00
  • f6db7afb60 drivers/clock_control: stm32 common: Use DT macros for bus prescalers Erwan Gouriou 2022-03-23 09:58:54 +01:00
  • 30f0af97f8 drivers/clock_control: stm32 common: Factorize flash latency setting Erwan Gouriou 2022-03-22 15:54:59 +01:00
  • 4b062ca15e drivers/clock_control: stm32 common: Factorize freq bus setting Erwan Gouriou 2022-03-22 15:01:46 +01:00
  • d04802283b drivers/clock_control: stm32 common: Don't disable fixed clocks Erwan Gouriou 2022-03-22 14:36:23 +01:00
  • 8594be2cb3 drivers/clock_control: stm32u5: Use fixed clocks set up to configure PLLs Erwan Gouriou 2022-03-04 11:44:30 +01:00
  • e97d608282 drivers/clock_control: stm32u5: Clean up fixed clocks functions. Erwan Gouriou 2022-03-04 11:24:00 +01:00
  • ebb1d79e8f drivers/clock_control: stm32u5: Move clock init to a single function Erwan Gouriou 2022-03-04 11:20:06 +01:00
  • 30b3a5ffe7 drivers/clock_control: stm32u5: Centralize regu voltage setting Erwan Gouriou 2022-03-04 11:07:47 +01:00
  • 6dfe13120c drivers/clock_control: stm32u5: Centralize flash_latency update Erwan Gouriou 2022-03-04 10:59:33 +01:00
  • 7175da2645 drivers/clock_control: stm32u5: Don't disable other clocks Erwan Gouriou 2022-03-04 10:43:40 +01:00
  • 41ecdb9d14 drivers/clock_control: stm32u5: Factorize bus prescalers settings Erwan Gouriou 2022-03-04 10:05:59 +01:00
  • 2efcabbc4c drivers/clock_control: stm32u5: Update SystemCoreClock at a single place Erwan Gouriou 2022-03-04 09:48:35 +01:00
  • 0c60fcd40d drivers/clock_control: stm32u5: Use new clock bindings Erwan Gouriou 2022-03-02 16:53:31 +01:00
  • bc37d41051 drivers/clock_control: stm32h7: Fixes on function declarations Erwan Gouriou 2022-03-02 14:12:09 +01:00
  • 3f223496fa include/dt-bindings/clock: Add stm32u5 clock bindings Erwan Gouriou 2022-03-01 17:30:35 +01:00
  • 3069130245 include/drivers: stm32_clock_control: Avoid non defined PLL outputs Erwan Gouriou 2022-01-21 17:06:55 +01:00
  • 61a9016f88 drivers/clock_control: stm32h7: Change clock bus bindings values Erwan Gouriou 2022-01-14 11:25:39 +01:00
  • 2e4c02e722 dts/arm: stm32h7: Introduce a stm32h7 specific clock binding Erwan Gouriou 2022-01-14 10:41:59 +01:00
  • 1dcea253d2 shared_multi_heap: Rework framework Carlo Caione 2022-03-29 10:18:06 +02:00
  • a9e935e01b soc: xilinx_zynq7000: fix VBAR, SCTLR contents when coming from u-boot Immo Birnbaum 2022-03-08 16:51:56 +01:00
  • c5ebea590f drivers/flash: stm32h7: fix fault when cache disabled Thomas Altenbach 2021-11-25 13:49:17 +01:00
  • f2d80c1b11 doc: guides: semihost: added Jordan Yates 2022-04-01 18:58:50 +10:00
  • 37aa5fa90a tests: console: extend semihost_console testing Jordan Yates 2022-04-01 11:45:22 +10:00
  • 685e53231f tests: lib: semihost: test file operations Jordan Yates 2022-03-30 21:25:21 +10:00
  • f280114f0e console: semihost_console: use semihost API Jordan Yates 2022-03-30 20:47:56 +10:00
  • d8f186aa4a arch: common: semihost: add semihosting operations Jordan Yates 2022-03-30 20:43:41 +10:00
  • 070422db46 arch: common: dedicated SEMIHOST symbol Jordan Yates 2022-03-30 17:51:54 +10:00
  • 8904bd1650 boards: arm: qemu_cortex_a9: move UART_CONSOLE Jordan Yates 2022-04-01 11:54:12 +10:00
  • 602dec25ca boards: arm: nucleo_f030r8: Add support for MB1136 C-01 board revision TOKITA Hiroshi 2022-03-20 00:22:14 -07:00
  • 06e4f36b4b fpga controller: drivers: add ZynqMP driver Mateusz Sierszulski 2022-02-14 11:45:17 +01:00
  • 314a3a6ef4 fpga controller: boards: add fpga to mercury_xu dts Mateusz Sierszulski 2022-02-14 11:45:16 +01:00
  • e777aa823b tests: drivers: can: api: verify filters persist through bitrate changes Henrik Brix Andersen 2022-04-08 10:22:57 +02:00
  • e4c93c3a60 drivers: can: mcp2515: do not soft-reset device when changing timing Henrik Brix Andersen 2022-04-13 17:11:47 +02:00
  • 2d3011c9b4 tests: drivers: spi: don't use deprecated spi_cs_control struct members Bartosz Bilas 2022-04-20 09:21:00 +02:00
  • 45d4909024 drivers: can: stm32fd: rename CONFIG_CAN_STM32_CLOCK_DIVISOR Henrik Brix Andersen 2022-04-20 15:14:58 +02:00
  • 322b436b30 drivers: can: stm32fd: add clock source selection Henrik Brix Andersen 2022-04-20 15:12:09 +02:00
  • 7a5116acb2 tests: drivers: can: timing: print core clock to aid in debugging Henrik Brix Andersen 2022-04-20 15:09:30 +02:00
  • e9b288b713 kernel: mutex: remove unnecessary schedule locking Peter Mitsis 2022-04-08 15:07:56 -04:00
  • d42b2e6bed scripts: gitlint: block Change-Id tags in commit message Fabio Baltieri 2022-04-20 15:06:11 +01:00
  • a30cf39975 kernel: update k_thread_state_str() API Peter Mitsis 2022-04-11 19:54:23 -04:00
  • fef6e46f01 ztest: Add Z_TEST_SKIP_IFDEF macro Al Semjonovs 2022-04-15 11:59:07 -06:00
  • 72f81021b2 include: move include files to correct location Yuval Peress 2022-04-20 11:56:39 -06:00
  • fc88ddf59c scripts: checkpatch: add Co-authored-by tag Bartosz Bilas 2022-04-19 21:20:49 +02:00
  • 1135796089 dts/arm/st: g4: device tree factorization TLIG Dhaou 2022-04-08 15:40:41 +02:00
  • 12553800f1 Bluetooth: Mesh: Update defaults - proxy filter, msg cache Omkar Kulkarni 2022-04-20 10:14:42 +02:00
  • 111865a8c5 doc: threads: Clarify ready/running states Peter Mitsis 2022-04-05 15:14:58 -04:00
  • 195072dcd1 samples: syst: Update sample.yaml Peter Mitsis 2022-04-06 13:21:48 -04:00
  • 7141c8763f sample: syst: Add intel_adsp_cavs support Aastha Grover 2022-03-25 12:27:28 -07:00
  • 79b57e2cbb logging: Enable Sys-T on ADSP backend Peter Mitsis 2022-04-19 13:38:52 -04:00
  • 23d4788afa Bluetooth: Host: Add more tests for GATT client becoming change-aware Herman Berget 2022-04-07 15:51:47 +02:00
  • 2a5d9d10d1 Bluetooth: Host: Update GATT caching test to encrypt the link Herman Berget 2022-04-06 17:00:37 +02:00
  • e5004d9261 Bluetooth: Tests: Wait for sync from other devices only Herman Berget 2022-04-07 15:47:43 +02:00
  • 0916eba4ad Bluetooth: Host: Send the "Out of Sync" error only once on each channel Herman Berget 2022-04-12 10:32:34 +02:00
  • 1732ec061b Bluetooth: Host: Add CF_DB_HASH_READ flag Herman Berget 2022-04-12 10:49:40 +02:00
  • 329cff8ab4 stm32: dt-bindings: fix AFIO_MAPR SPI3_REMAP0/1 bit pos Maxim Kolchurin 2022-03-02 17:41:19 +03:00
  • a12aca2483 drivers: uart: Fix unused parameter warnings when compiling with -Wextra Pete Dietl 2022-04-19 11:52:11 -07:00
  • cd9c82bff2 drivers: sensor: lsm6dso: Remove usage of undefined variable Andreas Pettersson 2022-04-14 13:56:36 +02:00
  • 79d96b8112 Bluetooth: Audio: Add void() cast to memcpy Asbjørn Sæbø 2022-04-06 16:14:13 +02:00
  • b0d5db147b Bluetooth: Audio: Media control - pass structs by reference Asbjørn Sæbø 2022-04-06 12:09:25 +02:00
  • ebaad4501c Bluetooth: Audio: Media - search to not modify parameter Asbjørn Sæbø 2022-04-06 15:31:18 +02:00
  • 1d66729a0a Bluetooth: Audio: Remove zero-ing of variable Asbjørn Sæbø 2022-04-06 14:55:09 +02:00
  • fa5b8a1e38 Bluetooth: Audio: MCC - pass structs by reference Asbjørn Sæbø 2022-04-06 10:50:34 +02:00
  • 855f4b9c96 Bluetooth: hci: correct ext adv cmd definition Jordan Yates 2022-04-20 16:18:43 +10:00
  • 5a93798b22 Revert "scripts: check_compliance: check for commit message errors" Stephanos Ioannidis 2022-04-20 21:46:10 +09:00
  • 095d90cb32 west.yml: update hal_espressif's revision Glauber Maroto Ferreira 2022-03-29 06:21:28 -03:00
  • a9a7ce78bc CODEOWNERS: pinmux & pinctrl: update ownership Glauber Maroto Ferreira 2022-03-07 14:54:48 -03:00