Commit Graph

162 Commits

Author SHA1 Message Date
Gregory Nutt
5cef1de5a2 Update README.txt, remove references to appconfig and apps/.config 2014-03-07 14:17:59 -06:00
Gregory Nutt
2527f728f4 Final prep for 6.33 release 2014-01-30 09:45:01 -06:00
Gregory Nutt
b7a4546de2 Preparation for NuttX-6.33 release (maybe tomorrow) 2014-01-29 14:41:18 -06:00
Gregory Nutt
31f053187a The user-mode work queue was not being started 2013-12-31 12:48:11 -06:00
Gregory Nutt
80495b7ae5 NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts to initialize the touchscreen from NxWM in the kernel build 2013-12-30 12:39:23 -06:00
Gregory Nutt
39f42b1cf8 NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled the NxConsole for now because there are issues with the kernel build. 2013-12-30 10:04:34 -06:00
Gregory Nutt
bd7cb3d58a STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configuration 2013-12-29 13:15:08 -06:00
Gregory Nutt
c0e26ad24c Add nx_start() to simplify starting the NX server from within the RTOS 2013-12-29 11:11:48 -06:00
Gregory Nutt
da660d1c6c NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode 2013-12-29 09:46:57 -06:00
Gregory Nutt
0a37711b40 Move rgbcolors.h to include/nuttx/video 2013-12-10 09:29:20 -06:00
Gregory Nutt
cd15af22fa Move include/nuttx/fb.h to include/nuttx/video/fb.h 2013-12-10 09:23:54 -06:00
Gregory Nutt
038ffbe07b Prep for the NuttX-6.32 Release 2013-12-07 11:04:08 -06:00
Gregory Nutt
ef56d18271 Fix typos introduced into NxWM configuration by an earlier check-in today 2013-10-30 17:16:58 -06:00
Gregory Nutt
7a165b1eb9 Saving of touchscreen calibration but be done in CCalbration each time the touchscreen is calibrated, not just once on startup 2013-10-30 11:21:25 -06:00
Gregory Nutt
ecb7bd7c43 Spark configuration updated by David Sidrane 2013-10-30 10:29:51 -06:00
Gregory Nutt
0f8e716d11 Add interface definition for platform-specific storage of configuration data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data. 2013-10-30 10:11:43 -06:00
Gregory Nutt
8508135202 Prep for release 6.31 2013-10-28 14:08:34 -06:00
Gregory Nutt
d9c0ee5a63 Add for audio sub-format in audion system. From Ken Pettit 2013-10-28 12:11:52 -06:00
Gregory Nutt
e940f21b0e Fix some floating point formats in debug statements 2013-10-17 17:54:04 -06:00
Gregory Nutt
dda776d27c SAMA5 TSD: Fix to prohibit reading samples when not valid 2013-10-17 17:26:06 -06:00
Gregory Nutt
c6533b6402 Minor tweaks to debug output; started renaming some icons to include size in the name; SAMA5 NxWM config needs libm 2013-10-17 15:19:26 -06:00
Gregory Nutt
8b207726d3 New touchscreen scaling algorithm for the case where measured X values vary with y position (and vice versa) 2013-10-17 12:07:14 -06:00
Gregory Nutt
07d226c8c5 SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the background 2013-10-15 16:11:33 -06:00
Gregory Nutt
eec375cf0e Add a 320x320 NuttX logo image 2013-10-15 16:10:08 -06:00
Gregory Nutt
4f24c69538 Add a 320x320 NuttX logo image 2013-10-15 16:08:06 -06:00
Gregory Nutt
d9d02140d8 Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbar 2013-10-15 14:29:06 -06:00
Gregory Nutt
341458e123 NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap and adds image scaling 2013-10-15 11:09:20 -06:00
Gregory Nutt
31456e2e6a NxWM::CCalibration: Add logic to collect and average samples, optionally discarding the most extreem values 2013-10-14 18:35:23 -06:00
Gregory Nutt
1393518ba7 NxWM::CCalibration: Add an option to provide some instructions in the center of the calibration screen 2013-10-14 14:52:17 -06:00
Gregory Nutt
c62e1b5cc4 Prep for 6.28 release 2013-06-14 14:30:00 -06:00
Gregory Nutt
981a0b1a78 NxWM::CTaskbar: Add a method to redraw the task bar and the top application. From Petteri Aimonen 2013-06-04 08:11:45 -06:00
Gregory Nutt
a6a07f3e45 Change auto-increment timing in NxWidgets::CNumericEdit. From Petteri Aimonen 2013-06-04 08:02:06 -06:00
Gregory Nutt
1e7b43629a NxWidgets::CImage: Allow NULL bitmaps. From Petteri Aimonen 2013-06-04 07:54:26 -06:00
Gregory Nutt
d69d3cd080 Fix that way that NxWight UnitTests are reigistered as NSH builtin apps 2013-05-30 16:49:20 -06:00
Gregory Nutt
90d063e9dc .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Gregory Nutt
4d79d88e76 Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files 2013-05-30 14:45:31 -06:00
Gregory Nutt
d71736b2d5 Add NxWidgets::CGlyphSliderHorizontal unit test; Fix NxWidgets::CGlyphSliderHorizontal drawing error. From Ken Pettit 2013-05-17 15:07:07 -06:00
Gregory Nutt
85f34cd314 Minor updates to Kconfig and README files 2013-05-17 07:37:09 -06:00
Gregory Nutt
4e5c8e97e8 Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken Pettit. 2013-05-15 16:45:57 -06:00
Gregory Nutt
e067c9337a Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent with other default priorities 2013-05-12 14:31:41 -06:00
Gregory Nutt
9837ed0170 Fixe a race confition in NxWM::CCalibration 2013-05-12 11:47:09 -06:00
Gregory Nutt
27689b5aa5 Smalled CMediaPlayer image from Ken Pettit 2013-05-12 07:47:16 -06:00
Gregory Nutt
18737449ba Add beginning a a media player window to NxWM from Ken Pettit. Still a work in progress 2013-05-11 16:15:51 -06:00
Gregory Nutt
ee1ca5f971 Fix minor typos 2013-04-28 12:00:34 -06:00
Gregory Nutt
9030c9556b Prep for NuttX-6.27 release 2013-04-28 10:56:29 -06:00
Gregory Nutt
d8e05678fe Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen 2013-04-22 08:01:43 -06:00
Gregory Nutt
26e5eb4132 Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
patacongo
b373cf0452 Prep for 6.26 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5745 42af7a65-404d-4744-a932-0658087f49c3
2013-03-15 18:07:34 +00:00
patacongo
804bd95e05 NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
2013-02-28 18:48:11 +00:00
patacongo
a96a12751a STM32 F4 patches from Petteri Aimonen (mostly USB)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5652 42af7a65-404d-4744-a932-0658087f49c3
2013-02-15 14:37:37 +00:00