summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Add support for extended (29-bit) CAN IDspatacongo2012-01-2023-70/+204
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4319 42af7a65-404d-4744-a932-0658087f49c3
* Fix some warningspatacongo2012-01-201-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4318 42af7a65-404d-4744-a932-0658087f49c3
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-2013-23/+115
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4317 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to PIC32 USB driver and LPC17xx CAN driverpatacongo2012-01-203-60/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4316 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB: Remove some bad logic in EP0 post-SETUP clean-uppatacongo2012-01-191-32/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4315 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to handle state and BDTs correctly with USB packet is dispatched ↵patacongo2012-01-191-31/+38
| | | | | | by the class driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4314 42af7a65-404d-4744-a932-0658087f49c3
* Add configuratin to select TSEG1 and TSEG2 valuespatacongo2012-01-197-17/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4313 42af7a65-404d-4744-a932-0658087f49c3
* Fix shift value in PIC32 USB header filepatacongo2012-01-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4312 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB, using IN BDTs where OUT BDTs should be usedpatacongo2012-01-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4311 42af7a65-404d-4744-a932-0658087f49c3
* SYNC_TIME is 3 quanta in LPC17xx CAN bit time calculationpatacongo2012-01-181-34/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4310 42af7a65-404d-4744-a932-0658087f49c3
* Fix offset to STM32 F1 AFIO EXTICR registerpatacongo2012-01-183-29/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4309 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB driver fixes (still not working)patacongo2012-01-173-8/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4308 42af7a65-404d-4744-a932-0658087f49c3
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-1712-50/+177
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4307 42af7a65-404d-4744-a932-0658087f49c3
* Finish coding of PIC32MX Ethernet driverpatacongo2012-01-174-172/+209
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4306 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 Ethernet stuff (still incomplete)patacongo2012-01-175-187/+359
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4305 42af7a65-404d-4744-a932-0658087f49c3
* Fixe the STM32 repetition counter. Setting of the repitition count was out ↵patacongo2012-01-161-24/+53
| | | | | | of phase by 1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4304 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32 F4 APB2 clock input frequenciespatacongo2012-01-163-8/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4303 42af7a65-404d-4744-a932-0658087f49c3
* Increase range of pulse count in PWM driverpatacongo2012-01-165-42/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4302 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.14 releasenuttx-6.14patacongo2012-01-154-149/+208
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4301 42af7a65-404d-4744-a932-0658087f49c3
* STM32 fixes for F4 32-bit timerspatacongo2012-01-136-416/+622
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4300 42af7a65-404d-4744-a932-0658087f49c3
* Add definitions for another Sure Elec. PIC32 boardpatacongo2012-01-123-0/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4299 42af7a65-404d-4744-a932-0658087f49c3
* Fix the STM32 PWM driver pulse count logicpatacongo2012-01-112-13/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4298 42af7a65-404d-4744-a932-0658087f49c3
* 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-104-47/+63
| | | | 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 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