Searched +full:stm32f1 +full:- +full:rcc (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32f1-rcc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 STM32F1 and STM32F37x Reset and Clock controller node. 6 Adds the ADC prescaler to the standard generic STM32 RCC. 7 For more description confere st,stm32-rcc.yaml 9 compatible: "st,stm32f1-rcc" 11 include: st,stm32-rcc.yaml 14 adc-prescaler: 17 - 2 18 - 4 19 - 6 [all …]
|
D | st,stm32f1-clock-mco.yaml | 4 # SPDX-License-Identifier: Apache-2.0 7 compatible: "st,stm32f1-clock-mco" 12 The STM32F1 MCO is similar to other series but has no configurable 19 clocks = <&rcc STM32_SRC_LSE MCO1_SEL(7)>; 20 pinctrl-0 = <&rcc_mco_pa8>; 21 pinctrl-names = "default"; 31 clocks = <&rcc STM32_SRC_PLL3CLK MCO1_SEL(9)>; 33 clocks = <&rcc STM32_SRC_PLL3CLK MCO1_SEL(11)>; 36 - name: st,stm32-clock-mco.yaml 37 property-blocklist: [all …]
|
/Zephyr-latest/dts/bindings/adc/ |
D | st,stm32f1-adc.yaml | 3 # SPDX-License-Identifier: Apache-2.0 6 ST STM32F1 family ADC 7 This compatible stands for all ADC blocks similar to the one on STM32F1, 9 Remove the st,adc-clock-source and st,adc-prescaler property. 10 See adc-prescaler property in st,stm32f1-rcc binding to configure ADC 13 compatible: "st,stm32f1-adc" 16 - name: st,stm32-adc.yaml 17 property-blocklist: 18 - st,adc-clock-source 19 - st,adc-prescaler
|
/Zephyr-latest/dts/arm/st/f1/ |
D | stm32f100Xb.dtsi | 6 * SPDX-License-Identifier: Apache-2.0 10 #include <st/f1/stm32f1.dtsi> 18 /delete-node/ pll; 21 #clock-cells = <0>; 22 compatible = "st,stm32f100-pll-clock"; 28 compatible = "st,stm32f100", "st,stm32f1", "simple-bus"; 30 flash-controller@40022000 { 33 erase-block-size = <DT_SIZE_K(1)>; 38 compatible = "st,stm32-spi"; 39 #address-cells = <1>; [all …]
|
D | stm32f103X8.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <st/f1/stm32f1.dtsi> 16 compatible = "st,stm32f103", "st,stm32f1", "simple-bus"; 18 flash-controller@40022000 { 21 erase-block-size = <DT_SIZE_K(1)>; 29 compatible = "st,stm32-spi"; 30 #address-cells = <1>; 31 #size-cells = <0>; 33 clocks = <&rcc STM32_CLOCK(APB1, 14U)>; 39 compatible = "st,stm32-usb"; [all …]
|
D | stm32f1.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 8 #include <arm/armv7-m.dtsi> 9 #include <zephyr/dt-bindings/clock/stm32f1_clock.h> 10 #include <zephyr/dt-bindings/i2c/i2c.h> 11 #include <zephyr/dt-bindings/gpio/gpio.h> 12 #include <zephyr/dt-bindings/pwm/pwm.h> 13 #include <zephyr/dt-bindings/pwm/stm32_pwm.h> 14 #include <zephyr/dt-bindings/dma/stm32_dma.h> 15 #include <zephyr/dt-bindings/adc/stm32f1_adc.h> 16 #include <zephyr/dt-bindings/reset/stm32f0_1_3_reset.h> [all …]
|
D | stm32f107.dtsi | 2 * Copyright (c) 2017 I-SENSE group of ICCS 4 * SPDX-License-Identifier: Apache-2.0 11 compatible = "st,stm32f107", "st,stm32f1", "simple-bus"; 14 compatible = "st,stm32-dma-v2bis"; 15 #dma-cells = <2>; 17 clocks = <&rcc STM32_CLOCK(AHB1, 1U)>; 23 compatible = "st,stm32-ethernet"; 26 clock-names = "stmmaceth", "mac-clk-tx", 27 "mac-clk-rx"; 28 clocks = <&rcc STM32_CLOCK(AHB1, 14U)>, [all …]
|
D | stm32f105.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/clock/stm32f10x_clock.h> 8 #include <st/f1/stm32f1.dtsi> 12 /delete-node/ pll; 15 #clock-cells = <0>; 16 compatible = "st,stm32f105-pll-clock"; 21 #clock-cells = <0>; 22 compatible = "st,stm32f105-pll2-clock"; 29 compatible = "st,stm32f105", "st,stm32f1", "simple-bus"; 31 flash-controller@40022000 { [all …]
|
/Zephyr-latest/dts/arm/st/f3/ |
D | stm32f373.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <zephyr/dt-bindings/adc/stm32f1_adc.h> 12 compatible = "st,stm32f373", "st,stm32f3", "simple-bus"; 14 rcc: rcc@40021000 { label 16 * Use the STM32F1 compatible that define the same ADC 17 * prescaler in the RCC register 19 compatible = "st,stm32f1-rcc"; 22 pinctrl: pin-controller@48000000 { 24 compatible = "st,stm32-gpio"; 25 gpio-controller; [all …]
|
D | stm32f3.dtsi | 2 * Copyright (c) 2017 I-SENSE group of ICCS 6 * SPDX-License-Identifier: Apache-2.0 9 #include <arm/armv7-m.dtsi> 10 #include <zephyr/dt-bindings/clock/stm32f3_clock.h> 11 #include <zephyr/dt-bindings/i2c/i2c.h> 12 #include <zephyr/dt-bindings/gpio/gpio.h> 13 #include <zephyr/dt-bindings/pwm/pwm.h> 14 #include <zephyr/dt-bindings/pwm/stm32_pwm.h> 15 #include <zephyr/dt-bindings/dma/stm32_dma.h> 16 #include <zephyr/dt-bindings/reset/stm32f0_1_3_reset.h> [all …]
|
/Zephyr-latest/dts/arm/st/f0/ |
D | stm32f0.dtsi | 6 * SPDX-License-Identifier: Apache-2.0 9 #include <arm/armv6-m.dtsi> 10 #include <zephyr/dt-bindings/clock/stm32f0_clock.h> 11 #include <zephyr/dt-bindings/i2c/i2c.h> 12 #include <zephyr/dt-bindings/gpio/gpio.h> 13 #include <zephyr/dt-bindings/pwm/pwm.h> 14 #include <zephyr/dt-bindings/pwm/stm32_pwm.h> 15 #include <zephyr/dt-bindings/dma/stm32_dma.h> 16 #include <zephyr/dt-bindings/adc/stm32l4_adc.h> 17 #include <zephyr/dt-bindings/reset/stm32f0_1_3_reset.h> [all …]
|
/Zephyr-latest/dts/arm/st/l0/ |
D | stm32l0.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 8 #include <arm/armv6-m.dtsi> 9 #include <zephyr/dt-bindings/clock/stm32l0_clock.h> 10 #include <zephyr/dt-bindings/i2c/i2c.h> 11 #include <zephyr/dt-bindings/gpio/gpio.h> 12 #include <zephyr/dt-bindings/pwm/pwm.h> 13 #include <zephyr/dt-bindings/adc/adc.h> 14 #include <zephyr/dt-bindings/pwm/stm32_pwm.h> 15 #include <zephyr/dt-bindings/dma/stm32_dma.h> 16 #include <zephyr/dt-bindings/adc/stm32l4_adc.h> [all …]
|
/Zephyr-latest/dts/arm/st/l1/ |
D | stm32l1.dtsi | 6 * SPDX-License-Identifier: Apache-2.0 9 #include <arm/armv7-m.dtsi> 10 #include <zephyr/dt-bindings/clock/stm32l1_clock.h> 11 #include <zephyr/dt-bindings/gpio/gpio.h> 12 #include <zephyr/dt-bindings/i2c/i2c.h> 13 #include <zephyr/dt-bindings/pwm/pwm.h> 14 #include <zephyr/dt-bindings/adc/adc.h> 15 #include <zephyr/dt-bindings/pwm/stm32_pwm.h> 16 #include <zephyr/dt-bindings/dma/stm32_dma.h> 17 #include <zephyr/dt-bindings/adc/stm32f4_adc.h> [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.9.rst | 49 * Bluetooth Qualification-ready BLE Controller 82 * ARC: Nested interrupt support for normal, non-FIRQ interrupts 90 * arm: Added Olimex STM32-E407 and STM32-P405 boards 91 * arm: Added STM32F412 Nucleo and STM32F429I-DISC1 boards 116 * net-app API support added. This is higher level API that can be used 126 networking applications using a well-known, cross-platform API 140 * IPSP net-app support: a simplified networking API reducing duplication 143 * BLE controller qualification-ready, with all required tests passing 144 * Controller-based privacy (including all optional features) 172 * Added rcc node on stm32 socs [all …]
|
D | release-notes-3.5.rst | 38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3 39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_ 41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j 42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_ 44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7 45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_ 47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4 48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_ 50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh 51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_ [all …]
|
D | release-notes-3.1.rst | 61 * Split CAN classic and CAN-FD APIs: 80 * Converted the STM32F1 pin nodes configuration names to include remap information (in 89 * STM32F1 Serial wire JTAG configuration (SWJ CFG) configuration choice 90 was moved from Kconfig to :ref:`devicetree <dt-guide>`. 91 See the :dtcompatible:`st,stm32f1-pinctrl` devicetree binding for more information. 182 * MIPI-DSI 184 * Added a :ref:`MIPI-DSI api <mipi_dsi_api>`. This is an experimental API, 196 * Added support for enabling/disabling CAN-FD mode at runtime using :c:macro:`CAN_MODE_FD`. 220 * Added support for Provisioners over PB-GATT 231 * Implemented ISO-AL TX unframed fragmentation [all …]
|
D | release-notes-3.3.rst | 14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery) 17 CMSIS-DSP as the default backend. 30 * CVE-2023-0359: Under embargo until 2023-04-20 32 * CVE-2023-0779: Under embargo until 2023-04-22 66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding. 71 * Starting from this release ``zephyr-`` prefixed tags won't be created 82 image states). Use of a truncated hash or non-sha256 hash will still work 88 registration function at boot-up. If applications register this then 93 application code, these will now automatically be registered at boot-up (this 129 This may cause out-of-tree scripts or commands to fail if they have relied [all …]
|
D | release-notes-2.7.rst | 17 * Support for M-Profile Vector Extensions (MVE) on ARMv8.1-M 18 * Improved thread safety for Newlib and C++ on SMP-capable systems 20 * New Action-based Power Management API 23 * Linker Support for Tightly-Coupled Memory in RISC-V 25 * Support for extended PCI / PCIe capabilities, improved MIS-X support 33 * The kernel now supports both 32- and 64-bit architectures 36 * We added support for Point-to-Point Protocol (PPP) 37 * We added support for UpdateHub, an end-to-end solution for over-the-air device updates 38 * We added support for ARM Cortex-R Architecture 40 * Expanded support for ARMv6-M architecture [all …]
|