patacongo
|
4b613104d0
|
Fix compilation bugs when DUALSPEED is enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2564 42af7a65-404d-4744-a932-0658087f49c3
|
2010-03-28 21:41:49 +00:00 |
patacongo
|
408d3a135a
|
Add casts to eliminate warnings when sizeof(int) is 16-bits
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2401 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-20 22:35:35 +00:00 |
patacongo
|
74e2893056
|
Eliminate some warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2376 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-17 19:52:47 +00:00 |
patacongo
|
e379d21a2e
|
Fix syntax error in debug statement
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2367 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-17 15:10:46 +00:00 |
patacongo
|
447904aae2
|
Fix CPP conditional syntax
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2364 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-17 14:27:19 +00:00 |
patacongo
|
e385b1074b
|
Clean-up from big switch to stdint/stdbool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2362 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-16 23:23:46 +00:00 |
patacongo
|
1e02bc99ff
|
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2361 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-16 20:59:06 +00:00 |
patacongo
|
9634f25391
|
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-15 14:25:14 +00:00 |
patacongo
|
92b110e0e2
|
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2335 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-14 15:46:55 +00:00 |
patacongo
|
9535a28d7a
|
Eliminate some hcs12 compile errors/warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2329 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-13 15:13:37 +00:00 |
patacongo
|
bea1cb5e0e
|
Add FTL logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2307 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-06 00:19:50 +00:00 |
patacongo
|
1e85cbd2b0
|
Should not returned queued read requests on a reset
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2294 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-01 15:28:33 +00:00 |
patacongo
|
06743c5003
|
Need a cancel method to stop DMA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2280 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-27 13:05:02 +00:00 |
patacongo
|
c76c6b0e52
|
Fix block read/write return values; SDIO error reporting; slow down clock if interrupt mode
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2278 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-25 13:50:26 +00:00 |
patacongo
|
d3ea3abde6
|
Fix SCR data transfer
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2276 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-21 15:45:50 +00:00 |
patacongo
|
337b964c8b
|
Progress integrating SD on STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2275 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-20 00:24:11 +00:00 |
patacongo
|
bedc751b0b
|
Now correctly handles SD card ACMD41 busy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2274 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-19 00:52:40 +00:00 |
patacongo
|
8c8b5f01b7
|
Correct identifies v1.x SD card
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2273 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-18 23:12:23 +00:00 |
patacongo
|
081d8a6abc
|
Initial MMC/SD SDIO STM32 bug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2272 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-18 17:31:49 +00:00 |
patacongo
|
fd34e51e1c
|
Callbacks need to use worker thread; clean up/document configuration settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2268 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-17 23:20:08 +00:00 |
patacongo
|
dcc16a713c
|
Code complete for STM32 SDIO driver and MMC/SD SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2266 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-17 21:31:56 +00:00 |
patacongo
|
29395f7fd1
|
Finish event wait logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2265 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-17 18:18:35 +00:00 |
patacongo
|
7ef8423ad0
|
Add basic data transfer logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2264 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-17 16:24:44 +00:00 |
patacongo
|
2142afe747
|
Add SDIO interrupt handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2263 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-16 23:22:36 +00:00 |
patacongo
|
2740d04258
|
Redesign SDIO wait logic; add SDIO DMA logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2261 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-16 15:37:11 +00:00 |
patacongo
|
b1742905ff
|
Eliminate some warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2260 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-15 19:56:33 +00:00 |
patacongo
|
498ae01164
|
Add logic to handle card insertion/removal events
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2259 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-15 19:48:08 +00:00 |
patacongo
|
529bbb7a2a
|
Add SD card initialization logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2258 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-15 18:23:46 +00:00 |
patacongo
|
95908c8777
|
Add CSD decode logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2257 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-14 22:00:54 +00:00 |
patacongo
|
daf843bcec
|
Missing breaks in switch
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2256 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-14 18:24:47 +00:00 |
patacongo
|
fc6a71a647
|
Add MMC configuration logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2255 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-14 18:19:51 +00:00 |
patacongo
|
1c036b928f
|
Need to use poll-waiting
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2254 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-13 23:47:36 +00:00 |
patacongo
|
ad3467a844
|
Add IOCTLs and card identification logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2253 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-13 23:30:41 +00:00 |
patacongo
|
911672589d
|
Incremental progress on STM32 MMCSD driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2245 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-11 21:20:49 +00:00 |
patacongo
|
4196c8ce60
|
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
|
a1087ace92
|
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
|
eed2313667
|
Separate SDIO interface from MMCSD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2241 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-10 18:32:51 +00:00 |
patacongo
|
cb89120bd4
|
Fix errors/warnings reported by eZ80 compiler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2239 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-06 22:53:47 +00:00 |
patacongo
|
783d429d66
|
Add skeleton of SDIO-based MMCSD driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2237 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-06 20:44:16 +00:00 |
patacongo
|
d9413c1214
|
Fix confusion between byte and block transfers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2235 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-06 13:43:21 +00:00 |
patacongo
|
00e7c5f8ac
|
Integrte work thread
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2232 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-06 00:44:22 +00:00 |
patacongo
|
64e5bef2f6
|
Incorporate the work thread
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2230 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-05 22:58:36 +00:00 |
patacongo
|
86987e3b02
|
Add beginnings of a work thread
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2229 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-05 21:44:33 +00:00 |
patacongo
|
fcf4b9767c
|
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2228 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-05 20:16:15 +00:00 |
patacongo
|
6b2827a112
|
Add generic support for read-ahead buffering and write buffering in block drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2227 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-05 18:15:06 +00:00 |
patacongo
|
cbe4bf2e2d
|
Extend USB trace logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2212 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-02 20:11:50 +00:00 |
patacongo
|
e80850b3c0
|
Extend USB trace logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2211 42af7a65-404d-4744-a932-0658087f49c3
|
2009-11-02 20:09:47 +00:00 |
patacongo
|
dbfaa18d76
|
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2202 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-31 16:03:18 +00:00 |
patacongo
|
addb81775d
|
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
|
3a89153f23
|
More USB macros; fix warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2178 42af7a65-404d-4744-a932-0658087f49c3
|
2009-10-27 02:08:26 +00:00 |