Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files

This commit is contained in:
Gregory Nutt
2013-05-30 14:45:31 -06:00
parent 47bbf54f11
commit 7554d2888e
101 changed files with 417 additions and 356 deletions
+5 -1
View File
@@ -4834,4 +4834,8 @@
effects the CDC/ACM class and was the cause of the failure of
configs/stm32f3discovery/usbnsh configureation which works great
after this change (2013-5-29).
* drivers/usbdev/cdcacm.c and pl2303.c and include/nuttx/usb/cdcacm.h:
Change the default IN request buffer size from 64 to 96. This will
avoid requests of exactly MAXPACKET size and, hence, avoid so many
NULL packets. Also, fix the OUT request buffers size to exactly
the max packet size. It cannot be any other size (2013-5-29).
+26 -2
View File
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: May 24, 2013</p>
<p>Last Updated: May 29, 2013</p>
</td>
</tr>
</table>
@@ -1577,7 +1577,7 @@
<li><a href="#arm920t">ARM920T</a> (1) </li>
<li><a href="#arm926ejs">ARM926EJS</a> (3) </li>
<li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (2)</li>
<li><a href="#armcortexm3">ARM Cortex-M3</a> (18)</li>
<li><a href="#armcortexm3">ARM Cortex-M3</a> (19)</li>
<li><a href="#armcortexm4">ARM Cortex-M4</a> (7)</li>
</ul>
<li>Atmel AVR
@@ -1698,6 +1698,7 @@
<li><a href="#str71x">STMicro STR71x</a> <small>(ARM7TDMI)</small></li>
<li><a href="#stm32l152">STMicro STM32L152</a> <small>(STM32 L &quot;EnergyLite&quot; Line, ARM Cortex-M3)</small></li>
<li><a href="#stm32f100x">STMicro STM32F100x</a> <small>(STM32 F1 &quot;Value Line&quot;Family, ARM Cortex-M3)</small></li>
<li><a href="#stm32f103cx">STMicro STM32F103C4/C8</a> <small>(STM32 F1 &quot;Low- and Medium-Density Line&quot; Family, ARM Cortex-M3)</small></li>
<li><a href="#stm32f103x">STMicro STM32F103x</a> <small>(STM32 F1 Family, ARM Cortex-M3)</small></li>
<li><a href="#stm32f107x">STMicro STM32F107x</a> <small>(STM32 F1 &quot;Connectivity Line&quot; family, ARM Cortex-M3)</small></li>
<li><a href="#stm32f207x">STMicro STM32F207x</a> <small>(STM32 F2 family, ARM Cortex-M3)</small></li>
@@ -2320,6 +2321,29 @@ nsh>
However, there is <i>no</i> specific board support for this chip families in the NuttX source tree.
There is, however, <i>generic</i> support for STM32F100RC boards.
</p>
</tr>
<li><a href="#stm32f103cx">STMicro STM32F103C48</a> <small>(STM32 F1 &quot;Low- and Medium-Density Line&quot;Family, ARM Cortex-M3)</small></li>
<tr>
<td><br></td>
<td><hr></td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<a name="stm32f103cx"><b>STMicro STM32F103C4/8 (STM32 F1 Low- and Medium-Density Family)</b>.</a>
This port is for &quot;STM32 Tiny&quot; development board.
This board is available from several vendors on the net, and may be sold under different names.
It is based on a STM32 F103C8T6 MCU, and is bundled with a nRF24L01 wireless communication module.
</p>
<ul>
<p>
<b>STATUS:</b>
The basic STM32F103C8 port was released in NuttX version 6.28.
This work was contributed by Laurent Latil.
</p>
</ul>
</td>
</tr>
<tr>
<td><br></td>
+2
View File
@@ -203,6 +203,8 @@
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3220g-eval/README.txt"><b><i>README.txt</i></b></a>
| | |- stm3240g-eval/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm3240g-eval/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32_tiny/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32_tiny/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32f100rc_generic/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/stm32f100rc_generic/README.txt"><b><i>README.txt</i></b></a>
| | |- stm32f3discovery/
+2
View File
@@ -1131,6 +1131,8 @@ nuttx
| | `- README.txt
| |- stm3240g-eval/
| | `- README.txt
| |- stm32_tiny/
| | `- README.txt
| |- stm32f100rc_generic/
| | `- README.txt
| |- stm32f3discovery/
+9 -1
View File
@@ -16,7 +16,7 @@ nuttx/
(16) Network (net/, drivers/net)
(4) USB (drivers/usbdev, drivers/usbhost)
(11) Libraries (libc/, )
(9) File system/Generic drivers (fs/, drivers/)
(10) File system/Generic drivers (fs/, drivers/)
(5) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
@@ -1023,6 +1023,14 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open
Priority: Medium
Title : USE VTF TO MANAGE NAMED MESSAGE QUEUES AND NAMED SEMAPHORES
Description: Currently redundant namespace management logic is use for named
message queues and semaphores. Namesphore management should
be consolidated in the VFS. Perhaps in /ipc/mqueue and /ipc/sem.
Status: Open
Priority: Low. Nothing is broken. This is an enhancement that would
improve the OS design and possible reduce some FLASH usage
o Graphics subystem (graphics/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+1 -1
View File
@@ -3,4 +3,4 @@
/locked.r
/board
/chip
/*.dSYM
+1 -1
View File
@@ -3,4 +3,4 @@
/locked.r
/board
/chip
/*.dSYM
+1 -1
View File
@@ -3,4 +3,4 @@
/board
/chip
/*.r
/*.dSYM
+1 -2
View File
@@ -2,5 +2,4 @@
/Make.dep
/board
/chip
/*.dSYM
+1 -1
View File
@@ -2,4 +2,4 @@
/Make.dep
/board
/chip
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+1 -1
View File
@@ -6,4 +6,4 @@
/GNU
/chip
/board
/*.dSYM
+1 -1
View File
@@ -2,4 +2,4 @@
/board
/.depend
/Make.dep
/*.dSYM
+5 -6
View File
@@ -3,9 +3,8 @@
/board
/chip
/nuttx.linkcmd
*.asm
*.obj
*.lib
*.map
*.lst
/*.asm
/*.obj
/*.lib
/*.map
/*.lst
+16 -17
View File
@@ -4,20 +4,19 @@
/asm_mem.h
/board
/chip
*.sym
*.asm
*.obj
*.rel
*.lst
*.src
*.adb
*.rst
*.lib
*.lnk
*.map
*.mem
*.ihx
*.hex
*.linkcmd
*.noi
/*.sym
/*.asm
/*.obj
/*.rel
/*.lst
/*.src
/*.adb
/*.rst
/*.lib
/*.lnk
/*.map
/*.mem
/*.ihx
/*.hex
/*.linkcmd
/*.noi
+9 -8
View File
@@ -1,10 +1,11 @@
/Make.dep
/.depend
*.src
*.obj
*.asm
*.rel
*.lst
*.sym
*.adb
*.lib
/*.src
/*.obj
/*.asm
/*.rel
/*.lst
/*.sym
/*.adb
/*.lib
/*.dSYM
+3 -5
View File
@@ -1,5 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3
View File
@@ -0,0 +1,3 @@
/.depend
/Make.dep
/*.dSYM
+3 -4
View File
@@ -1,4 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -4
View File
@@ -1,4 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -4
View File
@@ -1,4 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -4
View File
@@ -1,4 +1,3 @@
Make.dep
.depend
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,4 +1,4 @@
Make.dep
.depend
*.obj
/Make.dep
/.depend
/*.obj
+3 -3
View File
@@ -1,4 +1,4 @@
Make.dep
.depend
*.obj
/Make.dep
/.depend
/*.obj
+3 -4
View File
@@ -1,4 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3
View File
@@ -0,0 +1,3 @@
/.depend
/Make.dep
/*.dSYM
+3
View File
@@ -0,0 +1,3 @@
/.depend
/Make.dep
/*.dSYM
+3 -5
View File
@@ -1,5 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -4
View File
@@ -1,4 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -4
View File
@@ -1,4 +1,3 @@
Make.dep
.depend
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -5
View File
@@ -1,5 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3
View File
@@ -0,0 +1,3 @@
/.depend
/Make.dep
/*.dSYM
+3 -4
View File
@@ -1,4 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3
View File
@@ -0,0 +1,3 @@
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -4
View File
@@ -1,4 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+2
View File
@@ -0,0 +1,2 @@
/nuttx_user.elf
+3
View File
@@ -0,0 +1,3 @@
/.depend
/Make.dep
/*.dSYM
+3 -5
View File
@@ -1,5 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -4
View File
@@ -1,4 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM
+3 -3
View File
@@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM

Some files were not shown because too many files have changed in this diff Show More