summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* SAMA5D4-EK: Add logic to mount an SD card as a boot deviceGregory Nutt2014-09-031-15/+54
|
* SAMA5D4-EK: Add a configuration for testing the kernel build configuration ↵Gregory Nutt2014-08-311-0/+23
| | | | (still a work in progress)
* Separate flat, protected, and kernel mode library selected into separate ↵Gregory Nutt2014-08-301-0/+5
| | | | files. The conditional logic as exceed my able to comprehend and maintain the selections.
* Enable SYSCALL interface with address environments in the SAMA5D4-EK ELF ↵Gregory Nutt2014-08-301-1/+13
| | | | configuration
* Update README fileGregory Nutt2014-08-281-4/+13
|
* SAMA5 ELF configuration with address environments finally builds without errorsGregory Nutt2014-08-251-0/+4
|
* Misc changed to get the SAMA5 ELF configuration with address environments ↵Gregory Nutt2014-08-251-0/+14
| | | | working
* After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-0/+31
|
* Update README files, Kconfig help comments, and make the network monitor not ↵Gregory Nutt2014-08-181-16/+72
| | | | EXPERIMENTAL
* Update README filesGregory Nutt2014-08-121-1/+3
|
* SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selectedGregory Nutt2014-08-111-1/+8
|
* Updated README filesGregory Nutt2014-08-101-0/+5
|
* Cosmetic changed, updated README files, improved commentsGregory Nutt2014-08-101-0/+23
|
* Update README filesGregory Nutt2014-08-101-0/+57
|
* Updated READMEGregory Nutt2014-08-061-6/+35
|
* WM8904: Update READMEs and defconfigs to last tested configurationGregory Nutt2014-08-041-0/+1
|
* SAMA5 SSC: Start Delay is now configurableGregory Nutt2014-08-011-1/+3
|
* SAMA5 SSC: Frame Synch Delay is now configurableGregory Nutt2014-08-011-2/+5
|
* SAMA5D3X-EK: Add support for the WM8904 audio CODECGregory Nutt2014-07-311-16/+22
|
* Add short document for running the NxWM demoGregory Nutt2014-07-311-4/+14
|
* dd support for a USB keyboard as the NxConsole and text widget input. Not ↵Gregory Nutt2014-07-301-17/+14
| | | | fully functional as of this initial check-in. Basic functionality is there, but there are conditions were the keyboard gets lost.
* Costmetic: Update TODO list, README files, refreshed configuration, updated ↵Gregory Nutt2014-07-301-13/+13
| | | | comments
* SAMA5 HSMCI: e-enable TX DMA and verify that DMA writes to the SD card are ↵Gregory Nutt2014-07-301-13/+4
| | | | functional. They are so now TX DMA is re-enabled in the driver. This might affect the SAMA5D3 platforms where the TX DMA problem was found. The SAMA4D3 and 4 use the same HSMCI driver. Much has change since then and it is not surprising that DMA is now functional. However, the has not be re-verified on the SAMA5D3 which has a different DMA controller.
* Updated README file, cosmetic changes to comments and debug outputGregory Nutt2014-07-301-8/+13
|
* Update TODO listi and READMEGregory Nutt2014-07-291-8/+10
|
* Cosmetic updates to comments and README files and some namingGregory Nutt2014-07-291-6/+42
|
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-291-7/+7
|
* Update ChangeLogGregory Nutt2014-07-291-17/+61
|
* Updated READMEGregory Nutt2014-07-251-9/+32
|
* SAMA5D4-EK NSH: Enable the command line media player in the NSH ↵Gregory Nutt2014-07-231-3/+34
| | | | configuration as well (still does not work, however).
* SAMA5D4 NxWM: Configuration now has the audio subsystem and the NxPlayer ↵Gregory Nutt2014-07-231-42/+82
| | | | enabled
* SAMA5D3/4: All configurations. I suspect a MMC/SD multi-block DMA transfer ↵Gregory Nutt2014-07-231-1/+5
| | | | issue. So for name, this feature is disabled in all configurations
* Update READMEGregory Nutt2014-07-221-20/+10
|
* Updated READMEGregory Nutt2014-07-211-5/+5
|
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-201-2/+29
|
* The WM8904 audio driver is mostly code complete and ready to begin initial ↵Gregory Nutt2014-07-191-6/+3
| | | | testing
* SAMA5: Add slow clock supportGregory Nutt2014-07-191-1/+2
|
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-191-89/+56
|
* WM8904: A few initial definitions for for the SAMA5D4-EKGregory Nutt2014-07-171-0/+29
|
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE ↵Gregory Nutt2014-07-161-1/+1
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* Minor update to READMEGregory Nutt2014-07-131-1/+2
|
* SAMA5D4-EK LCDC: Change source clock to 2*Mck seems to solve stability issuesGregory Nutt2014-07-121-60/+96
|
* Fixes for clean NxWM build; Updated README filesGregory Nutt2014-07-101-11/+12
|
* Update README's to document the new SAMA5D4-EK NxWM configurationGregory Nutt2014-07-101-0/+99
|
* SAMA5D4-EK: Add an NxWM configurationGregory Nutt2014-07-101-0/+10
|
* SAMA5D4-EK: The NX graphics example is now enabled by defaultGregory Nutt2014-07-101-8/+39
|
* SAMA5D4-EK: LCDC works (with a few color problems)Gregory Nutt2014-07-101-1/+1
|
* SAMA5D4-EK: The maXTouch controller and test is now enabled by default in ↵Gregory Nutt2014-07-101-18/+44
| | | | the NSH configuration
* SAMA5D4-EK: Add options to support an LCDGregory Nutt2014-07-081-0/+134
|
* SAMA5D4-EK: Add the button test to the NSH configurationGregory Nutt2014-07-071-15/+60
|