tools: Add tools/initialconfig to .gitignore
This commit is contained in:
parent
548cd2892a
commit
b1801f3fd3
5
COPYING
5
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):
|
||||
|
@ -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 */
|
||||
|
1
tools/.gitignore
vendored
1
tools/.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
/bdf-converter
|
||||
/cmpconfig
|
||||
/configure
|
||||
/initialconfig
|
||||
/mkconfig
|
||||
/mkdeps
|
||||
/cnvwindeps
|
||||
|
Loading…
Reference in New Issue
Block a user