Commit Graph

310 Commits

Author SHA1 Message Date
Gregory Nutt
f6604c7e5c drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line 2015-04-05 16:53:51 -06:00
Gregory Nutt
a13cdd2c39 Update ChangeLogs 2015-04-05 09:46:39 -06:00
Gregory Nutt
a7ebc37b03 Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. The idea is that this will produce better joining between lines 2015-04-05 08:50:01 -06:00
Gregory Nutt
d488dd11ee Upate ChangeLogs 2015-04-04 11:52:18 -06:00
Gregory Nutt
3542cd0282 More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize 2015-04-04 11:49:15 -06:00
Gregory Nutt
e25fb828ef Kconfig files: If external graphics initialization is required, it depends on CONFIG_LIB_BOARDCTL and should set CONFIG_BOARDCTL_GRAPHICS 2015-03-31 16:41:48 -06:00
Gregory Nutt
8ab1540770 Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl(). 2015-03-31 16:20:21 -06:00
Gregory Nutt
ebb17341d0 rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface. 2015-03-31 13:21:25 -06:00
Gregory Nutt
1d840fd976 Preparing for NuttX-7.6 Release 2014-11-26 10:06:43 -06:00
Gregory Nutt
d7831f37b8 Cosmetic update to comments 2014-10-12 10:53:29 -06:00
Gregory Nutt
350b065329 Update ChangeLog 2014-10-08 15:52:11 -06:00
Gregory Nutt
b6c84f5b45 Fix files under NxWidgets to use the corrected syslog interfaces 2014-10-08 15:50:31 -06:00
Gregory Nutt
38af1a529d Fix typos in release notes 2014-09-27 14:11:12 -06:00
Gregory Nutt
05b7674b08 Update ReleaseNotes in preparation for the 7.5 release 2014-09-27 13:24:21 -06:00
Gregory Nutt
0c64afce35 Update ChangeLogs in preparation for the 7.5 release 2014-09-27 09:53:57 -06:00
Gregory Nutt
cc1a749894 Changes to get an NxWM configuration building correctly after all of the naming changes 2014-09-20 16:19:06 -06:00
Gregory Nutt
84ef986ae5 More naming changes to get the stm3240g-eval/nxterm configuration building again 2014-09-20 15:53:28 -06:00
Gregory Nutt
70db994200 Update ChangeLog 2014-09-20 14:43:30 -06:00
Gregory Nutt
a39743bbf3 Change all references to NxConsole to NxTerm 2014-09-20 14:41:45 -06:00
Gregory Nutt
e9e12a5ffb Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM 2014-09-20 14:25:51 -06:00
Gregory Nutt
d4488e79ca Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM* 2014-09-20 14:18:08 -06:00
Gregory Nutt
d78a62aaf0 Remove final traces of the 8015 from the NuttX source tree 2014-09-01 13:21:15 -06:00
Gregory Nutt
171fff2ef0 Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
Gregory Nutt
a322b28cf0 SAM4E-EK: Add an NxWM configuration 2014-08-20 14:15:34 -06:00
Gregory Nutt
45f09cc0bc Update ChangeLogs and ReleaseNotes for 7.4 release (not complete) 2014-08-14 16:01:27 -06:00
Gregory Nutt
6c6fe0ffc9 Update ChangeLogs and ReleaseNotes for 7.4 release (not complete) 2014-08-14 15:46:00 -06:00
Gregory Nutt
6a6881f8e4 NSH Networking: Software assigned MAC address is now configurable. From Lazlo 2014-08-06 09:19:26 -06:00
Gregory Nutt
210ab96c92 Update ChangeLog 2014-07-30 17:03:31 -06:00
Gregory Nutt
aa42efa31b dd support for a USB keyboard as the NxConsole and text widget input. Not fully functional as of this initial check-in. Basic functionality is there, but there are conditions were the keyboard gets lost. 2014-07-30 17:01:51 -06:00
Gregory Nutt
a4656341df Update TODO list 2014-07-30 11:03:42 -06:00
Gregory Nutt
e40617d52a Update TODO listi and README 2014-07-29 20:02:34 -06:00
Gregory Nutt
ae70882ce1 Update ChangeLogs 2014-07-28 12:49:24 -06:00
Gregory Nutt
598dfba79f NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind speed 2014-07-28 12:48:05 -06:00
Gregory Nutt
94cec8caff NXWidgets::CNxWidget: Remove an unused bit field 2014-07-28 12:47:01 -06:00
Gregory Nutt
42ef5ab70d Update ChangeLogs 2014-07-27 19:34:52 -06:00
Gregory Nutt
606d431206 CNxWM::CMediaPlayer: Correct handling of increments to sub-sampling rate 2014-07-27 19:31:52 -06:00
Gregory Nutt
af3ba4fb9a NxWM::CMediaPlayer: successive presses on fast forward or rewind button now increase the subsampling, wrapping back to 2X when the maximum of 16x is reached. 2014-07-27 12:25:15 -06:00
Gregory Nutt
4353ca97b2 Updated ChangeLog 2014-07-27 10:46:46 -06:00
Gregory Nutt
c0d9be145f NxWM::CMediaPlayer: Need to remember last text box selection or else each new Value Change event from the volume slider is confused with a new file selection 2014-07-27 10:46:00 -06:00
Gregory Nutt
ad3862a383 NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_playBitmap 2014-07-25 11:32:23 -06:00
Gregory Nutt
501d3dc1a3 Update ChangeLogs 2014-07-25 10:13:15 -06:00
Gregory Nutt
7b43b0543b NxWM::CMediaPlayer: Revise state logic. We need an additional state for the case where a file is selected, but playing has not yet start. Several other state-related fixes 2014-07-25 10:11:30 -06:00
Gregory Nutt
04152576fa NxWM:CMediaPlayer: Fix some string handling and memory allocation errors 2014-07-24 20:11:37 -06:00
Gregory Nutt
34e0619194 Remove some warnings 2014-07-24 20:02:12 -06:00
Gregory Nutt
3bf1fc10d2 Update ChangeLogs 2014-07-24 15:09:22 -06:00
Gregory Nutt
4c6723f96e Lots of changes to integrate with Ken's NxPlayer 2014-07-24 15:01:05 -06:00
Gregory Nutt
e5ff9a4798 Add a do-notthin, virtual destructor to eliminate a warning 2014-07-24 14:59:00 -06:00
Gregory Nutt
061e95bd91 NxWidgets::CNxString: Add a getAllocSize() method to make it easier to convert CNxStrings to NUL-terminated C strings 2014-07-24 14:57:38 -06:00
Gregory Nutt
80be4efcf1 NxWM::CMediaPlayer: Condition out features corresonding to NxPlayer features that are not enabled 2014-07-24 11:02:39 -06:00
Gregory Nutt
afd005ccde Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hooks for equalizer settings needed by the WM8904 2014-07-24 08:28:10 -06:00