summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* NxWidgets: Fix a typo in the Kconfig fileGregory Nutt2014-07-211-1/+1
|
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-201-9/+10
|
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ↵Gregory Nutt2014-07-171-4/+9
| | | | not seem to make any difference but still seems like a good idea
* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip ↵Gregory Nutt2014-07-171-0/+23
| | | | image height
* Misc changes related to MediaPlayer. Nothing really significantGregory Nutt2014-07-161-0/+6
|
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE ↵Gregory Nutt2014-07-1610-30/+31
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased ↵Gregory Nutt2014-07-161-10/+32
| | | | (in preparation for becoming a CListBox)
* Update ChangeLogGregory Nutt2014-07-141-1/+1
|
* Add larger images for media player. Also options to control spacing and ↵Gregory Nutt2014-07-141-0/+18
| | | | borders on media player windows
* NxWM: Toolbar font ID can now be separately configuredGregory Nutt2014-07-141-5/+26
|
* NxWM: Can now configure to use small or large iconsGregory Nutt2014-07-131-3/+17
|
* Update ChangeLogsGregory Nutt2014-07-111-0/+4
|
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was ↵Gregory Nutt2014-07-116-30/+41
| | | | missing from Kconfig; CONFIG_NET_HAVE_SOLINGER should be CONFIG_NET_SOLINGER; Type of CONFIG_NET_HTTPD_MAXPATH was wrong in Kconfig file. From Max
* SAMA5D4-EK: Add an NxWM configurationGregory Nutt2014-07-101-1/+1
|
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-083-4/+4
|
* Update ChangeLogGregory Nutt2014-07-081-0/+2
|
* WGET: Fix from Rony XlnGregory Nutt2014-07-081-2/+2
|
* SAMA5D4-EK: Add the button test to the NSH configurationGregory Nutt2014-07-071-0/+1
|
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-073-3/+3
|
* NSH Keyboard Input: Worked okay until you try to disabled the keyboardGregory Nutt2014-07-061-6/+14
|
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-051-1/+0
|
* NET: Another missing header file. Noted by Manuel StühnGregory Nutt2014-07-051-0/+2
|
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-0442-12/+96
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* Remove all inclusion of uip.hGregory Nutt2014-07-0418-23/+0
|
* NET: in-progress change... don't useGregory Nutt2014-07-041-0/+1
|
* NET: More renamingGregory Nutt2014-07-042-3/+3
|
* apps/examples: Put examples in alphabetical orderGregory Nutt2014-07-031-4/+4
|
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-0321-84/+84
|
* NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will ↵Gregory Nutt2014-07-031-13/+30
| | | | persist
* Update ChangeLogGregory Nutt2014-07-031-0/+2
|
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-038-88/+452
|
* Remove a warningGregory Nutt2014-07-031-1/+2
|
* Fixes to errors that I introduced from Pelle WinderstamGregory Nutt2014-07-031-3/+3
|
* NET: Misc naming clean-upGregory Nutt2014-07-021-3/+1
|
* Update ChangeLogsGregory Nutt2014-07-021-0/+4
|
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-0235-161/+161
|
* Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.cGregory Nutt2014-07-0214-18/+18
|
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-0253-109/+109
|
* Update ChangeLogsGregory Nutt2014-07-011-0/+3
|
* NSH: if # appears on line, need to comment ignore additinal commands on the lineGregory Nutt2014-07-011-9/+10
|
* DHCPD: Missed name change uip_lock->net_lockGregory Nutt2014-06-301-3/+3
|
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-1/+1
|
* Cosmetic changes, updates to README files, updates to some commentsGregory Nutt2014-06-302-3/+3
|
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-293-3/+3
|
* NET: Renaming of IP address typesGregory Nutt2014-06-293-14/+19
|
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-293-37/+68
|
* SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via ↵Gregory Nutt2014-06-282-2/+2
| | | | TRNG, an NSH startup script, and a RAM disk at /tmp
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-272-2/+2
|
* Update ChangeLogsGregory Nutt2014-06-271-1/+2
|
* NSH: Networking features modified to handle the case of SLIP networks.Gregory Nutt2014-06-272-12/+47
|