Gregory Nutt
|
64ed00c659
|
Merged in ziggurat29/nuttx/stm32l4_qspi_003 (pull request #3)
QSPI interrupt driven mode is now implemented
|
2016-04-19 06:55:31 -06:00 |
ziggurat29
|
12bcf1b8f0
|
Merged nuttx/nuttx into master
|
2016-04-19 07:02:55 -05:00 |
ziggurat29
|
ca6cb85456
|
QSPI interrupt driven mode is now implemented
|
2016-04-19 06:55:12 -05:00 |
Gregory Nutt
|
1ae24ddf77
|
VNC: Add more debug output; fix a bad assertion
|
2016-04-18 19:02:40 -06:00 |
Gregory Nutt
|
6cfe56202d
|
Backout 3f731241cb . It is a good idea, but has some unpleasant side effect... like SYSLOG and dbg() no longer work
|
2016-04-18 18:55:36 -06:00 |
Gregory Nutt
|
5997373b55
|
VNC: Fix some obvious logic and coding errors found in early testing
|
2016-04-18 15:34:39 -06:00 |
Gregory Nutt
|
8f26e46c40
|
VNC: Fix some compile problems when graphics debug is enabled
|
2016-04-18 14:07:08 -06:00 |
Gregory Nutt
|
628dd9b181
|
SAMV71-Xult: Add a configuration that will be used to test VNC
|
2016-04-18 12:25:23 -06:00 |
Gregory Nutt
|
0a6a4ac9bc
|
Add handshake to coordintate with connection of VNC client. fb_initialize() will not return until the connection is established
|
2016-04-18 12:24:52 -06:00 |
Gregory Nutt
|
9d84360c1f
|
Merge branch 'vnc'
|
2016-04-18 10:53:58 -06:00 |
Gregory Nutt
|
cebd51bebd
|
Merge remote-tracking branch 'origin/master' into vnc
|
2016-04-18 10:51:30 -06:00 |
Gregory Nutt
|
12f9a27d54
|
Update ChangeLog
|
2016-04-18 10:50:56 -06:00 |
Gregory Nutt
|
f5f461da20
|
VNC: server is code complete
|
2016-04-18 10:42:44 -06:00 |
ziggurat29
|
5923a514c4
|
Merged nuttx/nuttx into master
|
2016-04-18 10:27:41 -05:00 |
Gregory Nutt
|
ca6f822417
|
File missed in last commit
|
2016-04-18 06:52:00 -06:00 |
Gregory Nutt
|
26ba3a2b96
|
Cosmetic changes from review of last PR
|
2016-04-18 06:50:45 -06:00 |
Gregory Nutt
|
c5cce5603e
|
Merged in ziggurat29/nuttx/stm32l4_qspi_002 (pull request #2)
basic support for QSPI in STM32L4; verified via 'examples/media'
|
2016-04-18 06:30:28 -06:00 |
ziggurat29
|
655d51c346
|
Merged nuttx/nuttx into master
|
2016-04-17 21:23:50 -05:00 |
ziggurat29
|
499fea73ec
|
basic support for QSPI in STM32L4; verified via 'examples/media'
|
2016-04-17 21:08:25 -05:00 |
Gregory Nutt
|
48d4a9672a
|
VNC: Add rectangle decomposition loop control
|
2016-04-17 19:23:39 -06:00 |
Gregory Nutt
|
d92b676305
|
VNC: Add rectangle queue logic
|
2016-04-17 18:09:04 -06:00 |
Gregory Nutt
|
7b33c77336
|
Merge remote-tracking branch 'origin/master' into vnc
|
2016-04-17 16:50:12 -06:00 |
Gregory Nutt
|
f35de73e69
|
RFB: Various fixes to header file
|
2016-04-17 16:49:47 -06:00 |
Gregory Nutt
|
df297ec8fc
|
VNC: Add some rectangle queuing logic
|
2016-04-17 16:48:30 -06:00 |
Gregory Nutt
|
e8f0965d35
|
Mostly cosmetic changes from review of last PR
|
2016-04-17 14:13:44 -06:00 |
Gregory Nutt
|
329acb075f
|
Merged in ziggurat29/nuttx/stm32l4_qspi_001 (pull request #1)
add MTD support for Micron N25Qxxx family of QSPI flash
|
2016-04-17 14:00:19 -06:00 |
Gregory Nutt
|
e7f4a02e45
|
Merge remote-tracking branch 'origin/master' into vnc
|
2016-04-17 13:38:14 -06:00 |
Gregory Nutt
|
6ce656f9f5
|
RFB: Fix size of length field in the Client/ServerCutText message
|
2016-04-17 13:37:52 -06:00 |
Gregory Nutt
|
8272f4bde0
|
VNC: Basic Client-to-Server message parsing
|
2016-04-17 13:35:51 -06:00 |
Gregory Nutt
|
a87f7c8399
|
Merge remote-tracking branch 'origin/master' into vnc
|
2016-04-17 12:28:23 -06:00 |
Gregory Nutt
|
8d9fc9a029
|
NX: Fix some problems with the last commit
|
2016-04-17 12:28:03 -06:00 |
Gregory Nutt
|
1214f99c25
|
VNC: Add hooks to receive updates when the display is modified
|
2016-04-17 12:26:03 -06:00 |
Gregory Nutt
|
0de102706e
|
Merge remote-tracking branch 'origin/master' into vnc
|
2016-04-17 11:59:06 -06:00 |
Gregory Nutt
|
52b308cbe1
|
NX: Add configurable callout to external logic to handle display update events
|
2016-04-17 11:57:43 -06:00 |
ziggurat29
|
1b9d837df3
|
add MTD support for Micron N25Qxxx family of QSPI flash
|
2016-04-17 12:20:07 -05:00 |
Gregory Nutt
|
fc9a8ebce8
|
FB: Add a display number to the framebuffer planeinfo structure
|
2016-04-17 11:12:30 -06:00 |
Gregory Nutt
|
d924ed5246
|
Merge remote-tracking branch 'origin/master' into vnc
|
2016-04-17 11:04:09 -06:00 |
Gregory Nutt
|
aa64214877
|
FB: Add a display number to the framebuffer planeinfo structure
|
2016-04-17 10:08:27 -06:00 |
Gregory Nutt
|
d71185ae46
|
Remove comment blocks before empty code sections
|
2016-04-17 09:24:41 -06:00 |
Gregory Nutt
|
3ca5a94515
|
VNC: Add basic message receipt logic
|
2016-04-17 09:17:37 -06:00 |
Gregory Nutt
|
c767686b3d
|
VNC: Partition/rename some functionality. Add framework to support a reading and writing thread.
|
2016-04-17 08:20:14 -06:00 |
Gregory Nutt
|
9bdc08e013
|
VNC: BPP as presented to application must match configuration; we will need to do conversions as necesasry for the BPP of the remote framebuffer
|
2016-04-16 18:11:17 -06:00 |
Gregory Nutt
|
f154d7ea1b
|
Trivial update to some comments
|
2016-04-16 17:48:15 -06:00 |
Gregory Nutt
|
d13962ef74
|
VNC: Add control logic to negotiate security and framebuffer
|
2016-04-16 17:24:14 -06:00 |
Gregory Nutt
|
db99f73a40
|
Fix typo noted by Alan Carvalho de Assis
|
2016-04-16 16:33:04 -06:00 |
Gregory Nutt
|
3065b88a81
|
Merge remote-tracking branch 'origin/master' into vnc
|
2016-04-16 16:00:30 -06:00 |
Gregory Nutt
|
c84b9d1110
|
RFB: Fix some errors in header file
|
2016-04-16 15:59:59 -06:00 |
Gregory Nutt
|
f3ad4ae1d1
|
VNC: Finish v3.3 negotiation
|
2016-04-16 15:59:00 -06:00 |
Gregory Nutt
|
347cb97c92
|
Merge remote-tracking branch 'origin/master' into vnc
|
2016-04-16 13:18:26 -06:00 |
Gregory Nutt
|
bba3b13470
|
RFB: Add macros to access big-endian values
|
2016-04-16 13:18:04 -06:00 |