patacongo
|
d170816334
|
Add skeleton file that will hold the STM32 SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2244 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-11 13:19:23 +00:00 |
|
patacongo
|
970720336e
|
Add skeleton file that will hold the STM32 SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2243 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-11 12:32:45 +00:00 |
|
patacongo
|
257f3b6afe
|
Rename mmcsd.c to mmcsd_sdio.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2242 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-11 00:13:42 +00:00 |
|
patacongo
|
27ee67893f
|
Add SDIO register definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2238 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-06 21:59:49 +00:00 |
|
patacongo
|
c7b07b4868
|
Add support for GPIO interrupts & STM3210E-EVAL board buttons
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2226 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-05 14:07:41 +00:00 |
|
patacongo
|
5ec648709f
|
Fix handling of pending OUT transfers; if we clear CTR_RX first, we lose size of OUT transfer
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2218 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-04 02:57:32 +00:00 |
|
patacongo
|
f1de52049b
|
Status not being set when transfer started via epsubmit()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2217 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-03 16:11:55 +00:00 |
|
patacongo
|
f57ba50c9b
|
If SETUP received, that also means the end of a previous TX
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2215 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-03 00:52:16 +00:00 |
|
patacongo
|
7b612c7fea
|
Non-standard requests handled by class caused controller errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2214 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-02 22:32:22 +00:00 |
|
patacongo
|
98a2dd5d71
|
Fix EP configure switch value
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2213 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-02 20:49:23 +00:00 |
|
patacongo
|
33ce084daa
|
Fix case where both RX and TX enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2210 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-02 20:09:25 +00:00 |
|
patacongo
|
b5e3ef6cb5
|
Sometimes RX status is not NAK
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2209 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-02 18:14:41 +00:00 |
|
patacongo
|
c7d9c978c8
|
Fix RX status setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2208 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-02 15:04:47 +00:00 |
|
patacongo
|
e1f1ff8516
|
Fix compilation error with register debug off
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2207 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-01 20:13:47 +00:00 |
|
patacongo
|
ff92a5567e
|
Need to send ZLP at end of no-data setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2206 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-01 19:12:46 +00:00 |
|
patacongo
|
026fdc7e41
|
Fix endian-ness issue in SETUP
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2205 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-01 17:29:41 +00:00 |
|
patacongo
|
54d8372694
|
Fix direction logic in the submit method
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2204 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-31 19:14:00 +00:00 |
|
patacongo
|
4f239a2fa7
|
Fix PMA addressing issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2203 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-31 18:34:54 +00:00 |
|
patacongo
|
67767c433a
|
Integration updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2201 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-31 16:02:00 +00:00 |
|
patacongo
|
a3a05f9b3a
|
arch/arm/src/stm32/stm32_usbdev.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2200 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-31 15:54:10 +00:00 |
|
patacongo
|
aeaf19473f
|
Fix size of BTABLE
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2199 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-31 02:32:46 +00:00 |
|
patacongo
|
e8b481d5e3
|
Enhanced debug; need a delay after removing PWDN
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2198 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-31 00:49:51 +00:00 |
|
patacongo
|
995e1e32d9
|
Misc integration fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2197 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-30 23:06:30 +00:00 |
|
patacongo
|
b93ccc37a7
|
USB integration in progress
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2195 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-30 17:33:54 +00:00 |
|
patacongo
|
93e30e4632
|
BUG: mixing else causes bad IRQ settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2194 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-30 13:51:07 +00:00 |
|
patacongo
|
abe17ffe92
|
Fix typo introduced in last commit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2192 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-29 22:23:52 +00:00 |
|
patacongo
|
6f25e63da7
|
Fix default NVIC priority
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2191 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-29 22:02:10 +00:00 |
|
patacongo
|
d86e004c1f
|
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2190 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-29 21:55:50 +00:00 |
|
patacongo
|
d5eafc909e
|
timeout loop variable should be volatile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2188 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-29 21:16:57 +00:00 |
|
patacongo
|
1a446309bd
|
Initial USB debug changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2187 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-29 20:30:46 +00:00 |
|
patacongo
|
d2dc960cab
|
Fixes for DEBUG=ON compilation problems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2186 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-29 19:25:42 +00:00 |
|
patacongo
|
6b1ee8f178
|
Add STM32 USBDEV driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2185 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-29 18:50:05 +00:00 |
|
patacongo
|
2c98ebd70b
|
Need to config CTS/RTS pins for USART2/3 even if not using flow control
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2184 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-29 02:47:10 +00:00 |
|
patacongo
|
b9e8a3bfc5
|
Fix types in stm32 serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2182 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-29 02:18:09 +00:00 |
|
patacongo
|
4453cf8152
|
Debug output from certain files causes crashes with new context switching logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2181 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-27 19:51:19 +00:00 |
|
patacongo
|
b8824028b1
|
Improved certain Cortex-M3 context switch times
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2177 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-25 02:24:40 +00:00 |
|
patacongo
|
cc347e43c3
|
Misc USB-related fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2169 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-23 01:16:46 +00:00 |
|
patacongo
|
0eb685e65f
|
corrections
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2168 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-22 03:50:56 +00:00 |
|
patacongo
|
012a246105
|
Misc. mosty USB-related updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2167 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-22 00:11:53 +00:00 |
|
patacongo
|
e9381613d5
|
FSMC header file cleanup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2165 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-20 22:38:02 +00:00 |
|
patacongo
|
e27f1e2c72
|
Add FSMC support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2163 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-20 20:31:45 +00:00 |
|
patacongo
|
5f08d86694
|
Extend SPI interface to better handle multiple devices on same SPI bus
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2162 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-20 14:05:56 +00:00 |
|
patacongo
|
31c28b1f59
|
Need to set SSM and SSI to prevent MODF errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2160 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-18 21:55:10 +00:00 |
|
patacongo
|
571bbc2402
|
Wait conditions backward
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2159 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-18 21:36:25 +00:00 |
|
patacongo
|
4f97ee6dc0
|
Add MTD interface; add M25P64/128 driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2157 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-18 17:45:31 +00:00 |
|
patacongo
|
fa008a467d
|
Boots with SYSTICK source = HCLK, not HCLK/8
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2151 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-17 21:45:39 +00:00 |
|
patacongo
|
c321920754
|
Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2149 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-17 20:42:37 +00:00 |
|
patacongo
|
a2763cf4fc
|
SPI DMA design simplification
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2148 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-17 16:11:55 +00:00 |
|
patacongo
|
2e8f38671b
|
Completes 1st cut of SPI DMA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2147 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-17 00:50:01 +00:00 |
|
patacongo
|
19f1028342
|
A little more SPI DMA support (still incomplete)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2146 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-16 20:51:36 +00:00 |
|