summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* On a failure to recognize a FAT file system, the mount logic should return ↵patacongo2012-01-112-6/+9
| | | | | | -EINVAL, not -ENODEV git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4297 42af7a65-404d-4744-a932-0658087f49c3
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-113-27/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4296 42af7a65-404d-4744-a932-0658087f49c3
* Fix bug in STM32 CAN: It must be interrupt drivenpatacongo2012-01-114-39/+181
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4295 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the STM32F4-Discovery (from Mike Smith)patacongo2012-01-1122-5/+5495
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4294 42af7a65-404d-4744-a932-0658087f49c3
* Fix last change; the change was good but will prevent queuing multiple ↵patacongo2012-01-112-62/+112
| | | | | | outgoing CAN packets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4293 42af7a65-404d-4744-a932-0658087f49c3
* CAN request order prioritypatacongo2012-01-112-4/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4292 42af7a65-404d-4744-a932-0658087f49c3
* Implement the new CAN txready method for STM32patacongo2012-01-113-5/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4291 42af7a65-404d-4744-a932-0658087f49c3
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-104-45/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4290 42af7a65-404d-4744-a932-0658087f49c3
* Fix CAN callback argumentpatacongo2012-01-102-8/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4289 42af7a65-404d-4744-a932-0658087f49c3
* Correct GPIO dump outputpatacongo2012-01-105-48/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4288 42af7a65-404d-4744-a932-0658087f49c3
* Finish PWM pulse count configurationpatacongo2012-01-097-63/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4287 42af7a65-404d-4744-a932-0658087f49c3
* Add pulse count support to apps/examples/pwmpatacongo2012-01-094-16/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4286 42af7a65-404d-4744-a932-0658087f49c3
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-097-133/+756
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4285 42af7a65-404d-4744-a932-0658087f49c3
* Replace logic STM32 IDLE loop with standard power management interfacespatacongo2012-01-084-134/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4284 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-082-289/+379
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4283 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-086-281/+507
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4282 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32 UART4-5 and USART6patacongo2012-01-084-294/+478
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4281 42af7a65-404d-4744-a932-0658087f49c3
* Apply STM32 timer patch from Mike Smithpatacongo2012-01-081-0/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4280 42af7a65-404d-4744-a932-0658087f49c3
* Finishes PIC32 Ethernet header filepatacongo2012-01-081-15/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4279 42af7a65-404d-4744-a932-0658087f49c3
* More register definitions for the PIC32 Ethernet driverpatacongo2012-01-073-69/+183
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4278 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 Ethernet register definitionspatacongo2012-01-073-32/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4277 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 Ethernet driver (initial is just crude LPC17xx port)patacongo2012-01-075-706/+3772
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4276 42af7a65-404d-4744-a932-0658087f49c3
* Fix some interrupt decode errors in the PIC32MX USB driverpatacongo2012-01-071-32/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4275 42af7a65-404d-4744-a932-0658087f49c3
* Costmet clean, whitespace, carriage-return removalpatacongo2012-01-0614-461/+459
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4274 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB driver fixespatacongo2012-01-061-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4273 42af7a65-404d-4744-a932-0658087f49c3
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-065-53/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4272 42af7a65-404d-4744-a932-0658087f49c3
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-061-67/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4271 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate Z80 bugfixes reported by Phillip Klaus Krausepatacongo2012-01-065-8/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4270 42af7a65-404d-4744-a932-0658087f49c3
* Fix issue with LPC17xx CAN baud calculationpatacongo2012-01-062-10/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4269 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx CAN PCLK divisor is not a configuration parameterpatacongo2012-01-066-2/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4268 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks for SD media change callbackspatacongo2012-01-064-205/+397
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4267 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to control CAN bit rate via the .config filepatacongo2012-01-053-8/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4266 42af7a65-404d-4744-a932-0658087f49c3
* Fix a bug in 'make export' introduced recentlypatacongo2012-01-052-6/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4265 42af7a65-404d-4744-a932-0658087f49c3
* File that should have been added in the last check-inpatacongo2012-01-051-0/+131
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4264 42af7a65-404d-4744-a932-0658087f49c3
* Add APIs to support user access to the STM3240G-EVAL LEDspatacongo2012-01-056-49/+107
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4263 42af7a65-404d-4744-a932-0658087f49c3
* Clarify some aspects of ADC configuration for the STM32patacongo2012-01-044-87/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4262 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in the PIC32 USB device driverpatacongo2012-01-041-5/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4261 42af7a65-404d-4744-a932-0658087f49c3
* Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2Epatacongo2012-01-0429-10/+3570
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4260 42af7a65-404d-4744-a932-0658087f49c3
* Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2012-01-046-27/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4259 42af7a65-404d-4744-a932-0658087f49c3
* Fix an issue for architectures where interrupt numbers and vector numbers do ↵patacongo2012-01-049-7/+121
| | | | | | not match 1-to-1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4258 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-036-41/+82
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4257 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for LPC1766-STK without LED supportpatacongo2012-01-034-200/+206
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4256 42af7a65-404d-4744-a932-0658087f49c3
* Improve LPC17xx CAN interrupt handling; Additions to LPC17xx SPI driverpatacongo2012-01-034-22/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4255 42af7a65-404d-4744-a932-0658087f49c3
* LPC1766-STK CAN board supportpatacongo2012-01-031-0/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4254 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; ↵patacongo2012-01-039-765/+1323
| | | | | | LCP1766-STK NSH configuration will support the CAN loopback test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4253 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-0210-54/+240
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4252 42af7a65-404d-4744-a932-0658087f49c3
* The STM32 F4 CAN driver has been verified in loopback modepatacongo2012-01-024-53/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4251 42af7a65-404d-4744-a932-0658087f49c3
* Remove references to the detron boardpatacongo2012-01-0231-6448/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4250 42af7a65-404d-4744-a932-0658087f49c3
* Buildroot dependency changes from Mike Smithpatacongo2012-01-011-97/+144
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4249 42af7a65-404d-4744-a932-0658087f49c3
* Add FAT long filename support to the Olimex LPC1766-STK NSH and FTPC ↵patacongo2012-01-0115-30/+541
| | | | | | configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4248 42af7a65-404d-4744-a932-0658087f49c3