summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CNxWM::CMediaPlayer: Correct handling of increments to sub-sampling rateGregory Nutt2014-07-272-22/+23
* PCM: First cut at fast forward by subsamplingGregory Nutt2014-07-272-34/+829
* First cut implementation of fast forward and rewind controlsGregory Nutt2014-07-272-29/+115
* Add definitions to support fast forward and rewind configurationGregory Nutt2014-07-272-14/+15
* NxWM::CMediaPlayer: successive presses on fast forward or rewind button now i...Gregory Nutt2014-07-272-17/+47
* Update ChangeLogsGregory Nutt2014-07-272-0/+6
* Move subsampling rate definitions from nxplayer.h to audio.hGregory Nutt2014-07-273-20/+20
* Updated ChangeLogGregory Nutt2014-07-271-0/+3
* NxWM::CMediaPlayer: Need to remember last text box selection or else each ne...Gregory Nutt2014-07-272-1/+12
* ARM: Move L2 cache initialization to much later in the sequenceGregory Nutt2014-07-278-38/+47
* Update ChangeLogGregory Nutt2014-07-261-0/+17
* ARMv7-A L2 Cache currently depends on EXPERIMENTAL because it does not yet wo...Gregory Nutt2014-07-261-1/+1
* ARMv7 L2 Cache: Minor bugfixes/improvementsGregory Nutt2014-07-262-16/+41
* Enables cache early in boot-up sequenceGregory Nutt2014-07-261-2/+7
* Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache opera...Gregory Nutt2014-07-2614-107/+107
* New cache.h file. Renames cp15_XYZ_cache() to arch_XYZ_cache() and addes L2...Gregory Nutt2014-07-261-0/+191
* Rename ARMv7-A cache.h to cp15_cache.h. Things will be broken on this commi...Gregory Nutt2014-07-261-5/+5
* arch/arm/src/armv7-a/arm_l2cc_pl310.c, l2cc.h, l2cc_pl310.h, Kconfig: Add in...Gregory Nutt2014-07-265-20/+1217
* ARMv7-A: L2CC PL310 address filtering is an optional featureGregory Nutt2014-07-252-3/+10
* ARMv7-A: Add missing L2CC PL310 bit definitionsGregory Nutt2014-07-252-5/+85
* Update ChangeLogsGregory Nutt2014-07-251-0/+3
* rch/arm/armv7-a/l2cc_pl310.h: Move arch/arm/sama5/chip/sam_l2cc.h to arch/ar...Gregory Nutt2014-07-254-75/+96
* NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_p...Gregory Nutt2014-07-252-6/+6
* Audio: Fix some compilation issues introduced with some of the recent changesGregory Nutt2014-07-253-10/+12
* Update ChangeLogsGregory Nutt2014-07-252-0/+5
* NxWM::CMediaPlayer: Revise state logic. We need an additional state for the ...Gregory Nutt2014-07-252-58/+98
* PCM Decoder: Add missing audio callback forwarding logicGregory Nutt2014-07-251-1/+62
* Costmetic changeGregory Nutt2014-07-251-13/+13
* Updated READMEGregory Nutt2014-07-251-9/+32
* NxWM:CMediaPlayer: Fix some string handling and memory allocation errorsGregory Nutt2014-07-241-7/+8
* Remove some warningsGregory Nutt2014-07-241-3/+9
* 3rd time is a charm. Max is right, the initial priority setting should be NV...Gregory Nutt2014-07-241-1/+1
* Update ChangeLogGregory Nutt2014-07-241-0/+20
* Oops, should have been NVIC_SYSH_PRIORITY_DEFAULTGregory Nutt2014-07-241-1/+1
* LPC17 Ethernet: Added option to use the kernel worker thread to do most of th...Gregory Nutt2014-07-242-21/+133
* Added burstmode ADC conversion mode, with CONFIG_ADC_BURSTMODE option in Kcon...Gregory Nutt2014-07-241-8/+223
* Mostly cosmetic changes from MaxGregory Nutt2014-07-243-66/+25
* Eliminate warnings. From MaxGregory Nutt2014-07-241-13/+6
* Port ADC, DAC, and PWM logic from the configs/zkit-arm-1769. From Max.Gregory Nutt2014-07-245-11/+502
* Correct the initial value of the BASEPRI register. This was apparently neve...Gregory Nutt2014-07-241-1/+9
* Trivial things from the last commit left in the editorGregory Nutt2014-07-241-3/+4
* Update ChangeLogsGregory Nutt2014-07-243-0/+11
* Changes to integrate with Ken's NxWM::CMediaPlayerGregory Nutt2014-07-243-24/+37
* AMA5D4-EK NxWM: Configuration refreshedGregory Nutt2014-07-241-0/+7
* Fix some compile errors when audio DEBUG is enabledGregory Nutt2014-07-242-6/+6
* More removal of EXTERN on function prototypesGregory Nutt2014-07-241-5/+6
* Lots of changes to integrate with Ken's NxPlayerGregory Nutt2014-07-243-60/+275
* Add a do-notthin, virtual destructor to eliminate a warningGregory Nutt2014-07-241-0/+9
* NxWidgets::CNxString: Add a getAllocSize() method to make it easier to conver...Gregory Nutt2014-07-242-7/+20
* NxWM::CMediaPlayer: Condition out features corresonding to NxPlayer features ...Gregory Nutt2014-07-242-1/+43