summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
}