diff --git a/COPYING b/COPYING index 62662be709..878c75da72 100644 --- a/COPYING +++ b/COPYING @@ -3,11 +3,12 @@ copy of the BSD-style licensing is included in this file. In my words -- I believe that you should free to use NuttX in any environment, private, private, commercial, open, closed, etc. provided only that you repect the modest copyright notices as -described in license (below). Please feel free to contact me if you +described in license (below), respect Trademarks, and include a +copy of the BSD license. Please feel free to contact me if you have any licensing concerns. NuttX -^^^^^^ +^^^^^ License for NuttX in general (authorship and copyright dates on individual files will vary): diff --git a/arch/arm/src/lpc43xx/chip/lpc43_usb0.h b/arch/arm/src/lpc43xx/chip/lpc43_usb0.h index 15e009a246..0a89232bb9 100644 --- a/arch/arm/src/lpc43xx/chip/lpc43_usb0.h +++ b/arch/arm/src/lpc43xx/chip/lpc43_usb0.h @@ -50,7 +50,7 @@ /* 0x000 - 0x0ff: Reserved */ /* Device/host capability registers */ -#define LPC43_USBOTG_HCCR_OFFSET 0x0100 /* Offset to EHCI Host Controller Capabiliy registers */ +#define LPC43_USBOTG_HCCR_OFFSET 0x0100 /* Offset to EHCI Host Controller Capability registers */ #define LPC43_USBOTG_CAPLENGTH_OFFSET 0x0100 /* Capability length register */ #define LPC43_USBHOST_HCSPARAMS_OFFSET 0x0104 /* Host controller structural parameters */ #define LPC43_USBHOST_HCCPARAMS_OFFSET 0x0108 /* Host controller capability parameters */ diff --git a/tools/.gitignore b/tools/.gitignore index d10c12aa3c..a573d45480 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -2,6 +2,7 @@ /bdf-converter /cmpconfig /configure +/initialconfig /mkconfig /mkdeps /cnvwindeps