Searched full:stm32f2 (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/soc/st/stm32/stm32f2x/ |
D | Kconfig.defconfig | 1 # STMicroelectronics STM32F2 MCU line 6 # Kconfig symbols common to STM32F2 series 10 rsource "Kconfig.defconfig.stm32f2*"
|
D | Kconfig.soc | 1 # STMicroelectronics stm32f2 MCU line
|
D | soc.h | 8 * @file SoC configuration macros for the stm32f2 family processors.
|
D | soc.c | 9 * @brief System/hardware module for stm32f2 processor
|
/Zephyr-latest/dts/arm/st/f2/ |
D | stm32f207.dtsi | 7 #include <st/f2/stm32f2.dtsi> 11 compatible = "st,stm32f207", "st,stm32f2", "simple-bus";
|
D | stm32f205Xe.dtsi | 8 #include <st/f2/stm32f2.dtsi>
|
D | stm32f2.dtsi | 72 compatible = "st,stm32f2-pll-clock"; 79 compatible = "st,stm32-flash-controller", "st,stm32f2-flash-controller";
|
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32f2-pll-clock.yaml | 5 STM32F2 Main PLL node binding: 20 compatible: "st,stm32f2-pll-clock"
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | st,stm32f2-flash-controller.yaml | 3 compatible: "st,stm32f2-flash-controller"
|
/Zephyr-latest/dts/bindings/dma/ |
D | st,stm32-dma.yaml | 10 V1 like stm32F4 or stm32F2 socs, they include FIFO control registers
|
D | st,stm32-dma-v1.yaml | 7 It is present on stm32 devices like stm32F4 or stm32F2.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.stm32_hal | 38 Available only for STM32F1 and STM32F2 SoC series.
|
/Zephyr-latest/scripts/build/ |
D | uf2families.json | 89 "short_name": "STM32F2",
|
/Zephyr-latest/drivers/sensor/st/stm32_temp/ |
D | stm32_temp.c | 138 * - (Vsense - V25) on STM32F2 series in convert_adc_sample_to_temperature() 145 * - RM0033 §10.10 "Temperature sensor" (STM32F2) in convert_adc_sample_to_temperature()
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32f2x.c | 170 * The flash memory in stm32f2 series has bank 1 only with 12 sectors,
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_ll_stm32.c | 437 /* Set Date after Time to be sure the DR is correctly updated on stm32F2 serie. */ in rtc_stm32_set_time() 453 * Because stm32F2 serie has no shadow registers, in rtc_stm32_set_time()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_ll_stm32_v1.c | 7 * I2C Driver for: STM32F1, STM32F2, STM32F4 and STM32L1
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.13.rst | 111 * usb: Added support for OTG FS on STM32F2 and STM32F7
|
D | release-notes-2.7.rst | 464 * Added support for STM32F2, STM32G0, STM32WB and STM32WL 480 * Added STM32F2, STM32L5 and STM32WL Flash driver support
|
D | release-notes-1.12.rst | 625 * :github:`7329` - is there has anyone who having portting stm32f2?
|
D | release-notes-3.4.rst | 246 * On all STM32 targets except STM32F2 series, Ethernet drivers implementation
|
D | release-notes-4.0.rst | 1425 * Updated STM32F2 to cube version V1.9.5.
|
D | release-notes-2.6.rst | 555 * Added support on STM32F2 608 * Added support on STM32F2 and STM32L1.
|
D | release-notes-2.5.rst | 992 * :github:`32007` - Wrong clock value at USART1 in STM32F2 dtsi file
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32.c | 82 * compat st_stm32f4_adc -> STM32F2, F4, F7, L1
|
12