summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Phang <christopher.phang@codethink.co.uk>2016-09-30 14:17:32 +0000
committerChristopher Phang <christopher.phang@codethink.co.uk>2016-09-30 14:17:32 +0000
commitc3c70f488426821e37574b7d31e2b11b9597b130 (patch)
treeda355230a1c3732ba20464ab258ccf95621fe0a0
parent313bd520fdc42bb22e62343c31c4618b1fde1124 (diff)
downloadlorries-c3c70f488426821e37574b7d31e2b11b9597b130.tar.gz
Addition of SVN repo freeRTOS
Change-Id: Ie617252094c6ea74656038b1ab5bfdcd323622b8
-rw-r--r--open-source-lorries/freertos.lorry11
1 files changed, 11 insertions, 0 deletions
diff --git a/open-source-lorries/freertos.lorry b/open-source-lorries/freertos.lorry
new file mode 100644
index 0000000..43f0cca
--- /dev/null
+++ b/open-source-lorries/freertos.lorry
@@ -0,0 +1,11 @@
+{
+ "freertos": {
+ "type": "svn",
+ "url": "http://svn.code.sf.net/p/freertos/code/trunk",
+ "layout": {
+ "trunk": "trunk/FreeRTOS",
+ "branches": "branches/*"
+ "tags": "tags/*"
+ }
+ }
+}