summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-28 07:14:32 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-28 07:16:39 +0100
commit5754194298a9210c8c1a9ac9f1ec800b7671b0fb (patch)
treec3a8fa040f7dce15bde5104ecb225398bbc4fa20
parentCONTRIBUTING: Fix format (diff)
downloadrtems-libbsd-5754194298a9210c8c1a9ac9f1ec800b7671b0fb.tar.bz2
README: Add branch description
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba93158d..9ab8a260 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,23 @@ $ -kernel build/arm-rtems5-xilinx_zynq_a9_qemu-default/selectpollkqueue01.exe
one time with different tool sets or configurations you can easly move
between them safe in the knowledge that one build will not infect another.
+Branches
+--------
+
+* master - branch intended for the RTEMS master which tracks the FreeBSD master
+ branch. This branch must be used for libbsd development. Back ports to the
+ 5-freebsd-12 are allowed.
+
+* 5-freebsd-12 - branch intended for RTEMS 5 which tracks the FreeBSD stable/12
+ branch. This branch is maintained and regular updates from FreeBSD are
+ planned. It is recommended for production systems.
+
+* freebsd-9.3 - branch for some RTEMS version with a FreeBSD 9.3 baseline.
+ This branch is unmaintained. It is recommended to update to RTEMS 5.
+
+* 4.11 - branch for the RTEMS 4.11 release series. This branch is
+ unmaintained. It is recommended to update to RTEMS 5.
+
Updating RTEMS Waf Support
--------------------------