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
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
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
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
Gregory Nutt
f8604d11a9
VNC: Add some very basic RRE encodings
2016-04-20 17:01:48 -06:00
Gregory Nutt
cf6e791134
VNC: Repartition some function in preparation for supporting other encoding types
2016-04-20 14:05:32 -06:00
Gregory Nutt
363169339b
VNC: Fix error in message header size calculation; Add logic to try copy with pixel format changes.
2016-04-20 13:10:09 -06:00
Sebastien Lorquet
9fd3db6293
PCA9555: Fix condition where GPIO interrupt is not re-enabled.
2016-04-20 09:59:16 -06:00
Gregory Nutt
7134652fea
VNC: Fixes from debug. One issues is that VNC client is changing color formats after starting. That is now handled.
2016-04-20 09:47:02 -06:00
Gregory Nutt
2cb52786b6
STM32F7: Add dummy stm32_spi.h header file to workaround some compilation issues. Suggest by Martin Davey.
2016-04-20 06:49:21 -06:00
Gregory Nutt
4e04b3e931
Correct configuration of GPIO pin interrupts on Kinetis K60. Fromo mrechte.
2016-04-20 06:41:51 -06:00
Gregory Nutt
b8ee28cb57
lpc4357fet256_pinconfig.h has wrong ethernet pins configuration (slow slew rate, somewhere inbuffer should be used). From Vytautas Lukenskas
2016-04-20 06:37:26 -06:00
Frank Benkert
885cd812e6
SAME70: USBHS device workaround for errata; EP7 does not support DMA on some parts
2016-04-20 06:22:04 -06:00
Gregory Nutt
65f21d0edb
VNC: More updates from testing. There are issues with high rate, large TCP transfers.
2016-04-19 15:39:58 -06:00
Gregory Nutt
e0509b4256
VNC: Minor naming changes to avoid collisions
2016-04-19 13:48:17 -06:00
Gregory Nutt
c4263e4bfe
VNC: various fixes and clean-up during testing. Still not completely functional.
2016-04-19 13:25:10 -06:00
Gregory Nutt
26266ed935
VNC: Fix a structure size macro in the RFB definitions
2016-04-19 10:18:56 -06:00
Gregory Nutt
170f906a8b
VNC: Add support for RGB8 conversions. These are what are used by RealVNC.
2016-04-19 10:10:59 -06:00
Gregory Nutt
fc809d5df0
VNC: Fix some big-endian access macros
2016-04-19 09:11:14 -06:00
Gregory Nutt
f3515a242d
VNC: Implemented 3.8 protocol. Seems to be required by my RealVNC client
2016-04-19 08:33:16 -06:00
ziggurat29
4014129c19
Merged nuttx/nuttx into master
2016-04-19 09:03:38 -05:00
Gregory Nutt
8bcb5f0251
Cosmetic changes from review of last PR
2016-04-19 07:11:18 -06:00
Gregory Nutt
22faa90d73
Merge branch 'master' of bitbucket.org:nuttx/nuttx
2016-04-19 06:59:46 -06:00
Gregory Nutt
fdc6dd9516
VNC: Enable receive timeouts during negotiation phase
2016-04-19 06:59:33 -06:00