aboutsummaryrefslogtreecommitdiffstats
path: root/labs
diff options
context:
space:
mode:
authorJason Reeder2015-08-10 16:54:06 -0500
committerJason Reeder2015-08-10 16:54:06 -0500
commitfcbe64c1fbde0ae0f4946a2c3a67c224895b67d3 (patch)
tree64ac3a8390d78ff0d302f1426c7d286c17451405 /labs
parent0f105c0b8305496a0f1dd5bc1da7e0010bb026df (diff)
downloadpru-software-support-package-fcbe64c1fbde0ae0f4946a2c3a67c224895b67d3.tar.gz
pru-software-support-package-fcbe64c1fbde0ae0f4946a2c3a67c224895b67d3.tar.xz
pru-software-support-package-fcbe64c1fbde0ae0f4946a2c3a67c224895b67d3.zip
Adding the license at the top of the RPMsg files
Signed-off-by: Jason Reeder <jreeder@ti.com>
Diffstat (limited to 'labs')
-rw-r--r--labs/lab_5/solution/PRU_RPMsg_Echo_Interrupt1/main.c30
-rw-r--r--labs/lab_6/solution/PRU_RPMsg_LED0/main.c30
2 files changed, 60 insertions, 0 deletions
diff --git a/labs/lab_5/solution/PRU_RPMsg_Echo_Interrupt1/main.c b/labs/lab_5/solution/PRU_RPMsg_Echo_Interrupt1/main.c
index 15a1a94..b74a09a 100644
--- a/labs/lab_5/solution/PRU_RPMsg_Echo_Interrupt1/main.c
+++ b/labs/lab_5/solution/PRU_RPMsg_Echo_Interrupt1/main.c
@@ -1,3 +1,33 @@
1/*
2 * Copyright (c) 2015, Texas Instruments, Incorporated
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,
9 * this list of conditions and the following disclaimer.
10 *
11 * 2. Redistributions in binary form must reproduce the above copyright notice,
12 * this list of conditions and the following disclaimer in the documentation
13 * and/or other materials provided with the distribution.
14 *
15 * 3. Neither the name of the copyright holder nor the names of its
16 * contributors may be used to endorse or promote products derived from this
17 * software without specific prior written permission.
18 *
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE. */
30
1#include <stdint.h> 31#include <stdint.h>
2#include <stdio.h> 32#include <stdio.h>
3#include <pru_cfg.h> 33#include <pru_cfg.h>
diff --git a/labs/lab_6/solution/PRU_RPMsg_LED0/main.c b/labs/lab_6/solution/PRU_RPMsg_LED0/main.c
index 01bdda8..22e0377 100644
--- a/labs/lab_6/solution/PRU_RPMsg_LED0/main.c
+++ b/labs/lab_6/solution/PRU_RPMsg_LED0/main.c
@@ -1,3 +1,33 @@
1/*
2 * Copyright (c) 2015, Texas Instruments, Incorporated
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,
9 * this list of conditions and the following disclaimer.
10 *
11 * 2. Redistributions in binary form must reproduce the above copyright notice,
12 * this list of conditions and the following disclaimer in the documentation
13 * and/or other materials provided with the distribution.
14 *
15 * 3. Neither the name of the copyright holder nor the names of its
16 * contributors may be used to endorse or promote products derived from this
17 * software without specific prior written permission.
18 *
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE. */
30
1#include <stdint.h> 31#include <stdint.h>
2#include <stdio.h> 32#include <stdio.h>
3#include <pru_cfg.h> 33#include <pru_cfg.h>