summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 27 insertions, 14 deletions
diff --git a/README b/README
index 4660b1e..29a10ac 100644
--- a/README
+++ b/README
@@ -1,16 +1,29 @@
-Introduction
-============
-armdebug is an ARM Assembly Language Instruction debugger for the NXT.
-It is intended for embedding in the NXT firmware (e.g. NXT Improved Firmware),
-as well as for use with NxOS.
+This is NXT Improved Firmware, an open source community driven work based on
+the original LEGO Mindstorms NXT firmware.
-Contents
-========
-The various folders contents are as follows:
-Debugger: GDB client driver for NXT (need to be embedded in firmware code)
-Host: GDB Server for PC Host
+Online resources are accessible on the NXT Improved Firmware web page,
+including documentation, building guides, and more:
-LICENSES
-========
-The armdebug code is dual-licensed. Please see COPYING for more details.
-Other projects included in this repository have their respective licenses.
+ http://nxt-firmware.ni.fr.eu.org/
+
+
+NXT Improved Firmware combines code covered by the LEGO Open Source License
+with code covered by various other open source licenses. Any file not covered
+by the LEGO Open Source License includes a notice in its header. All other
+source files are covered by the LEGO Open Source License. Please see the
+enclosed "LEGO Open Source License" file for more precision on this license
+conditions.
+
+LEGO(R) is a trademark of the LEGO Group of companies which does not sponsor,
+authorize or endorse NXT Improved Firmware.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+EVENT SHALL THE AUTHOR 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) HOWEVER 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.