summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add CDC/ACM serial driver for the Spark composite configurationGregory Nutt2013-11-072-0/+111
* STM32 F1 USB: Fix OUT SETUP command bug. From David SidraneGregory Nutt2013-11-073-135/+262
* Add support for the STM32F429I-Discovery board from Ken PettitGregory Nutt2013-11-0732-2/+6956
* Support for the STM32F429 from Ken PettitGregory Nutt2013-11-0715-196/+598
* SAMA5 SSC: Mostly cosmetic name changesGregory Nutt2013-11-072-179/+197
* SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driverGregory Nutt2013-11-079-39/+1449
* Initial I2S interface defintionGregory Nutt2013-11-072-0/+180
* SAMA5 PWM: PWM driver is now functionalGregory Nutt2013-11-074-101/+195
* SAMA5 PWM: Cosmetic changes to debug outputGregory Nutt2013-11-061-8/+10
* SAMA5D3x-EK: Add support board-specific PWM testingGregory Nutt2013-11-069-14/+386
* SAMA5 PWM: Driver now in build and configuration systemGregory Nutt2013-11-067-132/+399
* SAMA5 PWM: Add first cut at PWM driverGregory Nutt2013-11-064-2/+1471
* NSH library: Allow USB trace without a USB consoleGregory Nutt2013-11-062-1/+4
* Updated spark configuration from David SidraneGregory Nutt2013-11-054-46/+68
* Correct unitialization of composite USB device. A stale pointer was being re...Gregory Nutt2013-11-054-13/+64
* STM32 F1 USB device: Fix handling of EP0 start for large buffers; Add suppor...Gregory Nutt2013-11-052-14/+126
* Fix a badly applied patch (actually, non-applied because --dry-run was set)Gregory Nutt2013-11-041-1/+1
* SAMA5 CAN: Don't enable some many useless error interruptsGregory Nutt2013-11-041-1/+28
* Fix typo introduced (by me) in the last large set of changes from Ken PettitGregory Nutt2013-11-041-4/+6
* configs/mikroe-stm32f4/fulldemo updated by Ken PettitGregory Nutt2013-11-042-18/+98
* configs/sim/configdata: MTD configuration data driver unit test. From Ken P...Gregory Nutt2013-11-045-2/+751
* SAMA5 CAN: File that I forgot to add in a previous commitGregory Nutt2013-11-041-0/+140
* Updated configuration driver from Ken PettitGregory Nutt2013-11-042-149/+512
* SAMA5 CAN: Fix a data alignment problemGregory Nutt2013-11-033-9/+48
* SAMA5 CAN: Add board-specific initialization logicGregory Nutt2013-11-033-1/+8
* SST25 driver: Added one more use of sst25_cmd. From David SidraneGregory Nutt2013-11-031-8/+1
* Make default request size in the Kconfig file match default in C codeGregory Nutt2013-11-031-13/+29
* Fix to SST25 driver to permit faster write modes. From David SidraneGregory Nutt2013-11-026-51/+58
* Spark config updates from David SidraneGregory Nutt2013-11-022-2/+2
* Need to lock mutex before signalGregory Nutt2013-11-021-1/+3
* Configs update for SST25 SPI from Davide SidraneGregory Nutt2013-11-023-6/+6
* Fixing typos from previous check-ins. Also, missed the ARMv7 IDLE stack colo...Gregory Nutt2013-11-012-23/+52
* Port IDLE/interrupt stack coloration to ARM and ARMv7-A architecturesGregory Nutt2013-11-015-33/+120
* Another updated to the spark configuration from David SidraneGregory Nutt2013-11-011-1/+1
* MTD config: Reduce configuration header overhead. From Ken PettitGregory Nutt2013-11-014-24/+73
* Avoid calling pthread_join() to wait for USB MSC thread to terminate: This d...Gregory Nutt2013-11-014-28/+73
* FAT: Fix error return value. In one failure case, success was being returnedGregory Nutt2013-11-012-1/+4
* Updates to sparck configuration from David SidraneGregory Nutt2013-11-017-66/+45
* Updated spark configuration from David Sidrane, including new USB MSC configu...Gregory Nutt2013-11-018-52/+1290
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-0133-114/+263
* The Mikroe STM32 F4 board now uses /dev/config for configuration data storage...Gregory Nutt2013-11-013-25/+64
* Add an MTD device wrapper that can used to provide a /dev/config that can be ...Gregory Nutt2013-11-016-7/+1162
* arch/arm/src/stm32/stm32_usbdev.c: On a failure to bind the class driver, the...Gregory Nutt2013-10-312-1/+5
* Fix erase block vs page block confusion in MTD partition logic. From Ken PettitGregory Nutt2013-10-312-6/+10
* SAMA5 PWM register definition header fileGregory Nutt2013-10-312-2/+644
* Missing files from last CC3000 driver update from David SidraneGregory Nutt2013-10-312-0/+488
* Missing file that I forgot to add in the last commitGregory Nutt2013-10-302-0/+45
* SAMA5 SSC: Add SSC register definition header fileGregory Nutt2013-10-302-0/+306
* Updated Spark board configuration from David SidraneGregory Nutt2013-10-301-1/+1
* Updated CC3000 driver from David SidraneGregory Nutt2013-10-3010-455/+168