summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an MTD device wrapper that can used to provide a /dev/config that can be ↵Gregory Nutt2013-11-016-7/+1162
| | | | used for retaining configuration data. From Ken Pettit
* Add skip= and count= options to the NSH hexdump command. From Ken PettitGregory Nutt2013-11-014-27/+111
|
* arch/arm/src/stm32/stm32_usbdev.c: On a failure to bind the class driver, ↵Gregory Nutt2013-10-312-1/+5
| | | | | | the driver reference was being nullified too soon. This caused an exception in usbdev_reset() later. The driver reference will be null ified later usbdev_unregister when the caller gets the error. From David Sidrane
* 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-303-0/+305
|
* apps/platform/mikroe-stm32f4 now support platform-specific configuration ↵Gregory Nutt2013-10-304-2/+42
| | | | data. From Ken Pettit
* Fix typos introduced into NxWM configuration by an earlier check-in todayGregory Nutt2013-10-304-10/+10
|
* 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
|
* Updates to the CC3000 example from David SidraneGregory Nutt2013-10-304-18/+32
|
* Saving of touchscreen calibration but be done in CCalbration each time the ↵Gregory Nutt2013-10-303-2/+24
| | | | touchscreen is calibrated, not just once on startup
* CC3000 driver updates from David SidraneGregory Nutt2013-10-307-80/+104
|
* Spark configuration updated by David SidraneGregory Nutt2013-10-305-33/+44
|
* Fine tuning of memory usage in examples/cc3000 from David SidraneGregory Nutt2013-10-304-10/+13
|
* Add interface definition for platform-specific storage of configuration ↵Gregory Nutt2013-10-307-34/+295
| | | | data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
* apps/platform: A new now for platform-specific applicatin codeGregory Nutt2013-10-3015-8/+331
|
* Minor changes while pondering a camera interfaceGregory Nutt2013-10-295-4/+64
|
* Need to increase the size of an array in tools/kconfig2html.cGregory Nutt2013-10-281-1/+1
|
* 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
|