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

cederom pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 902e80401 Fix articles sections size and move files to articles/
902e80401 is described below

commit 902e804013df2cda07302ad3a5e4d340746771af
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Sun Nov 23 07:06:41 2025 -0300

    Fix articles sections size and move files to articles/
    
    Signed-off-by: Alan C. Assis <[email protected]>
---
 articles.md                                   |  29 ++++++++++++--------------
 {files => articles/files}/iplite.pdf          | Bin
 {files => articles/files}/nuttx_10baset1s.pdf | Bin
 {files => articles/files}/nuttx_pm.pdf        | Bin
 4 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/articles.md b/articles.md
index 526881a30..e7ffc50f2 100644
--- a/articles.md
+++ b/articles.md
@@ -27,17 +27,17 @@ limitations under the License.
 
 <br/><br/><br/>
 
-## {{ site.data.project.name }} Articles & Publications
+### {{ site.data.project.name }} Articles & Publications
 
 Here we have a list of articles and publications about NuttX.
 If you have a suggestion of article to be included to this page,
 please send an email to: [email protected]
 
 
-### Low power embedded software optimization for the NuttX RTOS
+Low power embedded software optimization for the NuttX RTOS
+===========================================================
 
-Abstract
-========
+## Abstract
 
 This paper presents the study of the implementation for a new feature that
 allows the NuttX RTOS, handling the power consumption in order to optimize it.
@@ -57,17 +57,16 @@ in order to verify the functionality of this new feature, 
in the document is
 explained not only how this application works, but also all the hardware used
 in order to acquire the data that were used in the analysis
 
-Author(s)
-=========
+## Author(s)
 
 Diego Sánchez López
 
 [Download](./files/nuttx_pm.pdf)
 
-### iplite: a lightweight packet filter for NuttX
+iplite: a lightweight packet filter for NuttX
+=============================================
 
-Abstract
-========
+## Abstract
 
 The project proposes a lightweight packet filter in a Real-Time
 Operating System (RTOS), aiming to provide an additional security layer to
@@ -81,8 +80,7 @@ responsible for providing the APIs. As an open-source 
project, our solution
 allows the reproducibility of the experiments and the firewall core adaptation
 to other operating systems.
 
-Author(s)
-=========
+## Author(s)
 
 Eduardo Menezes Moraes
 Rodrigo Teixeira de Souza
@@ -91,10 +89,10 @@ Lourenc¸o Alves Pereira Jr.
 
 [Download](./files/iplite.pdf)
 
-### NuttX RTOS Driver for Single Unshielded Twisted Pair Communication
+NuttX RTOS Driver for Single Unshielded Twisted Pair Communication
+==================================================================
 
-Abstract
-========
+## Abstract
 
 The thesis aims to evaluate and integrate a low-cost solution for a small
 area multidrop communication with focus on reliability and real-time
@@ -112,8 +110,7 @@ At the end, the methods used for an evaluation and testing 
of the implemented
 driver are discussed. The system properties are then verified on a simple
 drive-by-wire demonstrator.
 
-Author(s)
-=========
+## Author(s)
 
 Michal Matiáš
 
diff --git a/files/iplite.pdf b/articles/files/iplite.pdf
similarity index 100%
rename from files/iplite.pdf
rename to articles/files/iplite.pdf
diff --git a/files/nuttx_10baset1s.pdf b/articles/files/nuttx_10baset1s.pdf
similarity index 100%
rename from files/nuttx_10baset1s.pdf
rename to articles/files/nuttx_10baset1s.pdf
diff --git a/files/nuttx_pm.pdf b/articles/files/nuttx_pm.pdf
similarity index 100%
rename from files/nuttx_pm.pdf
rename to articles/files/nuttx_pm.pdf

Reply via email to