summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* configs/sim/configdata: MTD configuration data driver unit test. From Ken P...Gregory Nutt2013-11-041-2/+3
* Updated configuration driver from Ken PettitGregory Nutt2013-11-041-0/+2
* SAMA5 CAN: Fix a data alignment problemGregory Nutt2013-11-031-1/+1
* SAMA5 CAN: Add board-specific initialization logicGregory Nutt2013-11-031-0/+3
* Fix to SST25 driver to permit faster write modes. From David SidraneGregory Nutt2013-11-021-1/+9
* MTD config: Reduce configuration header overhead. From Ken PettitGregory Nutt2013-11-011-1/+3
* Avoid calling pthread_join() to wait for USB MSC thread to terminate: This d...Gregory Nutt2013-11-011-0/+6
* FAT: Fix error return value. In one failure case, success was being returnedGregory Nutt2013-11-011-1/+3
* Updated spark configuration from David Sidrane, including new USB MSC configu...Gregory Nutt2013-11-011-0/+3
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-0/+3
* The Mikroe STM32 F4 board now uses /dev/config for configuration data storage...Gregory Nutt2013-11-011-0/+2
* Add an MTD device wrapper that can used to provide a /dev/config that can be ...Gregory Nutt2013-11-011-1/+4
* arch/arm/src/stm32/stm32_usbdev.c: On a failure to bind the class driver, the...Gregory Nutt2013-10-311-0/+5
* Fix erase block vs page block confusion in MTD partition logic. From Ken PettitGregory Nutt2013-10-311-0/+3
* SAMA5 PWM register definition header fileGregory Nutt2013-10-311-2/+3
* SAMA5 SSC: Add SSC register definition header fileGregory Nutt2013-10-301-0/+2
* CC3000 driver updates from David SidraneGregory Nutt2013-10-301-0/+2
* Spark configuration updated by David SidraneGregory Nutt2013-10-301-0/+4
* Prep for release 6.31nuttx-6.31Gregory Nutt2013-10-281-6/+6
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-281-13/+16
* SAMA5 ADC: Seems functional in all modes including DMAGregory Nutt2013-10-281-0/+4
* sched/sched_releasetcb.c: Fix an error handling case where a pthread start-u...Gregory Nutt2013-10-271-0/+4
* STM32 SPI DMA: Fix related to CONFIG_STM32_DMACAPABLE from Ken PettitGregory Nutt2013-10-271-0/+2
* Updated Mikroe STM32F4 configuration from Ken PettitGregory Nutt2013-10-271-0/+2
* Updated VS1053 audio driver from Ken PettitGregory Nutt2013-10-271-0/+4
* SAMA5: Register definition file for camera interfaceGregory Nutt2013-10-261-0/+2
* CC3000 driver update from David Sidrane (part 2 of 2)Gregory Nutt2013-10-251-0/+2
* Updated Spark board configuration from David SidraneGregory Nutt2013-10-251-0/+2
* Add ioctl to support software triggering of ADC/DAC conversionsGregory Nutt2013-10-251-0/+3
* SAMA5D3x-EK: Add support for app/examples/adcGregory Nutt2013-10-241-0/+3
* KL25: Update build for compatibility with recent CC3000 changesGregory Nutt2013-10-241-0/+3
* SAMA5: Hook in timer/counter logic so that it can driver periodic ADC samplingGregory Nutt2013-10-241-1/+3
* Added support for the Olimex STM32 P207 board. From Martin LederhilgerGregory Nutt2013-10-241-0/+6
* Add support for the STM32F207ZE chip. From Martin LederhilgerGregory Nutt2013-10-241-1/+3
* CC3000 driver update from David SidraneGregory Nutt2013-10-241-0/+4
* SAMA5 Timer/counter libraryGregory Nutt2013-10-231-0/+2
* STM32 F1 DAM fix from David SidraneGregory Nutt2013-10-231-0/+3
* Add logic to enable DEBUG_NET if NET=n but WL_CC3000=yGregory Nutt2013-10-231-0/+4
* Update ChangelogGregory Nutt2013-10-231-0/+6
* SAMA5 CAN: Driver is now code complete but still untestedGregory Nutt2013-10-221-2/+3
* SAMA5: Beginning of a CAN driverGregory Nutt2013-10-211-0/+3
* SAMA5 CAN: Add register definition fileGregory Nutt2013-10-211-0/+2
* scanf() fixes from kfrolov: 1) sscanf() function hangs in the following examp...Gregory Nutt2013-10-211-1/+6
* SAMA5 TC: Add timer/counter register definition fileGregory Nutt2013-10-201-0/+2
* SAMA5 demo configuration: TRNG and /dev/random are now enabledGregory Nutt2013-10-201-0/+3
* SAMA5 TRNG: Add a /dev/random driver based on the SAMA5D3 TRNG peripheralGregory Nutt2013-10-201-1/+2
* SAMA5: Initial WDT timer (untested)Gregory Nutt2013-10-191-0/+2
* SAMA5: Hook RTC into build system; Finish RTC alarm logic; Verify correct be...Gregory Nutt2013-10-191-1/+5
* Add instructions to enable RTC in the nsh/ configuration; RTC enabled by defa...Gregory Nutt2013-10-191-1/+3
* Add CONFIG_DEBUG_RTCGregory Nutt2013-10-191-0/+1