summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-11-10 14:28:00 +1100
committerChris Johns <chrisj@rtems.org>2022-11-10 14:28:00 +1100
commit706e57f11263462377205ccfb81b68a5e3c8a208 (patch)
tree31639a048ce0f8accdc8e9fc6b5b9384e7a45c43
parentrelease/kernel: Add waf build system support. (diff)
downloadrtems-release-706e57f11263462377205ccfb81b68a5e3c8a208.tar.bz2
release/notes: Move release notes into a notes directory
-rw-r--r--notes/rtems-notes-4.11.md (renamed from rtems-notes-4.11.txt)0
-rw-r--r--notes/rtems-notes-5.1.md (renamed from rtems-notes-5.md)17
-rw-r--r--notes/rtems-notes-5.2.md16
3 files changed, 16 insertions, 17 deletions
diff --git a/rtems-notes-4.11.txt b/notes/rtems-notes-4.11.md
index d9a2809..d9a2809 100644
--- a/rtems-notes-4.11.txt
+++ b/notes/rtems-notes-4.11.md
diff --git a/rtems-notes-5.md b/notes/rtems-notes-5.1.md
index 1d9cb43..3737199 100644
--- a/rtems-notes-5.md
+++ b/notes/rtems-notes-5.1.md
@@ -1,20 +1,3 @@
-## RTEMS 5.2 Release Notes
-
-### API Changes
-
-* Termios
- * `txTaskCharsDequeued` has been added to `struct rtems_termios_tty`. With
- that the size of the structure changed. Libraries and applications that use
- the structure should be recompiled.
- * The `l_start` line discipline function now receives the number of characters
- that have been sent. It is save to ignore the extra parameter for
- applications that don't need it.
-
-#### API Additions
-
-* NTP support
- * Addition of NTP update second handler via _Timecounter_Set_NTP_update_second() from <rtems/score/timecounter.h>
-
## RTEMS 5.1 Release Notes
### RTEMS Improvements
diff --git a/notes/rtems-notes-5.2.md b/notes/rtems-notes-5.2.md
new file mode 100644
index 0000000..1839cbe
--- /dev/null
+++ b/notes/rtems-notes-5.2.md
@@ -0,0 +1,16 @@
+## RTEMS 5.2 Release Notes
+
+### API Changes
+
+* Termios
+ * `txTaskCharsDequeued` has been added to `struct rtems_termios_tty`. With
+ that the size of the structure changed. Libraries and applications that use
+ the structure should be recompiled.
+ * The `l_start` line discipline function now receives the number of characters
+ that have been sent. It is save to ignore the extra parameter for
+ applications that don't need it.
+
+#### API Additions
+
+* NTP support
+ * Addition of NTP update second handler via _Timecounter_Set_NTP_update_second() from <rtems/score/timecounter.h>