summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-285-31/+31
|
* The last checkin replaced some impossible error handling with DEBUGASSERT. ↵Gregory Nutt2013-09-281-0/+3
| | | | Except that one of the case is actually possible in one cornercase and had to be restored
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-282-20/+90
|
* SAMA5: Update README.txt to show how to configure GMACGregory Nutt2013-09-271-136/+172
|
* configs/compal_e88 converted to use the kconfig-frontends toolsGregory Nutt2013-09-275-342/+690
|
* Add support for the Motorola C139 phoneGregory Nutt2013-09-2711-0/+818
|
* ZIT-ARM-1769: Led to LED control logic from Raashid FatahGregory Nutt2013-09-261-4/+4
|
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-25129-612/+878
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-2569-140/+253
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-25206-716/+725
|
* Updated README.txtGregory Nutt2013-09-251-0/+73
|
* LED change requested by RashidGregory Nutt2013-09-251-1/+1
|
* Fix badly applied patch to ENCX24J600Gregory Nutt2013-09-251-5/+14
|
* SAMA5D3x-EK: Enable the interrupt stack in in all configurationsGregory Nutt2013-09-242-2/+2
|
* SAMA5 UDPHS: Minor clean-up of STALL logicGregory Nutt2013-09-231-13/+23
|
* ZKIT-ARM-1769: LED1 is now user controllable. From Rashid FatahGregory Nutt2013-09-232-42/+111
|
* SAMA5D3x-EK AT25 Serial FLASH: Dropping SPI frequency to 10MHz gives more ↵Gregory Nutt2013-09-222-3/+11
| | | | reliable behavior
* Fix minor typos in README fileGregory Nutt2013-09-211-3/+3
|
* SAMA5D3x-EK: Always use UPLL for USB clockingGregory Nutt2013-09-213-18/+14
|
* SAMA5 + HID Keyboard. Fixes to initialize the HID keyboard classGregory Nutt2013-09-201-1/+19
|
* SAMA5 OHCI: Fix some problems with D-Cache coherency and physical ↵Gregory Nutt2013-09-201-0/+16
| | | | addressing related to interrupt endpoints
* Several usability improvements the SAMA5D3x-EK configurationsGregory Nutt2013-09-203-6/+6
|
* Names of some USB device definitions changed to avoid collisionsGregory Nutt2013-09-202-3/+3
|
* SAMA5 OHCI: When UPLL drives OHCI the logically correct divider of 10 does ↵Gregory Nutt2013-09-191-1/+5
| | | | not work; But a divider of 5 does. Why?
* Ran make oldconfig on the SAMA5 NSH configurationGregory Nutt2013-09-181-5/+3
|
* SAMA5: Add support for the FPU OS testGregory Nutt2013-09-184-6/+121
|
* A consequence of previous change: Configurations that select a PHY also ↵Gregory Nutt2013-09-1740-14/+40
| | | | need to set CONFIG_NETDEVICES or PHY configuration will be lost on the next reconfiguration
* Zkit-ARM-1868: MMC/SD is on SPI, not SSP0. From Rashid FatahGregory Nutt2013-09-172-52/+117
|
* SAMA5 EMAC: Changes from early debug sessions. Still a way to goGregory Nutt2013-09-171-0/+58
|
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-1752-123/+123
|
* SAMA5 EMAC: Incremental progress. Still not code completeGregory Nutt2013-09-164-7/+25
|
* SAMA5 Ethernet: Add support for PHY interruptsGregory Nutt2013-09-155-1/+270
|
* STM32: Support for the LeafLabs Maple and Maple Mini boards. From LibraeGregory Nutt2013-09-1321-0/+3327
|
* SAMA5 EMAC and GMAC: More additions to register definition filesGregory Nutt2013-09-131-0/+27
|
* SAMA5: Beginning of EMAC and GMAC register definition header filesGregory Nutt2013-09-121-2/+58
|
* SAMA5D3x-EK README updateGregory Nutt2013-09-121-39/+49
|
* SAMA5 TWI: Misc improvements during debug (still not getting interupts)Gregory Nutt2013-09-121-2/+8
|
* SAMA5D3x-EK: Add support for (external) AT 24C512 EEPROMGregory Nutt2013-09-127-25/+377
|
* SAMA5: Barebones TWI driver implementationGregory Nutt2013-09-111-0/+18
|
* SAMA5D3x-EK demo configuration now supports HSMCI0 and HSMCI1Gregory Nutt2013-09-118-58/+177
|
* SAMA5: Add tracing support to the OHCI driverGregory Nutt2013-09-101-1/+2
|
* Fix a reference counting error in the USB host mass storage classGregory Nutt2013-09-101-10/+87
|
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-091-2/+13
|
* SAMA5: Add support EHCI/OHCI to sama5d3x-ek/demo (does not work yet); Fix ↵Gregory Nutt2013-09-072-7/+69
| | | | some EHCI/OHCI compilation issues when DEBUG is disabled
* Fix warnings in USB MSC when compiled for a high speed device; also fix USB ↵Gregory Nutt2013-09-071-2/+6
| | | | MSC default VID/PID configuration
* Extend USB trace logic. When we are configured to decode and stringify ↵Gregory Nutt2013-09-061-0/+6
| | | | trace data, de-stringification support is not included for class driver trace output
* SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flashGregory Nutt2013-09-069-87/+349
|
* SAMA5D3x-EK: Add a new 'demo' configurationGregory Nutt2013-09-064-5/+1110
|
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned ↵Gregory Nutt2013-09-051-0/+1
| | | | to an endpoint in order to determine the request buffer size. The endpoint has not yet been configured that max packet size may be wrong.
* More renaming examples/usbstorage to examples/usbmscGregory Nutt2013-09-054-0/+676
|