|
1 |
| -// Copyright (c) 2019, XMOS Ltd, All rights reserved |
| 1 | + |
| 2 | +/* |
| 3 | + * FreeRTOS Kernel |
| 4 | + * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| 5 | + * |
| 6 | + * Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 7 | + * this software and associated documentation files (the "Software"), to deal in |
| 8 | + * the Software without restriction, including without limitation the rights to |
| 9 | + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 10 | + * the Software, and to permit persons to whom the Software is furnished to do so, |
| 11 | + * subject to the following conditions: |
| 12 | + * |
| 13 | + * The above copyright notice and this permission notice shall be included in all |
| 14 | + * copies or substantial portions of the Software. If you wish to use our Amazon |
| 15 | + * FreeRTOS name, please do so in a fair use way that does not cause confusion. |
| 16 | + * |
| 17 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 19 | + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 20 | + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 21 | + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 22 | + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 23 | + * |
| 24 | + * http://www.FreeRTOS.org |
| 25 | + * http://aws.amazon.com/freertos |
| 26 | + * |
| 27 | + * 1 tab == 4 spaces! |
| 28 | + */ |
| 29 | + |
| 30 | +/* |
| 31 | + * Copyright (c) 2019, XMOS Ltd, All rights reserved |
| 32 | + * |
| 33 | + * Permission is hereby granted, free of charge, to any person obtaining |
| 34 | + * a copy of this software and associated documentation files (the |
| 35 | + * "Software"), to deal in the Software without restriction, including |
| 36 | + * without limitation the rights to use, copy, modify, merge, publish, |
| 37 | + * distribute, sublicense, and/or sell copies of the Software, and to |
| 38 | + * permit persons to whom the Software is furnished to do so, subject to |
| 39 | + * the following conditions: |
| 40 | + * |
| 41 | + * The above copyright notice and this permission notice shall be included |
| 42 | + * in all copies or substantial portions of the Software. |
| 43 | + * |
| 44 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 45 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 46 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 47 | + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 48 | + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 49 | + * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 50 | + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 51 | + */ |
2 | 52 |
|
3 | 53 | /* Scheduler includes. */
|
4 | 54 | #include "FreeRTOS.h"
|
|
0 commit comments