summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SAMA5D4 XDMAC: Never sets a channel as secure. Will probably have to revisit...Gregory Nutt2014-07-211-0/+4
* SAMA5D4: Fix some HSMCI issues when XDMAC0 is enabledGregory Nutt2014-07-211-29/+38
* NxWidgets: Fix a typo in the Kconfig fileGregory Nutt2014-07-212-2/+2
* SAMA5 HSMCI: Correct multi-block DMA setup; Fixes related to DMA timeout. St...Gregory Nutt2014-07-211-103/+162
* SAMA5 XDMAC: Missing some CUBC bitsGregory Nutt2014-07-211-3/+5
* SAMA4D5 HSMCI: Set burst size to 1, sample DMA registers on timeout, and don'...Gregory Nutt2014-07-211-63/+100
* XDMAC register sampling missed CIM register; Should not set SWREQ bit in DMA ...Gregory Nutt2014-07-212-0/+7
* Fix a commented out assertionGregory Nutt2014-07-201-4/+2
* Update changelogGregory Nutt2014-07-201-0/+3
* Fix typos in commentsGregory Nutt2014-07-201-2/+2
* SAMA5D4-EK: PIO Schmitt trigger logic backwardGregory Nutt2014-07-201-3/+5
* Kconfig: MW8904 driver no longer depends on EXPERIMENTAL (it probably still s...Gregory Nutt2014-07-201-1/+1
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-207-145/+197
* Update ChangeLogGregory Nutt2014-07-191-0/+2
* The WM8904 audio driver is mostly code complete and ready to begin initial t...Gregory Nutt2014-07-194-509/+571
* Update ChangelogGregory Nutt2014-07-191-1/+2
* SAMA5D ADC: Fix some typos in conditional compilationGregory Nutt2014-07-191-12/+12
* SAMA5D4-EK: Add PCK pin disambiguationGregory Nutt2014-07-191-1/+7
* SAMA5 SCK: The SAMA5D3 does things a little differentlyGregory Nutt2014-07-191-1/+34
* SAMA5 PCK: Add support for the slow clock as the PCK clock sourceGregory Nutt2014-07-195-22/+47
* SAMA5: Update slow clock logic. Things work a little differently on the SAM...Gregory Nutt2014-07-192-0/+8
* SAMA5: Add slow clock supportGregory Nutt2014-07-1921-14/+291
* Update ChangeLogGregory Nutt2014-07-191-0/+3
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-199-143/+475
* WM8904: Add initialization logicGregory Nutt2014-07-195-31/+466
* Update ChangeLogGregory Nutt2014-07-181-0/+4
* Framework for a WM8904 audio driver. The initial driver check-in is simply K...Gregory Nutt2014-07-186-13/+1599
* WM8904: Add header file support for this forcoming driverGregory Nutt2014-07-184-3/+1058
* Cosmet updates to some commentsGregory Nutt2014-07-173-4/+4
* 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-177-22/+38
* Update ChangeLogsGregory Nutt2014-07-172-1/+4
* NxWM::CApplicationWindow: Created the custom font for the toolbar title, but...Gregory Nutt2014-07-176-0/+11
* Update ChangeLogGregory Nutt2014-07-171-1/+4
* graphics/nxconsole/nxcon_scroll.c: Fix scrolling in the NxConsole for the ca...Gregory Nutt2014-07-171-7/+21
* Update ChangeLogGregory Nutt2014-07-171-0/+6
* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip im...Gregory Nutt2014-07-172-7/+36
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height;...Gregory Nutt2014-07-177-32/+90
* Update ChangeLogGregory Nutt2014-07-171-1/+3
* NxWM::CMediaPlayer: State variable was left in a bad state and caused some p...Gregory Nutt2014-07-171-2/+10
* Update ChangeLogGregory Nutt2014-07-171-0/+4
* NxWidgets::CImage: Cannot use NxWidgets::CGraphicsPort:drawBitmapGreyScale()...Gregory Nutt2014-07-171-12/+29
* Update ChangeLogGregory Nutt2014-07-171-0/+8
* Cosmetic.. include cstdint instead of stdint.h, et alGregory Nutt2014-07-171-2/+2
* NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. Impro...Gregory Nutt2014-07-172-74/+136