Searched refs:stm32f4 (Results 1 – 22 of 22) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/serial/ |
D | serial_stm32.c | 22 bool stm32f4 = uart_info->stm32f4; in _stm32_serial_setbrg() local 29 setbits_le32(base + CR1_OFFSET(stm32f4), USART_CR1_OVER8); in _stm32_serial_setbrg() 32 clrbits_le32(base + CR1_OFFSET(stm32f4), USART_CR1_OVER8); in _stm32_serial_setbrg() 38 writel(mantissa | fraction, base + BRR_OFFSET(stm32f4)); in _stm32_serial_setbrg() 54 bool stm32f4 = plat->uart_info->stm32f4; in stm32_serial_setconfig() local 56 u32 cr1 = plat->base + CR1_OFFSET(stm32f4); in stm32_serial_setconfig() 67 if (bits != SERIAL_8_BITS || stop != SERIAL_ONE_STOP || stm32f4) in stm32_serial_setconfig() 102 bool stm32f4 = plat->uart_info->stm32f4; in stm32_serial_getc() local 104 u32 isr = readl(base + ISR_OFFSET(stm32f4)); in stm32_serial_getc() 110 if (!stm32f4) in stm32_serial_getc() [all …]
|
D | serial_stm32.h | 27 bool stm32f4; /* true for STM32F4, false otherwise */ member 32 .stm32f4 = true, 39 .stm32f4 = false, 45 .stm32f4 = false,
|
/third_party/jerryscript/targets/riot-stm32f4/ |
D | README.md | 18 | + riot-stm32f4 31 ….com/RIOT-OS/RIOT/wiki/Introduction) wiki site and also check that you can flash the stm32f4-board. 39 make -f ./targets/riot-stm32f4/Makefile.riot 48 This will copy one library files to `targets/riot-stm32f4/bin` folder: 53 This will create a hex file in the `targets/riot-stm32f4/bin` folder: 61 make -f ./targets/riot-stm32f4/Makefile.riot flash 71 make -f ./targets/riot-stm32f4/Makefile.riot clean 83 … This board features a(n) stm32f4 MCU.
|
D | Makefile.riot | 17 COPYTARGET ?= targets/riot-stm32f4/bin 62 make -f ./targets/riot-stm32f4/Makefile 65 make -f ./targets/riot-stm32f4/Makefile flash 70 make -f ./targets/riot-stm32f4/Makefile clean
|
D | Makefile | 30 APPDIR ?= $(JERRYDIR)/targets/riot-stm32f4/source 33 BINDIR ?= $(JERRYDIR)/targets/riot-stm32f4/bin/
|
D | Makefile.travis | 41 $(MAKE) -f ./targets/riot-stm32f4/Makefile.riot
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/adc/ |
D | st,stm32-adc.txt | 25 "st,stm32f4-adc-core" 29 - interrupts: One or more interrupts for ADC block. Some parts like stm32f4 34 It's required on stm32f4. 37 It's not present on stm32f4. 57 "st,stm32f4-adc" 62 stm32f4, that has per instance clock input for registers access. 67 It can have up to 16 channels on stm32f4 or 20 channels on stm32h7, numbered 87 * can be 6, 8, 10 or 12 on stm32f4 98 compatible = "st,stm32f4-adc-core"; 113 compatible = "st,stm32f4-adc";
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | stm32f429.dtsi | 9 #include <dt-bindings/mfd/stm32f4-rcc.h> 43 compatible = "st,stm32f4-otp"; 301 compatible = "st,stm32f4-spi"; 311 compatible = "st,stm32f4-spi"; 354 compatible = "st,stm32f4-i2c"; 366 compatible = "st,stm32f4-dac-core"; 470 compatible = "st,stm32f4-adc-core"; 482 compatible = "st,stm32f4-adc"; 494 compatible = "st,stm32f4-adc"; 506 compatible = "st,stm32f4-adc"; [all …]
|
D | stm32f429-pinctrl.dtsi | 7 #include "stm32f4-pinctrl.dtsi"
|
D | stm32f469-pinctrl.dtsi | 6 #include "stm32f4-pinctrl.dtsi"
|
D | stm32f4-pinctrl.dtsi | 8 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-stm32/ |
D | Kconfig | 4 bool "stm32f4 family" 75 source "arch/arm/mach-stm32/stm32f4/Kconfig"
|
/third_party/uboot/u-boot-2020.01/board/st/stm32f429-discovery/ |
D | Kconfig | 13 default "stm32f4"
|
/third_party/uboot/u-boot-2020.01/board/st/stm32f429-evaluation/ |
D | Kconfig | 13 default "stm32f4"
|
/third_party/uboot/u-boot-2020.01/board/st/stm32f469-discovery/ |
D | Kconfig | 13 default "stm32f4"
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
D | README.md | 29 | + nuttx-stm32f4 59 cp jerryscript/targets/nuttx-stm32f4/* apps/interpreters/jerryscript/ 62 # ln -s jerryscript/targets/nuttx-stm32f4 apps/interpreters/jerryscript
|
D | Makefile.travis | 58 ln -s ../../jerryscript/targets/nuttx-stm32f4 ../apps/interpreters/jerryscript
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/clock/ |
D | st,stm32-rcc.txt | 46 - include/dt-bindings/mfd/stm32f4-rcc.h
|
/third_party/uboot/u-boot-2020.01/drivers/gpio/ |
D | Kconfig | 285 usable on many stm32 families like stm32f4/f7/h7 and stm32mp1.
|
/third_party/NuttX/ |
D | README.txt | 1945 | | | |- mikroe-stm32f4/
|
D | ChangeLog | 4653 * configs/sim/mkroe-stm32f4: Support for the MikroElektronika 4690 * configs/mikroe-stm32f4/fulldemo/, nx/, nxlines/, nxtext/: Add more 4693 * configs/mikroe-stm32f4/src/up_mio283qt2.c and other files: Integrate the 4702 * configs/mikroe-stm32f4: Changes to get the Mikroelektronika MultiMedia 4727 * configs/mikroe-stm32f4/kernel/, kostest/ and scripts/: Add kernel build 4750 * configs/miroe-stm32f4/: Add audio logic to NSH configuration. From Ken 4862 configs/mikroe-stm32f4/src/up_clockconfig.c. Correct some bad 5895 * configs/mikroe-stm32f4/: Updated configuration for the 5931 * configs/mikroe-stm32f4: Now uses /dev/config for configuration data 5963 * configs/mikroe-stm32f4/fulldemo: Configuration updated by Ken [all …]
|
D | ReleaseNotes | 5384 - The Mikroe-stm32f4 now uses /dev/config for configuration data 5422 - Aapps/platform/mikroe-stm32f4: dd platform-specific storage of 5423 configuration data for the Mikroe-stm32f4. From Ken Pettit. 7316 - configs/mikroe-stm32f4: Fix a few compile bugs and minor corrections 7317 to the mikroe-stm32f4 configuration source. From Ken Pettit.
|