Hi Julian,
On 31 Mar 2017, at 1:54, Julian Ingram wrote:
Hi Marko,
The Microchip license:
/*-------------------------------------------------------------------------
*
* Copyright (c) 2014, Microchip Technology Inc. and its subsidiaries
("Microchip")
* All rights reserved.
* This software is developed by Microchip Technology Inc. and its
* subsidiaries ("Microchip").
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
are
* met:
*
* 1. Redistributions of source code must retain the above
copyright
* notice, this list of conditions and the following
disclaimer.
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials
provided
* with the distribution.
* 3. Microchip's name may not be used to endorse or promote
products
* derived from this software without specific prior written
* permission.
*
* THIS SOFTWARE IS PROVIDED BY MICROCHIP "AS IS" AND ANY EXPRESS OR
IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF
* MERCHANTABILITY AND FITNESS FOR PURPOSE ARE DISCLAIMED. IN NO EVENT
* SHALL MICROCHIP BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA OR
PROFITS;
* OR BUSINESS INTERRUPTION) HOWSOEVER CAUSED AND ON ANY THEORY OF
LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*-------------------------------------------------------------------------*/
This is BSD, this is perfectly OK.
The only other thing is the Microchip SDK is quite large (several GB),
this being the case it might be worth making it a separate package. We
would likely be dooming our users to having 2 copies of the SDK on
their drives as the SDK is installed with the compiler when you
download it so it might be worth picking out just the bits we need.
+1. I think we should take what’s relevant to implement our HAL and
include it in repo, and then ideally distribute the rest of the SDK as
an external package. If imgtech has a GitHub account they could host
on, that would be ideal - otherwise we could also host as Runtime.
Best,
Sterling