Commit Graph

25439 Commits

Author SHA1 Message Date
ziggurat29
d3fbd86657 bug in smart.c; return code of smart_scan not checked, can cause success result in failure case, leading to 'dev' pointer being invalid. 2016-04-27 19:33:45 -05:00
ziggurat29
ac6d2a301b Merged nuttx/nuttx into master 2016-04-27 09:13:51 -05:00
Gregory Nutt
48f66c15c1 Merge branch 'master' of https://bitbucket.org/nuttx/nuttx 2016-04-27 00:19:22 -06:00
David Sidrane
6a6a089af4 Fix a warning 2016-04-27 00:19:00 -06:00
Gregory Nutt
5c25e18005 Merged in ziggurat29/nuttx/SRAM2featurettes (pull request #7)
add configuration options to allow SRAM2 to be used for heap, or not at all, and to zero-init it on OS start, or not at all.
2016-04-26 23:48:17 -06:00
ziggurat29
31e7f6fd00 add configuration options to allow SRAM2 to be used for heap, or not at all, and to zero-init it on OS start, or not at all. 2016-04-26 10:12:13 -05:00
ziggurat29
1218ee5f51 bug in binding peripheral to dma channel; inverted sense of a bitmask 2016-04-25 10:27:02 -05:00
ziggurat29
cb15ec1d9b Merged nuttx/nuttx into master 2016-04-25 09:38:22 -05:00
Gregory Nutt
2d3529294e Merged in ziggurat29/nuttx/stm32l4_qspi_005 (pull request #6)
QSPI DMA support in STM32L4, and DMA fixes...
2016-04-24 16:53:33 -06:00
Gregory Nutt
533aa4d97d Update README and NuttX.html 2016-04-24 15:33:59 -06:00
ziggurat29
1baf943dca update stm32l4 disco board to reflect QSPI DMA support; refresh defconfig 2016-04-24 16:29:52 -05:00
ziggurat29
8d4dccb3b9 add DMA support to QSPI; tested. Updated Kconfig to more cleanly present the options and defaults. 2016-04-24 16:28:30 -05:00
ziggurat29
0f8dc3e7b4 fixed missing DMA peripheral selection and some header defines, updated various comments to be accurate 2016-04-24 16:23:47 -05:00
Gregory Nutt
422769e859 Update README. Improve some debug output. 2016-04-23 14:27:32 -06:00
ziggurat29
41c53b9076 Merged nuttx/nuttx into master 2016-04-23 14:50:46 -05:00
Gregory Nutt
d4ac277df8 Mostly costmetic updates to comments, README 2016-04-23 13:26:52 -06:00
Gregory Nutt
b9c2b92b10 Add utilities to count the number of nodes in a queue 2016-04-23 13:25:46 -06:00
ziggurat29
4f51a83358 Merge branch 'master' of https://bitbucket.org/ziggurat29/nuttx 2016-04-23 14:18:57 -05:00
ziggurat29
37a33fd876 Merge branch 'stm32l4_qspi_004' 2016-04-23 14:18:11 -05:00
ziggurat29
37c25de924 Merged nuttx/nuttx into master 2016-04-23 14:16:08 -05:00
Gregory Nutt
aed10e0e49 Cosmetic changes from last PR 2016-04-23 12:51:46 -06:00
Gregory Nutt
0d3a0bf603 Merged in ziggurat29/nuttx/stm32l4_qspi_004 (pull request #5)
add QSPI memory mapped mode support.  tested.  QSPI may enter and exit memory mapped mode; while in effect, other operations (e.g. command, memory) will fail with -EBUSY.
2016-04-23 12:46:19 -06:00
Gregory Nutt
b7940e9389 VNC: Fix some backward logic in a wait loop 2016-04-23 12:32:42 -06:00
ziggurat29
0b8f953f49 Merged nuttx/nuttx into master 2016-04-23 12:12:30 -05:00
Gregory Nutt
0d57612d13 VNC: Need to handle connection closed events 2016-04-23 10:57:28 -06:00
ziggurat29
8c0c70ab12 add QSPI memory mapped mode support. tested. QSPI may enter and exit memory mapped mode; while in effect, other operations (e.g. command, memory) will fail with -EBUSY. 2016-04-23 11:54:03 -05:00
Gregory Nutt
47a33cbb64 VNC: Ignore client framebuffer updates if nothing has changed (we can does this because client requests incremental updates 2016-04-23 10:22:54 -06:00
Gregory Nutt
f3499b173a VNC: Fix a memory clobblering bug 2016-04-23 10:21:49 -06:00
Gregory Nutt
e723fc7fd4 VNC: Add option to enable VNC server debug without GRAPHICS debug 2016-04-23 09:06:39 -06:00
Gregory Nutt
fab5a71fe5 Add a VNC NxWM configuration to support further VNC testing 2016-04-23 08:21:15 -06:00
Gregory Nutt
8c1534e3ed VNC: Finish initializing the VNC server once we have the NX handle 2016-04-22 13:39:35 -06:00
Gregory Nutt
47c2b3d4a7 VNC: Add default mouse/keyboard input handlers 2016-04-22 12:48:27 -06:00
Gregory Nutt
3527a5a5d7 Update README.txt 2016-04-22 10:13:53 -06:00
Gregory Nutt
2a928cbdbe VNC: Verify RGB8 operation; samv71-xult: VNC configuration now uses RGB8 by defualt 2016-04-22 08:57:42 -06:00
Gregory Nutt
e2f17ce7e7 Trivial changes from review 2016-04-22 07:42:37 -06:00
Gregory Nutt
8f6ddcb73f Merged in david_s5/nuttx/upstream_togreg (pull request #4)
Fixed const warning
2016-04-22 07:35:21 -06:00
Gregory Nutt
57449d9c8f Updte changelog 2016-04-22 07:29:44 -06:00
Marco Krahl
3537f93cfb stm32f429i-disco: Set default spi clock frequency for display initializing 2016-04-22 07:28:21 -06:00
Marco Krahl
8b36a83df1 stm32: fix wrong FSCM pin mapping for stm32f42x 2016-04-22 07:27:00 -06:00
David Sidrane
fd794111ad Fixed const warning 2016-04-21 16:45:32 -10:00
Gregory Nutt
ceac1dcaee Update README 2016-04-21 16:15:56 -06:00
Gregory Nutt
1e7b8b80ac Add a mechanism to get remote keyboard and mouse inputs 2016-04-21 14:52:25 -06:00
Gregory Nutt
c25a9b4833 Update a configuration 2016-04-21 13:19:15 -06:00
Gregory Nutt
05f720f838 VNC: Flush the update queue whenever the client asks for a whole screen update 2016-04-21 12:38:36 -06:00
Gregory Nutt
be1677ba25 VNC: Client may request pixel data in either big- or little- endian order 2016-04-21 12:18:35 -06:00
Gregory Nutt
98e4de73e2 VNC: Discard previously queued updates if the client requesta a whole screen update 2016-04-21 09:47:26 -06:00
SP
a9af194688 ChangeLog: Correct typo 2016-04-21 08:27:27 -06:00
Gregory Nutt
eb8c7f1641 VNC: Correct pixel width in RRE encoding 2016-04-21 08:16:33 -06:00
ziggurat29
6ce2c069d5 Merged nuttx/nuttx into master 2016-04-20 20:28:02 -05:00
Gregory Nutt
79e577eae1 VNC: Add support for (1) an 8-bit local frame buffer format and (2) a configurable server name 2016-04-20 17:47:47 -06:00