summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Make sure that all sim configurations have CONFIG_SIM_M32 undefined. That ↵Gregory Nutt2014-07-211-1/+1
| | | | is probably the wrong default setting, but we need to be consistent above all
* 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 ↵Gregory Nutt2014-07-211-0/+4
| | | | revisit this
* 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. ↵Gregory Nutt2014-07-211-103/+162
| | | | Still problems with HSMCI DMA via XDMAC
* SAMA5 XDMAC: Missing some CUBC bitsGregory Nutt2014-07-211-3/+5
|
* SAMA4D5 HSMCI: Set burst size to 1, sample DMA registers on timeout, and ↵Gregory Nutt2014-07-211-63/+100
| | | | don't return from transfer until BOTH the HSMCI transfer and DMA complete
* XDMAC register sampling missed CIM register; Should not set SWREQ bit in DMA ↵Gregory Nutt2014-07-212-0/+7
| | | | setup
* 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 ↵Gregory Nutt2014-07-201-1/+1
| | | | should)
* 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 ↵Gregory Nutt2014-07-194-509/+571
| | | | testing
* 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 ↵Gregory Nutt2014-07-192-0/+8
| | | | SAMA5D3
* 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 ↵Gregory Nutt2014-07-186-13/+1599
| | | | Ken Pettit's VS1053 driver forced to compile with only WM8904 definitions
* 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 ↵Gregory Nutt2014-07-173-5/+4
| | | | and don't save child status (it is not being reaped)
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ↵Gregory Nutt2014-07-177-22/+38
| | | | not seem to make any difference but still seems like a good idea
* Update ChangeLogsGregory Nutt2014-07-172-1/+4
|
* NxWM::CApplicationWindow: Created the custom font for the toolbar title, ↵Gregory Nutt2014-07-176-0/+11
| | | | but never used it.
* Update ChangeLogGregory Nutt2014-07-171-1/+4
|
* graphics/nxconsole/nxcon_scroll.c: Fix scrolling in the NxConsole for the ↵Gregory Nutt2014-07-171-7/+21
| | | | case of the framebuffer device. In this case, the logic for clearing the vacated region at the bottom was missing so garbage up from the last, uncleared line
* Update ChangeLogGregory Nutt2014-07-171-0/+6
|
* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip ↵Gregory Nutt2014-07-172-7/+36
| | | | image height
* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider ↵Gregory Nutt2014-07-177-32/+90
| | | | height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height
* Update ChangeLogGregory Nutt2014-07-171-1/+3
|
* NxWM::CMediaPlayer: State variable was left in a bad state and caused some ↵Gregory Nutt2014-07-171-2/+10
| | | | problems down the road
* Update ChangeLogGregory Nutt2014-07-171-0/+4
|
* NxWidgets::CImage: Cannot use ↵Gregory Nutt2014-07-171-12/+29
| | | | NxWidgets::CGraphicsPort:drawBitmapGreyScale() because it does not respect transparent or background colors in its current form. The end result is that makes the image background grey as well as the image
* 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. ↵Gregory Nutt2014-07-172-74/+136
| | | | Improved state-related button displayes. Now correctly catches and handles file selection events