summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 19:24:13 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 21:57:55 +0100
commitf1645c257aee39176b564338317f113660dfd265 (patch)
tree569a8d9da5fb2b49ea19496796ce08d5e1dd7177
parent5f9c18143473871f995e1259d79f1961fa820674 (diff)
downloadlorries-f1645c257aee39176b564338317f113660dfd265.tar.gz
Update mirroring of FreeRTOS
FreeRTOS moved from Sourceforge to GitHub. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/freertos.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/freertos.lorry b/open-source-lorries/freertos.lorry
index 06aed30..b611cb3 100644
--- a/open-source-lorries/freertos.lorry
+++ b/open-source-lorries/freertos.lorry
@@ -2,6 +2,11 @@
"freertos": {
"type": "svn",
"url": "http://svn.code.sf.net/p/freertos/code/",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use freertos-git)"
+ },
+ "freertos-git": {
+ "type": "git",
+ "url": "https://github.com/FreeRTOS/FreeRTOS.git"
}
}