summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Missed Calypso filepatacongo2012-05-011-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4685 42af7a65-404d-4744-a932-0658087f49c3
* Calypso updatepatacongo2012-05-017-50/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4684 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32 USART4/5 vs UART4/5 confusionpatacongo2012-04-292-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4671 42af7a65-404d-4744-a932-0658087f49c3
* Add NxConsole configuration for the STM3240G-EVAL boardpatacongo2012-04-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4664 42af7a65-404d-4744-a932-0658087f49c3
* Fix infinite loop in CDC/ACM driverpatacongo2012-04-251-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4655 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updated + NFS updatepatacongo2012-04-231-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3
* Fix atexit() function being called twicepatacongo2012-04-231-0/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4644 42af7a65-404d-4744-a932-0658087f49c3
* Fix a UART4/5 naming problem introduced in the last check-inpatacongo2012-04-221-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4641 42af7a65-404d-4744-a932-0658087f49c3
* Add circular DMA support to STM32 and STM32 serial driver; Add initial ↵patacongo2012-04-228-131/+767
| | | | | | configuration for the Mikroelektronika PIC32MX7 MMB board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4640 42af7a65-404d-4744-a932-0658087f49c3
* Some STM32 bugfixes from Mike Smithpatacongo2012-04-192-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4635 42af7a65-404d-4744-a932-0658087f49c3
* More Kconfig stuffpatacongo2012-04-181-0/+1789
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4633 42af7a65-404d-4744-a932-0658087f49c3
* More Kconfig filespatacongo2012-04-171-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4624 42af7a65-404d-4744-a932-0658087f49c3
* Fix a couple of bugs in the STM32 IWDG driverpatacongo2012-04-161-18/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4620 42af7a65-404d-4744-a932-0658087f49c3
* STM32 IWDG watchdog workspatacongo2012-04-163-55/+187
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4619 42af7a65-404d-4744-a932-0658087f49c3
* STM32 WWDG watchdog driver workspatacongo2012-04-163-20/+97
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4618 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4616 42af7a65-404d-4744-a932-0658087f49c3
* More Kconfigpatacongo2012-04-162-0/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4615 42af7a65-404d-4744-a932-0658087f49c3
* Finish STM32 IWDG and WWDG watchdog timer driverspatacongo2012-04-154-32/+374
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4613 42af7a65-404d-4744-a932-0658087f49c3
* Implement STM32 IWDG driverpatacongo2012-04-157-41/+679
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4612 42af7a65-404d-4744-a932-0658087f49c3
* Add skeleton file for STM32 watchdog timer driverpatacongo2012-04-153-16/+474
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4611 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32 OTG FS device driver FIFO setuppatacongo2012-04-132-20/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4602 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-122-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to hold off processing OUT SETUP request until OUT data phase ↵patacongo2012-04-121-54/+195
| | | | | | completes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4596 42af7a65-404d-4744-a932-0658087f49c3
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT ↵patacongo2012-04-126-13/+13
| | | | | | data that should accompany the OUT SETUP request git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4595 42af7a65-404d-4744-a932-0658087f49c3
* Working for missing logic to get EP0 OUT DATApatacongo2012-04-121-12/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4594 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/cmpconfig.c to compare to configuration filespatacongo2012-04-111-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4592 42af7a65-404d-4744-a932-0658087f49c3
* Correction to the ZLP fix for the STM32 F4 OTG FS driverpatacongo2012-04-111-1/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4591 42af7a65-404d-4744-a932-0658087f49c3
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-3/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4590 42af7a65-404d-4744-a932-0658087f49c3
* More configuration filespatacongo2012-04-1113-0/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4588 42af7a65-404d-4744-a932-0658087f49c3
* more updates for the STM32 OTG FS device driverpatacongo2012-04-101-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4585 42af7a65-404d-4744-a932-0658087f49c3
* Updated STM32 OTG FS device driverpatacongo2012-04-101-9/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4584 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for the STM32 OTG FS device driverpatacongo2012-04-102-72/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4583 42af7a65-404d-4744-a932-0658087f49c3
* A few early STM32 OTF FS fixespatacongo2012-04-091-87/+108
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4581 42af7a65-404d-4744-a932-0658087f49c3
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-091-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4580 42af7a65-404d-4744-a932-0658087f49c3
* The STM32 OTG FS driver is code completepatacongo2012-04-092-322/+489
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4577 42af7a65-404d-4744-a932-0658087f49c3
* Updated STM32 OTG FS device driverpatacongo2012-04-081-36/+183
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4576 42af7a65-404d-4744-a932-0658087f49c3
* Updated STM32 OTG FS device driverpatacongo2012-04-082-415/+417
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4575 42af7a65-404d-4744-a932-0658087f49c3
* Finish analysis of OUT data path in STM32 OTG FS device driverpatacongo2012-04-082-79/+275
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4574 42af7a65-404d-4744-a932-0658087f49c3
* Include libgcc.a inside of the group of recursively linked libraries in all ↵patacongo2012-04-081-1/+1
| | | | | | Makefiles git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4573 42af7a65-404d-4744-a932-0658087f49c3
* Fix much replicated typo. STM32 F4 SRAM is CCM, not TCMpatacongo2012-04-073-38/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4571 42af7a65-404d-4744-a932-0658087f49c3
* Add partial TxFIFO logic to STM32 OTG FS device driverpatacongo2012-04-071-76/+194
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4570 42af7a65-404d-4744-a932-0658087f49c3
* Move include/math.h to include/nuttx/math.hpatacongo2012-04-071-46/+147
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4568 42af7a65-404d-4744-a932-0658087f49c3
* Add RX interrupt logic to the STM32 OTG FS device driverpatacongo2012-04-061-262/+474
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4563 42af7a65-404d-4744-a932-0658087f49c3
* Fix compilation errors with floating point is enabled and field widths are ↵patacongo2012-04-051-7/+28
| | | | | | disabled (I don't know why you would do that, but the code was wrong) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4562 42af7a65-404d-4744-a932-0658087f49c3
* Add patch to build kconfig-frontends under Cygwinpatacongo2012-04-051-43/+126
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4561 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of a NuttX configuration toolpatacongo2012-04-051-76/+172
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4560 42af7a65-404d-4744-a932-0658087f49c3
* Completes most of the STM32 OTG FS device interruptspatacongo2012-04-052-221/+363
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4559 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the STM32 OTG FS device driverpatacongo2012-04-053-181/+310
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4558 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTG FS device driver updatepatacongo2012-04-042-730/+714
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4557 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 OTG FS device endpoint stall logicpatacongo2012-04-041-24/+158
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4556 42af7a65-404d-4744-a932-0658087f49c3