Release checks

This commit is contained in:
Larry Snizek
2018-02-09 13:05:46 +00:00
parent 7f0f701117
commit 79c05afdbe
97 changed files with 648 additions and 16 deletions

View File

@@ -1,8 +1,9 @@
Software Release License Agreement
Copyright (c) 2016, XMOS, All rights reserved.
Copyright (c) 2016-2018, XMOS, All rights reserved.
BY ACCESSING, USING, INSTALLING OR DOWNLOADING THE XMOS SOFTWARE, YOU AGREE TO BE BOUND BY THE FOLLOWING TERMS. IF YOU DO NOT AGREE TO THESE, DO NOT ATTEMPT TO DOWNLOAD, ACCESS OR USE THE XMOS Software.
Parties:
(1) XMOS Limited, incorporated and registered in England and Wales with company number 5494985 whose registered office is 107 Cheapside, London, EC2V 6DN (XMOS).
@@ -37,7 +38,7 @@ Words in the singular include the plural and in the plural include the singular.
2. License
XMOS grants the Customer a non-exclusive license to use, develop, modify and distribute the XMOS Software in object code only with, or for the purpose of being used with, XMOS Hardware.
XMOS grants the Customer a non-exclusive license to use, develop, modify and distribute the XMOS Software with, or for the purpose of being used with, XMOS Hardware.
Open Source Software (OSS) must be used and dealt with in accordance with any license terms under which OSS is distributed.
@@ -91,6 +92,7 @@ The copyrights and all other intellectual and industrial property rights for the
Either party may terminate this License at any time on written notice to the other if the other:
- is in material or persistent breach of any of the terms of this License and either that breach is incapable of remedy, or the other party fails to remedy that breach within 30 days after receiving written notice requiring it to remedy that breach; or
- is unable to pay its debts (within the meaning of section 123 of the Insolvency Act 1986), or becomes insolvent, or is subject to an order or a resolution for its liquidation, administration, winding-up or dissolution (otherwise than for the purposes of a solvent amalgamation or reconstruction), or has an administrative or other receiver, manager, trustee, liquidator, administrator or similar officer appointed over all or any substantial part of its assets, or enters into or proposes any composition or arrangement with its creditors generally, or is subject to any analogous event or proceeding in any applicable jurisdiction.
Termination by either party in accordance with the rights contained in clause 12 shall be without prejudice to any other rights or remedies of that party accrued prior to termination.
@@ -130,4 +132,4 @@ This License shall be governed by and construed in accordance with English law a
This License has been entered into on the date stated at the beginning of it.
Schedule
XMOS Microphone array library software
XMOS lib_xua software

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2016, XMOS Ltd, All rights reserved
// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved
#ifndef __debug_conf_h__
#define __debug_conf_h__

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2016, XMOS Ltd, All rights reserved
// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved
#include <platform.h>
#include <stdlib.h>
#include <print.h>

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2016, XMOS Ltd, All rights reserved
// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved
#ifdef SIMULATION
#include <platform.h>

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2016, XMOS Ltd, All rights reserved
// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved
#ifndef __usb_device_h__
#define __usb_device_h__

View File

@@ -1,5 +1,5 @@
// Copyright (c) 2018, XMOS Ltd, All rights reserved
#if 0
// Copyright (c) 2016, XMOS Ltd, All rights reserved
#include <xs1.h>
#include <xccompat.h>
#include "usb_std_requests.h"

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2016, XMOS Ltd, All rights reserved
// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved
#ifdef HARDWARE
#include <xs1.h>

View File

@@ -1,3 +1,4 @@
// Copyright (c) 2018, XMOS Ltd, All rights reserved
#define CS2100_I2C_DEVICE_ADDR (0x9c>>1)
#define CS2100_DEVICE_CONTROL 0x02

View File

@@ -1,3 +1,4 @@
// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved
#ifndef CS4384_H_
#define CS4384_H_

View File

@@ -1,3 +1,4 @@
// Copyright (c) 2017-2018, XMOS Ltd, All rights reserved
#ifndef _CS5368_H_
#define _CS5368_H_

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2016, XMOS Ltd, All rights reserved
// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved
#ifdef HARDWARE
#include <xs1.h>
#include "gpio_access.h"

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2016, XMOS Ltd, All rights reserved
// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved
#ifndef __gpio_access_h__
#define __gpio_access_h__

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2016, XMOS Ltd, All rights reserved
// Copyright (c) 2016-2018, XMOS Ltd, All rights reserved
#ifndef __custom_defines_h__
#define __custom_defines_h__