doc: fixed bullet list alignment
Change-Id: I2220cba5c04f67b43d23de815451a17dc8a3c0e3 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ceba13640c
commit
631f395096
1 changed files with 8 additions and 8 deletions
|
@ -33,7 +33,7 @@ small-footprint OSes:
|
|||
the capabilities it needs as it needs them, and to specify their
|
||||
quantity and size.
|
||||
|
||||
#. **Resources defined at compile-time**. Requires all system resources
|
||||
#. **Resources defined at compile-time**. Requires all system resources
|
||||
be defined at compilation time, which reduces code size and
|
||||
increases performance.
|
||||
|
||||
|
@ -45,15 +45,15 @@ small-footprint OSes:
|
|||
#. **Extensive suite of services** Offers a number of familiar services
|
||||
for development:
|
||||
|
||||
* *Multi-threading Services* for both priority-based, non-preemptive
|
||||
fibers and priority-based, preemptive tasks with optional round robin
|
||||
time-slicing.
|
||||
* *Multi-threading Services* for both priority-based, non-preemptive
|
||||
fibers and priority-based, preemptive tasks with optional round robin
|
||||
time-slicing.
|
||||
|
||||
* *Interrupt Services* for both compile-time and run-time registration
|
||||
of interrupt handlers.
|
||||
* *Interrupt Services* for both compile-time and run-time registration
|
||||
of interrupt handlers.
|
||||
|
||||
* *Inter-thread Synchronization Services* for binary sempahores,
|
||||
counting semaphores, and mutex semaphores.
|
||||
* *Inter-thread Synchronization Services* for binary sempahores,
|
||||
counting semaphores, and mutex semaphores.
|
||||
|
||||
* *Inter-thread Data Passing Services* for basic message queues, enhanced
|
||||
message queues, and byte streams.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue