summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add apps/examples/i2schar that will eventually use the I2C character drvier ↵Gregory Nutt2013-11-1013-8/+1154
| | | | to verify I2S
* libc/audio/lib_buffer.c must must correct allocation for execution domainGregory Nutt2013-11-102-16/+42
|
* Small but important typo in the last commitGregory Nutt2013-11-101-6/+2
|
* SAMA5 SSC: Add support for loopback mode. Plus unrelated Make.defs file ↵Gregory Nutt2013-11-104-1/+96
| | | | from the last checkin
* Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared ↵Gregory Nutt2013-11-106-8/+18
| | | | betweent he OS and applications in a kernel build
* VS1053 worker thread stack size is now configurable; Worker thread is named ↵Gregory Nutt2013-11-104-6/+24
| | | | via pthread_setname_np(). From Ken Pettit
* NxPlayer play thread stack size is now configurable; all NxPlayer threads ↵Gregory Nutt2013-11-104-4/+21
| | | | are named via pthread_setname_np(). From Ken Pettit
* Freedom KL25Z: Add PWM support. From Alan Carvalho de AssisGregory Nutt2013-11-105-8/+174
|
* Kinetis KL: PWM driver from Alan Carvalho de AssisGregory Nutt2013-11-105-0/+1011
|
* Add an I2S character driver. This driver is only intended to support I2S ↵Gregory Nutt2013-11-106-68/+579
| | | | testing and is inappropriate for use with real I2S devices
* STM32F429I-Discovery: Add support for the usbnsh and usbmsc configurations ↵Gregory Nutt2013-11-1015-50/+2638
| | | | using the OTG HS peripheral in FS mode. From Ken Pettit.
* STM32 OTG FS device and host drivers extended so that they can support ↵Gregory Nutt2013-11-1010-21/+90
| | | | either the OTG FS peripheral or the OTG HS peripheral (in FS mode). This was done as a quick way to get USB support on the STM32F429 which has only OTG HS. From Ken Pettit
* SAMA5D3x-EK README: Add description of WM8904 CODECGregory Nutt2013-11-101-35/+63
|
* SAMA5 I2S: Try to chain as many DMAs together as possibleGregory Nutt2013-11-091-70/+144
|
* SAMA5 I2S: Fix compile errors when all debug options enabledGregory Nutt2013-11-091-14/+33
|
* SAMA5 I2S: Driver is code complete, untested and subject to some rethinkingGregory Nutt2013-11-094-315/+881
|
* Updated Spark README from David SidraneGregory Nutt2013-11-081-31/+110
|
* Spark: move CDC/ACM .inf Windows driver files into the spark/scripts directoryGregory Nutt2013-11-082-108/+0
|
* SAMA5 I2S: Improved I2S bufferingGregory Nutt2013-11-083-98/+853
|
* SAMA5 SSC: Updated I2S driverGregory Nutt2013-11-083-207/+799
|
* Back out a small part of the recent STM32 usbdev fix. From David SidraneGregory Nutt2013-11-071-10/+1
|
* Add an apps/examples/usbserial configuration for the Spark. From David SidraneGregory Nutt2013-11-075-0/+1199
|
* apps/examples/composite: Bug fix. Wrong handle being nullified. From ↵Gregory Nutt2013-11-072-1/+3
| | | | David Sidrane
* 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-064-34/+41
|
* Updated spark configuration from David SidraneGregory Nutt2013-11-054-46/+68
|
* Correct unitialization of composite USB device. A stale pointer was being ↵Gregory Nutt2013-11-055-14/+67
| | | | reused. From David Sidrane
* STM32 F1 USB device: Fix handling of EP0 start for large buffers; Add ↵Gregory Nutt2013-11-052-14/+126
| | | | support for decoded USB trace strings. From Davice Sidrane
* 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
|
* apps/platform/mikroe-stm32f4 updated to use new MTD configuratino driver ↵Gregory Nutt2013-11-042-49/+56
| | | | features
* configs/sim/configdata: MTD configuration data driver unit test. From Ken ↵Gregory Nutt2013-11-045-2/+751
| | | | Pettit
* apps/example/configdata: Unit test for the MTD configuration data driverGregory Nutt2013-11-048-0/+969
|
* 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
|