Skip to content

Commit 69839df

Browse files
committed
Remove extra linefeeds in README.md.
1 parent 11e7225 commit 69839df

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

README.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
1-
This package includes GNAT Ada Run Time Systems (RTSs) based
2-
on [FreeRTOS](http://www.freertos.org) and targeted at boards with
3-
Cortex-M0, -M3, -M4, -M4F MCUs
4-
(respectively
5-
[BBC micro:bit](http://microbit.org),
6-
[Arduino Due](https://www.arduino.cc), and the STM32F4-series evaluation
7-
boards from [STMicroelectronics](https://www.st.com)). For discussions,
8-
visit the dedicated
9-
[Google Group](https://groups.google.com/forum/#!forum/cortex-gnat-rts).
1+
This package includes GNAT Ada Run Time Systems (RTSs) based on [FreeRTOS](http://www.freertos.org) and targeted at boards with Cortex-M0, -M3, -M4, -M4F MCUs (respectively [BBC micro:bit](http://microbit.org), [Arduino Due](https://www.arduino.cc), and the STM32F4-series evaluation boards from [STMicroelectronics](https://www.st.com)). For discussions, visit the dedicated [Google Group](https://groups.google.com/forum/#!forum/cortex-gnat-rts).
102

11-
The RTSs are all Ravenscar-based, with additional restrictions
12-
`No_Exception_Propagation` and `No_Finalization`.
13-
`No_Exception_Propagation` means that exceptions can't be caught
14-
except in their immediate scope; instead, a `Last_Chance_Handler` is
15-
called.
3+
The RTSs are all Ravenscar-based, with additional restrictions `No_Exception_Propagation` and `No_Finalization`. `No_Exception_Propagation` means that exceptions can't be caught except in their immediate scope; instead, a `Last_Chance_Handler` is called.
164

17-
In each case, the board support for the RTS (configuration for size
18-
and location of Flash, RAM; clock initialization; interrupt naming) is
19-
in `$RTS/adainclude`. Support for the on-chip peripherals is also
20-
included, in Ada spec files generated by
21-
[SVD2Ada](https://github.com/AdaCore/svd2ada).
5+
In each case, the board support for the RTS (configuration for size and location of Flash, RAM; clock initialization; interrupt naming) is in `$RTS/adainclude`. Support for the on-chip peripherals is also included, in Ada spec files generated by [SVD2Ada](https://github.com/AdaCore/svd2ada).
226

23-
The Ada source is either original or based on FSF GCC (mainly 4.9.1,
24-
some later releases too).
7+
The Ada source is either original or based on FSF GCC (mainly 4.9.1, some later releases too).
258

269
The boards supported are
2710

@@ -45,8 +28,7 @@ The boards supported are
4528
* On-chip peripheral support in `stm32f429x/`.
4629
* Tests in `test-stm32f429i/`.
4730

48-
The standard packages included (there are more, implementation-specific,
49-
ones) for all RTSs are:
31+
The standard packages included (there are more, implementation-specific, ones) for all RTSs are:
5032

5133
Ada
5234
Ada.Characters

0 commit comments

Comments
 (0)