summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
...
* SAMA5D4 NxWM: Configuration now has the audio subsystem and the NxPlayer ena...Gregory Nutt2014-07-233-63/+157
* Audio: Add a NULL audio device that can be used to simply unit-level testing...Gregory Nutt2014-07-235-3/+222
* SAMA5D3/4: All configurations. I suspect a MMC/SD multi-block DMA transfer i...Gregory Nutt2014-07-236-4/+22
* Rename pcm_decode.h to pcm.h since it will hold more than just decoding defin...Gregory Nutt2014-07-221-3/+3
* Add new framework for the PCM decoder. It is now a 'front end' for lower-lev...Gregory Nutt2014-07-224-25/+73
* Update READMEGregory Nutt2014-07-221-20/+10
* Make sure that all sim configurations have CONFIG_SIM_M32 undefined. That is...Gregory Nutt2014-07-211-1/+1
* sim/nettest, updated defconfig fileGregory Nutt2014-07-211-50/+142
* Updated READMEGregory Nutt2014-07-211-5/+5
* SAMA5D4-EK: HSMCI0 must use XDMAC0 (or made unsecure)Gregory Nutt2014-07-212-6/+10
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-202-3/+44
* The WM8904 audio driver is mostly code complete and ready to begin initial t...Gregory Nutt2014-07-191-6/+3
* SAMA5D4-EK: Add PCK pin disambiguationGregory Nutt2014-07-191-1/+7
* SAMA5 PCK: Add support for the slow clock as the PCK clock sourceGregory Nutt2014-07-192-2/+2
* SAMA5: Add slow clock supportGregory Nutt2014-07-1917-13/+33
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-195-125/+451
* WM8904: A few initial definitions for for the SAMA5D4-EKGregory Nutt2014-07-172-0/+58
* SAMA5D4-EK NxWM Configuration: Increase number of preallocated watchdogs and...Gregory Nutt2014-07-173-5/+4
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ...Gregory Nutt2014-07-172-4/+4
* NxWM::CApplicationWindow: Created the custom font for the toolbar title, but...Gregory Nutt2014-07-171-0/+1
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height;...Gregory Nutt2014-07-171-0/+2
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-1637-37/+115
* NxWM::CMediaPlayer: Convert CLabel to a CListBoxGregory Nutt2014-07-161-6/+16
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ...Gregory Nutt2014-07-161-1/+1
* SAMA5D4-EK: Use borders around buttonsGregory Nutt2014-07-141-0/+2
* SAMA4D3/4-EK NxWM: Use larger fontsGregory Nutt2014-07-142-16/+22
* SAMA5D4-EK: Media player is enabled in the NxWM configurationGregory Nutt2014-07-141-1/+1
* SAMA5D3x-EK: use large icons in the NxWM configuration like the SAMA5D4-EKGregory Nutt2014-07-141-6/+29
* Minor update to READMEGregory Nutt2014-07-131-1/+2
* SAMA5D4-EK: NxWM configuration uses large fonts by defaultGregory Nutt2014-07-131-4/+3
* NxWM: Add 47x49 calculator iconGregory Nutt2014-07-131-1/+5
* SAMA5D4-EK: Valid MXT interrupts should only occur on the falling edge of the...Gregory Nutt2014-07-121-2/+2
* SAMA5D4-EK: The MXT should be able to handle an I2C frequency of 400KHzGregory Nutt2014-07-123-3/+7
* SAMA5 LCDC: Back out the delay kludge. Increase the LCDC input clock from MC...Gregory Nutt2014-07-121-13/+0
* SAMA5D4-EK LCDC: Change source clock to 2*Mck seems to solve stability issuesGregory Nutt2014-07-122-61/+99
* SAMA5D4-EK LCDC: Adding a delay after enabling the LCD solves lots of start-...Gregory Nutt2014-07-121-0/+11
* SAMA5D4x-EK NxWM: Update background colors to match the calibration screenGregory Nutt2014-07-111-2/+2
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-112-0/+12
* Clean-up up some warningGregory Nutt2014-07-111-1/+6
* Fixes for clean NxWM build; Updated README filesGregory Nutt2014-07-102-12/+13
* Update README's to document the new SAMA5D4-EK NxWM configurationGregory Nutt2014-07-102-1/+100
* SAMA5D4-EK: Add an NxWM configurationGregory Nutt2014-07-105-2/+1726
* SAMA5D4-EK: The NX graphics example is now enabled by defaultGregory Nutt2014-07-103-13/+150
* SAMA5D4-EK LCD: Actual hardware with appears to be RGB888Gregory Nutt2014-07-101-1/+4
* SAMA5D4-EK: LCDC works (with a few color problems)Gregory Nutt2014-07-102-3/+12
* SAMA5D4-EK: The maXTouch controller and test is now enabled by default in the...Gregory Nutt2014-07-102-21/+61
* SAMA5D44-EK: Cosmetic changesGregory Nutt2014-07-093-7/+12
* Some cosmetic typo fixesGregory Nutt2014-07-0912-154/+14
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-082-2/+2
* SAMA5D4-EK: Add options to support an LCDGregory Nutt2014-07-083-2/+157