129 Commits

Author SHA1 Message Date
Gregory Nutt
d488dd11ee Upate ChangeLogs 2015-04-04 11:52:18 -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
350b065329 Update ChangeLog 2014-10-08 15:52:11 -06:00
Gregory Nutt
0c64afce35 Update ChangeLogs in preparation for the 7.5 release 2014-09-27 09:53:57 -06:00
Gregory Nutt
70db994200 Update ChangeLog 2014-09-20 14:43:30 -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
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
210ab96c92 Update ChangeLog 2014-07-30 17:03:31 -06:00
Gregory Nutt
ae70882ce1 Update ChangeLogs 2014-07-28 12:49:24 -06:00
Gregory Nutt
42ef5ab70d Update ChangeLogs 2014-07-27 19:34:52 -06:00
Gregory Nutt
4353ca97b2 Updated ChangeLog 2014-07-27 10:46:46 -06:00
Gregory Nutt
501d3dc1a3 Update ChangeLogs 2014-07-25 10:13:15 -06:00
Gregory Nutt
3bf1fc10d2 Update ChangeLogs 2014-07-24 15:09:22 -06:00
Gregory Nutt
422fd3ea02 Update ChangeLogs 2014-07-23 18:24:02 -06:00
Gregory Nutt
08539e3e77 Update ChangeLogs 2014-07-23 15:21:03 -06:00
Gregory Nutt
fa74711ee6 Update ChangeLog 2014-07-22 07:49:23 -06:00
Gregory Nutt
087ab16b6d Update ChangeLogs 2014-07-17 13:38:53 -06:00
Gregory Nutt
f62f6b33f3 Update ChangeLog 2014-07-17 12:14:35 -06:00
Gregory Nutt
1f87d19f7d Update ChangeLog 2014-07-17 10:57:50 -06:00
Gregory Nutt
13e0b8509d Update ChangeLog 2014-07-17 10:34:51 -06:00
Gregory Nutt
9067bb92f1 Update ChangeLog 2014-07-17 10:19:54 -06:00
Gregory Nutt
fb00e71771 Update changelog 2014-07-16 14:12:25 -06:00
Gregory Nutt
d551a96690 update changelog 2014-07-16 11:12:22 -06:00
Gregory Nutt
a41e9d7e63 Update ChangeLog 2014-07-15 19:48:29 -06:00
Gregory Nutt
84b1cee5f8 Update Changelog 2014-07-15 17:35:30 -06:00
Gregory Nutt
0dceeb81b4 Update ChangeLog 2014-07-15 09:31:00 -06:00
Gregory Nutt
86e75f5473 Update ChangeLog 2014-07-14 20:39:40 -06:00
Gregory Nutt
636e61b639 Update ChangeLog 2014-07-14 20:11:01 -06:00
Gregory Nutt
fe2ce763f3 Update ChangeLog 2014-07-14 17:00:12 -06:00
Gregory Nutt
12fadbbe2c Update ChangeLog 2014-07-14 13:00:43 -06:00
Gregory Nutt
e82bd68385 Update ChangeLog 2014-07-14 11:22:47 -06:00
Gregory Nutt
f57ae7d18d Update ChangeLogs 2014-07-14 09:24:29 -06:00
Gregory Nutt
499c473c19 Update changelog 2014-07-13 14:23:07 -06:00
Gregory Nutt
ad0553e51d Update ChangeLog 2014-07-13 13:20:18 -06:00
Gregory Nutt
b3809bb57d NxWM: Update NxWM icons 2014-07-13 12:46:55 -06:00
Gregory Nutt
549f65a805 Update ChangeLog 2014-07-13 10:49:13 -06:00
Gregory Nutt
f2585810fa Update changelog 2014-07-13 10:00:01 -06:00
Gregory Nutt
19894fb4bd Update ChangeLog 2014-07-12 16:37:59 -06:00
Gregory Nutt
b407d97f52 Update ChangeLog 2014-07-12 14:41:43 -06:00
Gregory Nutt
ba9e38f79a Fix typo RBG -> RGB in several macros 2014-05-12 13:00:48 -06:00
Gregory Nutt
183012b6b4 Prep for NuttX 7.1 release 2014-03-15 10:05:18 -06:00
Gregory Nutt
b7a4546de2 Preparation for NuttX-6.33 release (maybe tomorrow) 2014-01-29 14:41:18 -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
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
038ffbe07b Prep for the NuttX-6.32 Release 2013-12-07 11:04:08 -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