summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/nxwm
Commit message (Expand)AuthorAgeFilesLines
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-311-1/+1
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-141-0/+1
* A previous change increased the task name size allocation by one to hold a NU...Gregory Nutt2014-12-171-1/+1
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-011-1/+1
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-161-1/+1
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-161-1/+1
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-111-3/+3
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-1/+1
* Changes to get an NxWM configuration building correctly after all of the nami...Gregory Nutt2014-09-201-0/+5
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-201-3/+3
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-8/+8
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-10/+10
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+0
* Refresh all configurations that have MMUsGregory Nutt2014-08-301-2/+22
* Add ELF CFLAGS and LDFLAGS in some Make.defs filesGregory Nutt2014-08-241-0/+14
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* SAMA5 setenv.sh: Add another CodeSourcery install pathGregory Nutt2014-08-161-0/+1
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
* Update some defconfig files; enable network initialization threadGregory Nutt2014-08-061-16/+38
* SAMA5D4-EK NxWM: The USB keyboard is now the default input deviceGregory Nutt2014-07-301-1/+2
* Costmetic: Update TODO list, README files, refreshed configuration, updated c...Gregory Nutt2014-07-301-2/+9
* The SAMA5D4-EK NSH and NxWM configurations now have the auto-mounter configur...Gregory Nutt2014-07-291-0/+6
* SAMA5: Poll USB keyboard at a higher rate for better responseGregory Nutt2014-07-291-1/+1
* AMA5D4-EK NxWM: Configuration refreshedGregory Nutt2014-07-241-0/+7
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ...Gregory Nutt2014-07-231-0/+6
* SAMA5D4 NxWM: Configuration now has the audio subsystem and the NxPlayer ena...Gregory Nutt2014-07-231-5/+70
* SAMA5D3/4: All configurations. I suspect a MMC/SD multi-block DMA transfer i...Gregory Nutt2014-07-231-1/+1
* SAMA5D4-EK: HSMCI0 must use XDMAC0 (or made unsecure)Gregory Nutt2014-07-211-3/+5
* SAMA5D4-EK NxWM Configuration: Increase number of preallocated watchdogs and...Gregory Nutt2014-07-171-3/+2
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ...Gregory Nutt2014-07-171-2/+2
* 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-161-1/+4
* 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-141-8/+11
* SAMA5D4-EK: Media player is enabled in the NxWM configurationGregory Nutt2014-07-141-1/+1
* SAMA5D4-EK: NxWM configuration uses large fonts by defaultGregory Nutt2014-07-131-4/+3
* SAMA5D4-EK: The MXT should be able to handle an I2C frequency of 400KHzGregory Nutt2014-07-121-1/+3
* 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-111-0/+5
* Clean-up up some warningGregory Nutt2014-07-111-1/+6
* SAMA5D4-EK: Add an NxWM configurationGregory Nutt2014-07-103-0/+1713