diff --git a/README b/README index 79ab9b2..b88b6b4 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ --------------------------------------------------------------------------- Library: Atomthreads -Author: Kelvin Lawson +Author: Kelvin Lawson Website: http://atomthreads.com License: BSD Revised diff --git a/kernel/README b/kernel/README index 3d33f3f..ecec7d4 100644 --- a/kernel/README +++ b/kernel/README @@ -1,11 +1,11 @@ ---------------------------------------------------------------------------- - -Library: Atomthreads -Author: Kelvin Lawson -Website: http://atomthreads.com -License: BSD Revised - ---------------------------------------------------------------------------- +--------------------------------------------------------------------------- + +Library: Atomthreads +Author: Kelvin Lawson +Website: http://atomthreads.com +License: BSD Revised + +--------------------------------------------------------------------------- KERNEL SOURCES @@ -21,12 +21,12 @@ Each module source file contains detailed documentation including an introduction to usage of the module and full descriptions of each API. Refer to the sources for further documentation. ---------------------------------------------------------------------------- +--------------------------------------------------------------------------- BUILDING THE KERNEL The kernel is built from the architecture port folder. Build instructions are included in the README file for each port. ---------------------------------------------------------------------------- +--------------------------------------------------------------------------- diff --git a/ports/avr/README b/ports/avr/README index df61880..e73fa4c 100644 --- a/ports/avr/README +++ b/ports/avr/README @@ -1,7 +1,7 @@ --------------------------------------------------------------------------- Library: Atomthreads -Author: Kelvin Lawson +Author: Kelvin Lawson Website: http://atomthreads.com License: BSD Revised diff --git a/ports/stm8/README-COSMIC b/ports/stm8/README-COSMIC index cae78f3..94e2bc5 100644 --- a/ports/stm8/README-COSMIC +++ b/ports/stm8/README-COSMIC @@ -1,7 +1,7 @@ --------------------------------------------------------------------------- Library: Atomthreads -Author: Kelvin Lawson +Author: Kelvin Lawson Website: http://atomthreads.com License: BSD Revised diff --git a/ports/stm8/README-IAR b/ports/stm8/README-IAR index 9e82acd..9225e07 100644 --- a/ports/stm8/README-IAR +++ b/ports/stm8/README-IAR @@ -1,7 +1,7 @@ --------------------------------------------------------------------------- Library: Atomthreads -Author: Kelvin Lawson +Author: Kelvin Lawson Website: http://atomthreads.com License: BSD Revised diff --git a/ports/stm8/README-RAISONANCE b/ports/stm8/README-RAISONANCE index 8eef2cd..c99b90c 100644 --- a/ports/stm8/README-RAISONANCE +++ b/ports/stm8/README-RAISONANCE @@ -1,7 +1,7 @@ --------------------------------------------------------------------------- Library: Atomthreads -Author: Kelvin Lawson +Author: Kelvin Lawson Website: http://atomthreads.com License: BSD Revised diff --git a/tests/README b/tests/README index e343a7a..35c23a7 100644 --- a/tests/README +++ b/tests/README @@ -1,11 +1,11 @@ ---------------------------------------------------------------------------- - -Library: Atomthreads -Author: Kelvin Lawson -Website: http://atomthreads.com -License: BSD Revised - ---------------------------------------------------------------------------- +--------------------------------------------------------------------------- + +Library: Atomthreads +Author: Kelvin Lawson +Website: http://atomthreads.com +License: BSD Revised + +--------------------------------------------------------------------------- AUTOMATED TEST SUITE @@ -20,7 +20,7 @@ Developers of new CPU architecture ports can take advantage of the thorough coverage provided by these tests to considerably speed up development and validation time. ---------------------------------------------------------------------------- +--------------------------------------------------------------------------- HOW TO RUN THE TESTS @@ -29,7 +29,7 @@ folder. Instructions are included in the README file for each port, which describes the process for building test applications as well as downloading to and running the tests on the target device. ---------------------------------------------------------------------------- +--------------------------------------------------------------------------- WRITING ADDITIONAL TESTS @@ -50,5 +50,5 @@ modules which do not consume large amounts of processor resource. For example the number of test threads should ideally be kept low in order to allow smaller systems to accommodate the thread stack requirements. ---------------------------------------------------------------------------- +---------------------------------------------------------------------------