forked from nuttx/nuttx-update
Fix spelling
This commit is contained in:
parent
2fda2451e3
commit
ba12c6c0cf
7 changed files with 7 additions and 7 deletions
|
@ -111,7 +111,7 @@ void litex_lowsetup(void)
|
|||
|
||||
#if defined(HAVE_SERIAL_CONSOLE) && !defined(CONFIG_SUPPRESS_UART_CONFIG)
|
||||
|
||||
/* defualt baudrate set by fpga fabric is 1e6 */
|
||||
/* default baudrate set by fpga fabric is 1e6 */
|
||||
|
||||
/* Enable TX */
|
||||
|
||||
|
|
|
@ -448,7 +448,7 @@ static struct wlan_rxbuf *wlan_recvframe(FAR struct wlan_priv_s *priv)
|
|||
* ifidx - The interface id that the tx callback has been triggered from.
|
||||
* data - Pointer to the data transmitted.
|
||||
* len - Length of the data transmitted.
|
||||
* status - True if data was transmitted sucessfully or false if failed.
|
||||
* status - True if data was transmitted successfully or false if failed.
|
||||
*
|
||||
* Returned Value:
|
||||
* None
|
||||
|
|
|
@ -249,7 +249,7 @@
|
|||
#define EMAC_MB_E (BIT(26)) /* Mixed burst */
|
||||
#define EMAC_AAB_E (BIT(25)) /* Address align burst */
|
||||
#define EMAC_PBLX8_E (BIT(24)) /* PBL value x8 */
|
||||
#define EMAC_SPBL_E (BIT(23)) /* Seperated PBL */
|
||||
#define EMAC_SPBL_E (BIT(23)) /* Separated PBL */
|
||||
#define EMAC_RXDMA_PBL_S (17) /* RX DMA PBL value shift */
|
||||
#define EMAC_RXDMA_PBL_V (0x3f) /* RX DMA PBL value max value */
|
||||
#define EMAC_FB_E (BIT(16)) /* Fixed burst */
|
||||
|
|
|
@ -378,7 +378,7 @@ OpenOCD for the ESP32
|
|||
General OpenOCD build instructions
|
||||
----------------------------------
|
||||
Installing OpenOCD. The sources for the ESP32-enabled variant of
|
||||
OpenOCD are available from Espressifs Github. To download the source,
|
||||
OpenOCD are available from Espressifs GitHub. To download the source,
|
||||
use the following commands:
|
||||
|
||||
git clone https://github.com/espressif/openocd-esp32.git
|
||||
|
|
|
@ -135,7 +135,7 @@ uint16_t can_callback(FAR struct net_driver_s *dev,
|
|||
}
|
||||
#endif
|
||||
|
||||
/* Try to lock the network when successfull send data to the listener */
|
||||
/* Try to lock the network when successful send data to the listener */
|
||||
|
||||
if (net_trylock() == OK)
|
||||
{
|
||||
|
|
|
@ -71,7 +71,7 @@ while [ ! -z "$1" ]; do
|
|||
echo " show this help message and exit"
|
||||
echo " -v <major.minor.patch>"
|
||||
echo " The NuttX version number expressed as a major, minor and patch"
|
||||
echo " number seperated by a period"
|
||||
echo " number separated by a period"
|
||||
echo " <outfile-path>"
|
||||
echo " The full path to the version file to be created"
|
||||
exit 0
|
||||
|
|
|
@ -122,7 +122,7 @@ void edid_dump(FAR const struct edid_info_s *edid)
|
|||
|
||||
if ((edid->edid_video_input & EDID_DISPLAY_INPUT_SYNC) != 0)
|
||||
{
|
||||
syslog(LOG_INFO, " %-16sSeperate syncs\n", "");
|
||||
syslog(LOG_INFO, " %-16sSeparate syncs\n", "");
|
||||
}
|
||||
|
||||
if ((edid->edid_video_input & EDID_DISPLAY_INPUT_COMPOSITE) != 0)
|
||||
|
|
Loading…
Reference in a new issue