Gregory Nutt
|
98855649c2
|
Can't use prctl is CONFIG_TASK_NAME_SIZE==0
|
2016-10-06 10:40:15 -06:00 |
|
Petteri Aimonen
|
a910c967ba
|
Add task name to NxWidgets::CNxServer and NxWM:CTouchScreen
|
2016-09-22 12:07:26 -06:00 |
|
Gregory Nutt
|
4ffdfac6a2
|
Fix more paths to apps/include header files
|
2016-07-21 15:42:13 -06:00 |
|
Gregory Nutt
|
49cbf69c91
|
Fix include path to nshlib.h
|
2016-07-21 15:38:52 -06:00 |
|
Gregory Nutt
|
5c88a33fea
|
apps/include/nsh.h moved to apps/include/nshlib/nshlib.h
|
2016-07-01 07:00:06 -06:00 |
|
Gregory Nutt
|
07e1ff3aca
|
Changes for movement of header files from apps/system to apps/include/system
|
2016-07-01 06:50:38 -06:00 |
|
Gregory Nutt
|
f5febf7ff2
|
Replace info() with _info()
|
2016-06-16 12:01:43 -06:00 |
|
Gregory Nutt
|
837d5044e9
|
Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 18:29:34 -06:00 |
|
Gregory Nutt
|
1a48f82d6b
|
Fix some warnings
|
2016-06-13 12:06:59 -06:00 |
|
Gregory Nutt
|
b739d60ff6
|
Change names of *dbg() * *err()
|
2016-06-11 15:54:33 -06:00 |
|
Gregory Nutt
|
e1b19736bd
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:16:01 -06:00 |
|
Gregory Nutt
|
a5e7009008
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:55:17 -06:00 |
|
Gregory Nutt
|
b99f42ace6
|
Eliminate some warnings
|
2016-06-05 11:57:52 -06:00 |
|
Gregory Nutt
|
90d0300d46
|
When boardctl() fails, need to print errno not the returned value which will always be -1.
|
2015-04-16 09:11:48 -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
|
d7831f37b8
|
Cosmetic update to comments
|
2014-10-12 10:53:29 -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
|
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
|
6a6881f8e4
|
NSH Networking: Software assigned MAC address is now configurable. From Lazlo
|
2014-08-06 09:19:26 -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
|
598dfba79f
|
NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind speed
|
2014-07-28 12:48:05 -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
|
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
|
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
|
4c6723f96e
|
Lots of changes to integrate with Ken's NxPlayer
|
2014-07-24 15:01:05 -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
|
7d814aa2b1
|
Need debug output from CMediaPlayer if either audio or graphics debug enabled
|
2014-07-24 06:52:54 -06:00 |
|
Gregory Nutt
|
2142630106
|
NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, sets device, and releases handle. Lots more to be done
|
2014-07-23 18:19:00 -06:00 |
|
Gregory Nutt
|
492518a43a
|
Fix missing right parenthesis in conditional compilation; Also, should use strcasecmp vs. strcmp when comparing for matches in extension
|
2014-07-23 17:20:52 -06:00 |
|
Gregory Nutt
|
c4fa22d933
|
NxWM::CMediaPlayer: Add logic to read files from the media mountpoint, filter them by extension, and display the file names in the listbox
|
2014-07-23 14:47:38 -06:00 |
|
Gregory Nutt
|
1cf57a4097
|
NxWidgets::CTaskbar: Fix type of return value fromopenRawWindow() method. From Petteri Aimonen
|
2014-07-22 07:36:08 -06:00 |
|
Gregory Nutt
|
c8e7cce4f8
|
Cosmet updates to some comments
|
2014-07-17 17:58:24 -06:00 |
|
Gregory Nutt
|
689797562f
|
NxWM: Increase default priority of mouse and keyboard listener threads. Does not seem to make any difference but still seems like a good idea
|
2014-07-17 15:06:05 -06:00 |
|
Gregory Nutt
|
1db74a3494
|
NxWM::CApplicationWindow: Created the custom font for the toolbar title, but never used it.
|
2014-07-17 13:38:37 -06:00 |
|
Gregory Nutt
|
5af2bcff94
|
NxWM::CMediaPlayer: Now calculates the volume slider height from the grip image height
|
2014-07-17 12:14:04 -06:00 |
|
Gregory Nutt
|
4a34820526
|
NxWM::CMediaPlayer: State variable was left in a bad state and caused some problems down the road
|
2014-07-17 10:57:32 -06:00 |
|
Gregory Nutt
|
47c361c36f
|
NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. Improved state-related button displayes. Now correctly catches and handles file selection events
|
2014-07-17 10:18:36 -06:00 |
|
Gregory Nutt
|
b998c623da
|
MXT driver: Fix error in thread test... backward logic
|
2014-07-16 22:13:41 -06:00 |
|
Gregory Nutt
|
f5626ea605
|
Misc changes related to MediaPlayer. Nothing really significant
|
2014-07-16 19:20:44 -06:00 |
|
Gregory Nutt
|
b1e7a4e4f8
|
Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN
|
2014-07-16 16:31:31 -06:00 |
|
Gregory Nutt
|
becc6901db
|
NxWM::CMediaPlayer: Convert CLabel to a CListBox
|
2014-07-16 14:11:02 -06:00 |
|
Gregory Nutt
|
9a471672b3
|
NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox)
|
2014-07-16 11:11:55 -06:00 |
|
Gregory Nutt
|
c3401b677b
|
NxWM::CMediaPlayer: Fix memory leak
|
2014-07-16 07:16:12 -06:00 |
|
Gregory Nutt
|
e602d5b722
|
NxWM::CMediaPlayer: Two places where use of play and pause buttons reversed
|
2014-07-15 20:26:37 -06:00 |
|