git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1754 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
55e8eabccb
commit
05af5534a9
|
@ -59,8 +59,8 @@
|
||||||
* @section desirable_features Desirable Features
|
* @section desirable_features Desirable Features
|
||||||
* - Efficient instruction set for linked lists traversal. The kernel makes
|
* - Efficient instruction set for linked lists traversal. The kernel makes
|
||||||
* extensive use of simple and bidirectional linked lists so the performance
|
* extensive use of simple and bidirectional linked lists so the performance
|
||||||
* is directly affected by the suported addressing modes, number of registers
|
* is directly affected by the supported addressing modes, number of
|
||||||
* etc.
|
* registers etc.
|
||||||
* - Uniformly sized C pointers.
|
* - Uniformly sized C pointers.
|
||||||
* - 2KiB RAM.
|
* - 2KiB RAM.
|
||||||
* - 16KiB ROM/Flash.
|
* - 16KiB ROM/Flash.
|
||||||
|
|
Loading…
Reference in New Issue