summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prep for release 6.31nuttx-6.31Gregory Nutt2013-10-286-68/+574
|
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-288-80/+246
|
* SAMA5 ADC: Seems functional in all modes including DMAGregory Nutt2013-10-287-60/+179
|
* Minor, costmetic things that were still unsaved in my editorGregory Nutt2013-10-271-5/+5
|
* CC3000 driver updates from David SidraneGregory Nutt2013-10-272-9/+13
|
* configs/spark: Spark NSH configuration updated from David SidraneGregory Nutt2013-10-271-23/+22
|
* drivers/mtd/sst.c: Fixes for 512 byte sector mode. From David SidraneGregory Nutt2013-10-271-1/+1
|
* apps/examples/cc3000: Updated by David SidraneGregory Nutt2013-10-273-5/+28
|
* sched/sched_releasetcb.c: Fix an error handling case where a pthread ↵Gregory Nutt2013-10-272-1/+5
| | | | start-up fails early, before the task type has been saved in the TCB. It is safer to use the sched_releasetcb() task type argument instead of relying on the task type in the TCB to be valid. Reported by David Sidrane
* STM32 SPI DMA: Fix related to CONFIG_STM32_DMACAPABLE from Ken PettitGregory Nutt2013-10-272-23/+26
|
* SAMA5 ADC: If DMA is enabled, then you should be able to configuration ↵Gregory Nutt2013-10-272-6/+45
| | | | larger DMA transfers
* SAMA5 README updateGregory Nutt2013-10-271-0/+63
|
* SAMA5 ADC: Fix sample frequency scaling and sequencer setupGregory Nutt2013-10-271-42/+66
|
* SAMA5 ADC: Correct setup of time compare registersGregory Nutt2013-10-271-1/+1
|
* Updated Mikroe STM32F4 configuration from Ken PettitGregory Nutt2013-10-277-66/+239
|
* Updated VS1053 audio driver from Ken PettitGregory Nutt2013-10-276-47/+1601
|
* Updated REAMDE documentationGregory Nutt2013-10-272-1/+8
|
* Remove trailing whitespaceGregory Nutt2013-10-275-74/+74
|
* Updated audio subsystem from Ken PettitGregory Nutt2013-10-276-231/+1061
|
* Add apps/system/nxplayer media player from Ken PettitGregory Nutt2013-10-2711-3/+2816
|
* drivers/wireless/cc3000: CC3000 driver update from David SidraneGregory Nutt2013-10-261-1/+1
|
* configs/spark: Spark configuration update from David SidraneGregory Nutt2013-10-264-17/+52
|
* apps/examples/cc3000 update from David SidraneGregory Nutt2013-10-261-3/+5
|
* SAM3/4 serial: Same supersitituous change as for SAMA5Gregory Nutt2013-10-261-2/+1
|
* SAMA5 serial: Restore logic to minimize TX interrupts. Oddly, seems to ↵Gregory Nutt2013-10-263-4/+3
| | | | improve ADC stability
* SAMA5 TC: Debug instrumentationGregory Nutt2013-10-263-45/+99
|
* SAMA5: Register definition file for camera interfaceGregory Nutt2013-10-263-1/+330
|
* CC3000 driver update from David Sidrane (part 2 of 2)Gregory Nutt2013-10-257-424/+296
|
* CC3000 driver update from David SidraneGregory Nutt2013-10-2513-892/+2802
|
* Updated Spark board configuration from David SidraneGregory Nutt2013-10-253-48/+26
|
* apps/examples/cc3000 updated by David SidraneGregory Nutt2013-10-257-25/+108
|
* arch/arm/src/sama5/sam_adc.c: Remove a warningGregory Nutt2013-10-251-0/+2
|
* Add ioctl to support software triggering of ADC/DAC conversionsGregory Nutt2013-10-254-9/+49
|
* apps/examples/adc: Add support for software triggeringGregory Nutt2013-10-253-2/+27
|
* sam_tc.c: Fix a timer initialization bugGregory Nutt2013-10-251-17/+19
|
* SAMA5 ADC+TC: Several updates/fixes from ongoing debugGregory Nutt2013-10-255-35/+44
|
* SAMA5 ADC+TC: Early debug fixes + lots of new debug instrumentationGregory Nutt2013-10-245-23/+239
|
* SAMA5D3x-EK: Add support for app/examples/adcGregory Nutt2013-10-245-24/+38
|
* KL25: Update build for compatibility with recent CC3000 changesGregory Nutt2013-10-242-1/+8
|
* SAMA5: Add ADC-side of the logic to hook in timer/counter logic needed to ↵Gregory Nutt2013-10-243-62/+77
| | | | drive periodic ADC sampling
* SAMA5: Hook in timer/counter logic so that it can driver periodic ADC samplingGregory Nutt2013-10-247-77/+603
|
* Added support for the Olimex STM32 P207 board. From Martin LederhilgerGregory Nutt2013-10-2417-94/+134
|
* STM32 PWM and ADC: Add some bits that should have been cleared. From ↵Gregory Nutt2013-10-242-2/+2
| | | | Martin Lederhilger
* Add support for the STM32F207ZE chip. From Martin LederhilgerGregory Nutt2013-10-243-2/+45
|
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-242-1/+3
|
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-2418-0/+3429
|
* CC3000 driver update from David SidraneGregory Nutt2013-10-242-17/+41
|
* Spark configuration update from David SidraneGregory Nutt2013-10-241-7/+12
|
* apps/examples/cc3000 update from David Sidrane. Plus some kruft removalGregory Nutt2013-10-244-325/+343
|
* Telnetd: Missing argument in debug statement can cause crash in certain ↵Gregory Nutt2013-10-243-2/+5
| | | | error conditions. From David Sidrane