mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Documentation: various cosmetic changes
This commit is contained in:
parent
e229528d5a
commit
931096f3f6
14 changed files with 42 additions and 42 deletions
|
@ -1,6 +1,6 @@
|
|||
=======
|
||||
MCUboot
|
||||
=======
|
||||
===================
|
||||
``mcuboot`` MCUboot
|
||||
===================
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
========
|
||||
miniboot
|
||||
========
|
||||
===============================
|
||||
``miniboot`` Minimal bootloader
|
||||
===============================
|
||||
|
||||
Minimal bootloader based on NuttX.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=========
|
||||
abnt_codi
|
||||
=========
|
||||
=======================
|
||||
``abnt_codi`` ABNT CODI
|
||||
=======================
|
||||
|
||||
The ABNT CODI is an old energy meter standard used in Brazil.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
================
|
||||
Embedlog Library
|
||||
================
|
||||
=============================
|
||||
``embedlog`` Embedlog Library
|
||||
=============================
|
||||
|
||||
Highly configurable logger for embedded devices. Documentation and
|
||||
more info available on: https://embedlog.bofc.pl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
===============
|
||||
NxScope Library
|
||||
===============
|
||||
===========================
|
||||
``nxscope`` NxScope Library
|
||||
===========================
|
||||
|
||||
This library provides real-time data logging functionality for NuttX.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=======================================
|
||||
``arch_libc`` - Arch-specific libc Test
|
||||
=======================================
|
||||
=====================================
|
||||
``arch_libc`` Arch-specific libc Test
|
||||
=====================================
|
||||
|
||||
This is a test for arch-specific libc function. Arch-specific libc functions are often implemented in
|
||||
assembly language, here is the test for these functions. The test focuses on key features in assembly
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
==============================
|
||||
``cxxtest`` - C++ test program
|
||||
==============================
|
||||
============================
|
||||
``cxxtest`` C++ test program
|
||||
============================
|
||||
|
||||
This is a test of the C++ standard library. At present a port of the uClibc++
|
||||
C++ library is available. Due to licensing issues, the uClibc++ C++ library is
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=======================================
|
||||
``fopencookie`` - fopencookie test tool
|
||||
=======================================
|
||||
=====================================
|
||||
``fopencookie`` fopencookie test tool
|
||||
=====================================
|
||||
|
||||
``CONFIG_TESTING_SMART_TEST=y``
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=====================================
|
||||
``fstest`` - Generic file system test
|
||||
=====================================
|
||||
===================================
|
||||
``fstest`` Generic file system test
|
||||
===================================
|
||||
|
||||
This is a generic file system test that derives from ``testing/nxffs``. It was
|
||||
created to test the tmpfs file system, but should work with any file system
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
===============================
|
||||
``mm`` - Memory management test
|
||||
===============================
|
||||
=============================
|
||||
``mm`` Memory management test
|
||||
=============================
|
||||
|
||||
This is a simple test of the memory manager.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=====================================
|
||||
``nxffs`` - NXFFS file system example
|
||||
=====================================
|
||||
===================================
|
||||
``nxffs`` NXFFS file system example
|
||||
===================================
|
||||
|
||||
This is a test of the NuttX NXFFS FLASH file system. This is an NXFFS stress
|
||||
test and beats on the file system very hard. It should only be used in a
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
====================
|
||||
``ostest`` - OS test
|
||||
====================
|
||||
==================
|
||||
``ostest`` OS test
|
||||
==================
|
||||
|
||||
This is the NuttX _qualification_ suite. It attempts to exercise a broad set of
|
||||
OS functionality. Its coverage is not very extensive as of this writing, but it
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=====================
|
||||
``smp`` - SMP example
|
||||
=====================
|
||||
===================
|
||||
``smp`` SMP example
|
||||
===================
|
||||
|
||||
This is a simple test for SMP functionality. It is basically just the pthread
|
||||
barrier test with some custom instrumentation.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
===================================
|
||||
``unity`` - Unity testing framework
|
||||
===================================
|
||||
=================================
|
||||
``unity`` Unity testing framework
|
||||
=================================
|
||||
|
||||
Unity is a unit testing framework for C developed by ThrowTheSwitch.org:
|
||||
|
||||
|
|
Loading…
Reference in a new issue