mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
Merged in elbeinformatik/nuttx/typo (pull request #436)
Typos Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
@@ -631,6 +631,7 @@
|
||||
#define GPIO_I2C4_SDA_2 (GPIO_ALT|GPIO_AF4 |GPIO_SPEED_50MHz|GPIO_OPENDRAIN|GPIO_PORTF|GPIO_PIN15)
|
||||
#define GPIO_I2C4_SDA_3 (GPIO_ALT|GPIO_AF4 |GPIO_SPEED_50MHz|GPIO_OPENDRAIN|GPIO_PORTH|GPIO_PIN12)
|
||||
#define GPIO_I2C4_SDA_4 (GPIO_ALT|GPIO_AF4 |GPIO_SPEED_50MHz|GPIO_OPENDRAIN|GPIO_PORTB|GPIO_PIN9)
|
||||
#define GPIO_I2C4_SDA_5 (GPIO_ALT|GPIO_AF4 |GPIO_SPEED_50MHz|GPIO_OPENDRAIN|GPIO_PORTB|GPIO_PIN7)
|
||||
#define GPIO_I2C4_SMBA_1 (GPIO_ALT|GPIO_AF4 |GPIO_SPEED_50MHz|GPIO_PUSHPULL|GPIO_PORTD|GPIO_PIN11)
|
||||
#define GPIO_I2C4_SMBA_2 (GPIO_ALT|GPIO_AF4 |GPIO_SPEED_50MHz|GPIO_PUSHPULL|GPIO_PORTF|GPIO_PIN13)
|
||||
#define GPIO_I2C4_SMBA_3 (GPIO_ALT|GPIO_AF4 |GPIO_SPEED_50MHz|GPIO_PUSHPULL|GPIO_PORTH|GPIO_PIN10)
|
||||
|
||||
@@ -340,11 +340,11 @@ STM32F746G-DISCO-specific Configuration Options
|
||||
CONFIG_STM32F7_DMA2 DMA2
|
||||
CONFIG_STM32F7_ETHMAC Ethernet MAC
|
||||
CONFIG_STM32F7_DMA2D Chrom-ART (DMA2D)
|
||||
CONFIG_STM32F7_USBOTGHS USB OTG HS
|
||||
CONFIG_STM32F7_OTGHS USB OTG HS
|
||||
|
||||
AHB2
|
||||
----
|
||||
CONFIG_STM32F7_USBOTGFS USB OTG FS
|
||||
CONFIG_STM32F7_OTGFS USB OTG FS
|
||||
CONFIG_STM32F7_DCMI DCMI
|
||||
CONFIG_STM32F7_CRYP CRYP
|
||||
CONFIG_STM32F7_HASH HASH
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
* 2 <= PLLQ <= 15
|
||||
*/
|
||||
|
||||
#if defined(CONFIG_STM32F7_USBOTHFS)
|
||||
#if defined(CONFIG_STM32F7_OTGFS)
|
||||
/* Highest SYSCLK with USB OTG FS clock = 48 MHz
|
||||
*
|
||||
* PLL_VCO = (25,000,000 / 25) * 384 = 384 MHz
|
||||
|
||||
Reference in New Issue
Block a user