summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* fs/binfs/README.txt: Add a README fileGregory Nutt2013-11-135-1/+36
|
* Updated READMEGregory Nutt2013-11-131-12/+50
|
* fs/procfs: Add a tiny, primitive procfs file system. Might get more ↵Gregory Nutt2013-11-1314-8/+1306
| | | | interesting in the future
* README updateGregory Nutt2013-11-121-110/+34
|
* SAMA5D3x-EK updated READMEGregory Nutt2013-11-122-4/+7
|
* SAMA SSC: Add bufffer dump debug instrumentationGregory Nutt2013-11-122-9/+30
|
* SAMA5 SSC: Fix DMA data width: 16 not 32 bitsGregory Nutt2013-11-121-10/+127
|
* SAMA5: Fix issues with RX synchGregory Nutt2013-11-121-16/+51
|
* SAMA5 SSC: With these changes, the TX DMA works. But nothing is received ↵Gregory Nutt2013-11-121-10/+11
| | | | from the loopback
* SAMA5 SSC: Fix an error in the DMA timeout calculationGregory Nutt2013-11-121-12/+24
|
* SAMA5D3x-EK Kconfig: There is no 'else'Gregory Nutt2013-11-121-4/+13
|
* SAMA4 SSC: Additional DEBUG instrumentationGregory Nutt2013-11-122-230/+295
|
* I2S character driver now supports configurable timeoutsGregory Nutt2013-11-122-2/+34
|
* Updated SAMA5D3x-EK README fileGregory Nutt2013-11-111-9/+122
|
* Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver ↵Gregory Nutt2013-11-114-29/+63
| | | | with the I2C character driver loopback test
* SAMA5D3x-EK: Add support for the apps/examples/i2schar testGregory Nutt2013-11-113-3/+167
|
* STM32F429 LTDC header files and framebuffer driver framework from Ken PettitGregory Nutt2013-11-1111-141/+1681
|
* SAMA5 I2S Kconfig updateGregory Nutt2013-11-112-52/+32
|
* Remove unused apb_prepare functionGregory Nutt2013-11-113-38/+3
|
* Support for the Atmel SAM4E family. From MitkoGregory Nutt2013-11-116-4/+619
|
* SAMA5 LCD: More bad color format definitionsGregory Nutt2013-11-101-50/+50
|
* SAMA5 LCD: Fix some bad color format definitionsGregory Nutt2013-11-101-10/+10
|
* SAMA5 I2S: Need to update the count of valid bytes at the conclusion of the ↵Gregory Nutt2013-11-101-4/+22
| | | | read DMA
* I2S simplifed audio buffer queuingGregory Nutt2013-11-104-163/+116
|
* Add apps/examples/i2schar that will eventually use the I2C character drvier ↵Gregory Nutt2013-11-101-1/+1
| | | | 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
* 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
|
* 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
|