This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new fd300cb  Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 
docs: 39567872547438fd353a2ffd01f963578f3d8a90
fd300cb is described below

commit fd300cb03bece5a70a8521fe3053ea0cfe3c3086
Author: Xiang <xiaoxi...@xiaomi.com>
AuthorDate: Wed Nov 18 00:38:59 2020 +0000

    Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: 
39567872547438fd353a2ffd01f963578f3d8a90
---
 content/docs/latest/_sources/components/drivers/character/pwm.rst.txt | 4 ++--
 content/docs/latest/components/drivers/character/pwm.html             | 4 ++--
 content/docs/latest/index.html                                        | 2 +-
 content/feed.xml                                                      | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/content/docs/latest/_sources/components/drivers/character/pwm.rst.txt 
b/content/docs/latest/_sources/components/drivers/character/pwm.rst.txt
index 918c0c1..6222637 100644
--- a/content/docs/latest/_sources/components/drivers/character/pwm.rst.txt
+++ b/content/docs/latest/_sources/components/drivers/character/pwm.rst.txt
@@ -22,12 +22,12 @@ Files supporting PWM can be found in the following 
locations:
    file includes both the application level interface to the PWM
    driver as well as the interface between the "upper half" and
    "lower half" drivers. The PWM module uses a standard character
-   driver framework. However, since the PWM driver is a devices
+   driver framework. However, since the PWM driver is a device
    control interface and not a data transfer interface, the
    majority of the functionality available to the application is
    implemented in driver ioctl calls.
 -  **"Upper Half" Driver**. The generic, "upper half" PWM driver
-   resides at ``drivers/pwm.c``.
+   resides at ``drivers/timers/pwm.c``.
 -  **"Lower Half" Drivers**. Platform-specific PWM drivers reside
    in ``arch/``\ *<architecture>*\ ``/src/``\ *<hardware>*
    directory for the specific processor *<architecture>* and for
diff --git a/content/docs/latest/components/drivers/character/pwm.html 
b/content/docs/latest/components/drivers/character/pwm.html
index 18e8c30..2c0f337 100644
--- a/content/docs/latest/components/drivers/character/pwm.html
+++ b/content/docs/latest/components/drivers/character/pwm.html
@@ -250,12 +250,12 @@ driver reside at <code class="docutils literal 
notranslate"><span class="pre">in
 file includes both the application level interface to the PWM
 driver as well as the interface between the “upper half” and
 “lower half” drivers. The PWM module uses a standard character
-driver framework. However, since the PWM driver is a devices
+driver framework. However, since the PWM driver is a device
 control interface and not a data transfer interface, the
 majority of the functionality available to the application is
 implemented in driver ioctl calls.</p></li>
 <li><p><strong>“Upper Half” Driver</strong>. The generic, “upper half” PWM 
driver
-resides at <code class="docutils literal notranslate"><span 
class="pre">drivers/pwm.c</span></code>.</p></li>
+resides at <code class="docutils literal notranslate"><span 
class="pre">drivers/timers/pwm.c</span></code>.</p></li>
 <li><p><strong>“Lower Half” Drivers</strong>. Platform-specific PWM drivers 
reside
 in <code class="docutils literal notranslate"><span 
class="pre">arch/</span></code><em>&lt;architecture&gt;</em><code 
class="docutils literal notranslate"><span 
class="pre">/src/</span></code><em>&lt;hardware&gt;</em>
 directory for the specific processor <em>&lt;architecture&gt;</em> and for
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 360d9e4..f0d7e9d 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -207,7 +207,7 @@ by following these <a class="reference internal" 
href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" 
title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards 
compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller 
environments, the primary governing standards in NuttX are POSIX and ANSI 
standards. Additional standard APIs from Unix and other common RTOS’s (such as 
VxWorks) are adopted for functionality not available under these standards, or 
for functionality that is not appropriate for deeply-embedded environments 
(such as fork()).</p>
-<p>Last Updated: 17 November 20 at 00:37</p>
+<p>Last Updated: 18 November 20 at 00:37</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/feed.xml b/content/feed.xml
index d934a3d..0894f106 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 17 Nov 2020 00:38:41 +0000</pubDate>
-    <lastBuildDate>Tue, 17 Nov 2020 00:38:41 +0000</lastBuildDate>
+    <pubDate>Wed, 18 Nov 2020 00:38:58 +0000</pubDate>
+    <lastBuildDate>Wed, 18 Nov 2020 00:38:58 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>

Reply via email to