nuttx/graphics/Makefile
.
- This file needs logic to auto-generate a C source file from the header file that you generated with the the bdf-converter program.
+ This file needs logic to auto-generate a C source file from the header file that you generated with the bdf-converter program.
Notice NXFONTS_FONTID=2
; this must be set to the same font ID value that you defined in the include/nuttx/nx/nxfonts.h
file.
diff --git a/Documentation/NfsHowto.html b/Documentation/NfsHowto.html
index 0fee8baf77..3eb986bb6a 100644
--- a/Documentation/NfsHowto.html
+++ b/Documentation/NfsHowto.html
@@ -249,7 +249,7 @@ nfsmount <server-address> <mount-point> <remote-path>
Example.
- Suppose the the NFS server has been configured to export the directory /export/shared
.
+ Suppose that the NFS server has been configured to export the directory /export/shared
.
The the following command would mount that file system (assuming that the target also has privileges to mount the file system).
diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html
index 500bfb1958..16db136168 100644
--- a/Documentation/NuttShell.html
+++ b/Documentation/NuttShell.html
@@ -1043,7 +1043,7 @@ nsh> df
nsh>
- If CONFIG_NSH_CMDOPT_DF_H
is defined in the NuttX configuration, the the df
will also support an option -h
which may be used to show the the volume information in human readable format.
+ If CONFIG_NSH_CMDOPT_DF_H
is defined in the NuttX configuration, then the df
will also support an option -h
which may be used to show the volume information in human readable format.
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index b7d752ccea..f63f673a0d 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -2612,7 +2612,7 @@ nsh>
Configurations available include include a verified NuttShell (NSH) configuration
(see the NSH User Guide).
The NSH configuration supports the Nucleus2G's microSD slot and additional configurations
- are available to exercise the the USB serial and USB mass storage devices.
+ are available to exercise the USB serial and USB mass storage devices.
However, due to some technical reasons, neither the SPI nor the USB device drivers are fully verified.
(Although they have since been verfiied on other platforms; this needs to be revisited on the Nucleus2G).
@@ -2660,7 +2660,7 @@ nsh>
for USB serial deive and USB storage devices examples, and for the USB host HID keyboard driver.
Support for the USB host mass storage device can optionally be configured for the NSH example.
A driver for the Nokia 6100 LCD and an NX graphics configuration for the Olimex LPC1766-STK have been added.
- However, neither the LCD driver nor the NX configuration have been verified as of the the NuttX-5.17 release.
+ However, neither the LCD driver nor the NX configuration have been verified as of the NuttX-5.17 release.
@@ -4219,7 +4219,7 @@ Other memory:
so that is it compatible with the SPI drivers of other MCUs
(2013-6-16).
* configs/sam3u-ek/src/up_touchscreen.c and configs/sam4l-xplained/src/sam_mmcsd.c:
- Changed needed because of the above change the the SAM3/4 SPI
+ Changed needed because of the above change to the SAM3/4 SPI
interface (2013-6-16).
* drivers/input/ads7843e.c: Remove the wait for the touchscreen busy
bit. I don't see the busy bit changing on the SAM3U-EK board. But
@@ -4448,7 +4448,7 @@ Other memory:
* The sama5d3x-ek/hello now runs correctly (2013-7-28).
* configs/sama5d3x-ek/ostest/: This configuration has been modified
to run out NOR flash. More work is still needed to reconfigure the
- SMC so the the NOR flash can work with the high clock (2013-7-28).
+ SMC so that the NOR flash can work with the high clock (2013-7-28).
* arch/arm/src/sama5/sam_clockconfig.c/h and
configs/sama5d3x-ek/src/sam_norflash.c: Add a file structure that
will (eventually) support reconfiguration of NOR flash when NuttX
diff --git a/Documentation/NuttXDemandPaging.html b/Documentation/NuttXDemandPaging.html
index baa2626c21..e1ef29b245 100644
--- a/Documentation/NuttXDemandPaging.html
+++ b/Documentation/NuttXDemandPaging.html
@@ -232,7 +232,7 @@
Sanity checking.
This function will ASSERT if the currently executing task is the page fill worker thread.
- The page fill worker thread is how the the page fault is resolved and all logic associated with the page fill worker
+ The page fill worker thread is how the page fault is resolved and all logic associated with the page fill worker
must be "locked" and always present in memory.
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 444d82659c..04466e4278 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -3513,7 +3513,7 @@ extern void up_ledoff(int led);
Each USB host class driver includes an intialization entry point that is called from the
application at initialization time.
- This driver calls usbhost_registerclass()
during this initialization in order to makes itself available in the event the the device that it supports is connected.
+ This driver calls usbhost_registerclass()
during this initialization in order to makes itself available in the event the device that it supports is connected.
Examples:
@@ -3559,7 +3559,7 @@ extern void up_ledoff(int led);
include/nuttx/usb/usbdev_trace.h
.
- Declarations needed to work the the NuttX USB device driver trace capability.
+ Declarations needed to work with the NuttX USB device driver trace capability.
That USB trace capability is detailed in separate document.
@@ -4197,13 +4197,13 @@ void pm_activity(int priority);
enum pm_state_e pm_checkstate(void);
Description:
- This function is called from the MCU-specific IDLE loop to monitor the the power management conditions.
+ This function is called from the MCU-specific IDLE loop to monitor the power management conditions.
This function returns the "recommended" power management state based on the PM configuration and activity reported in the last sampling periods.
The power management state is not automatically changed, however.
The IDLE loop must call pm_changestate()
in order to make the state change.
- These two steps are separated because the plaform-specific IDLE loop may have additional situational information that is not available to the the PM sub-system.
+ These two steps are separated because the platform-specific IDLE loop may have additional situational information that is not available to the PM sub-system.
For example, the IDLE loop may know that the battery charge level is very low and may force lower power states even if there is activity.
diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html
index 36428215d2..68df699dd2 100644
--- a/Documentation/NuttxUserGuide.html
+++ b/Documentation/NuttxUserGuide.html
@@ -8462,7 +8462,7 @@ struct fat_format_s
The entire mapped portion of the file must be present in memory.
- Since it is assumed the the MCU does not have an MMU, on-demanding
+ Since it is assumed that the MCU does not have an MMU, on-demanding
paging in of file blocks cannot be supported. Since the while mapped
portion of the file must be present in memory, there are limitations
in the size of files that may be memory mapped (especially on MCUs