From c3c70f488426821e37574b7d31e2b11b9597b130 Mon Sep 17 00:00:00 2001 From: Christopher Phang Date: Fri, 30 Sep 2016 14:17:32 +0000 Subject: Addition of SVN repo freeRTOS Change-Id: Ie617252094c6ea74656038b1ab5bfdcd323622b8 --- open-source-lorries/freertos.lorry | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 open-source-lorries/freertos.lorry 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/*" + } + } +} -- cgit v1.2.1