mips-rt 0.3.7

Minimal runtime for MIPS MCU cores
Documentation
file interrupt.rs: based on https://github.com/rust-embedded/cortex-m

Copyright (c) 2016 Jorge Aparicio

licensed under the MIT or under the Apache-2.0 license

===============================================================================

https://github.com/chipKIT32/pic32-part-support
file crt0.S: modified for usage with Rust (C-related parts removed)
file general-exception.S
file cp0defs.h
file regdef.h
linker script(s) may contain fragments from pic32-part-support

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.
===============================================================================