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
Gregory Nutt
9b42bf65f0
VNC: First few lines of initialization code
2016-04-16 13:06:39 -06:00
Gregory Nutt
e793ee2be5
Add framework to support framebuffer/security negotiation
2016-04-16 12:50:23 -06:00
Gregory Nutt
e6bb56f6da
Merge remote-tracking branch 'origin/master' into vnc
2016-04-16 12:33:33 -06:00
Gregory Nutt
20e31640aa
Finishes remote frame buffer header file
2016-04-16 12:33:08 -06:00
Gregory Nutt
276388a65d
RFB: Initial, incomplete of VNC remote framebuffer definitions
2016-04-16 09:03:01 -06:00
Alan Carvalho de Assis
de734ba310
configs/stm32f4discovery: Integrate BH1750FVI driver in the STM32F4Discovery board
2016-04-15 08:20:33 -06:00
Alan Carvalho de Assis
7f5339ee5a
drivers/sensors/h1750fvi.c: Add a character driver for Rohm Ambient Light Sensor BH1750FVI.
2016-04-15 08:16:16 -06:00
Gregory Nutt
a9a006c94b
VNC: Add support for encoded special keys
2016-04-15 08:01:47 -06:00
Gregory Nutt
1f8212679c
NRF24L01: Fix backward calculation of relative frequency. Noted by Henry Zhang
2016-04-15 07:07:22 -06:00
Gregory Nutt
84cd720479
FTL: Make it clear the the unlink method has not been implemented
2016-04-15 07:03:28 -06:00
Gregory Nutt
074d5fdde6
Merge remote-tracking branch 'origin/master' into vnc
2016-04-14 16:34:29 -06:00
Gregory Nutt
16666fdb84
NXBE: function pointers should have CODE qualifier
2016-04-14 16:34:05 -06:00
Gregory Nutt
aa34429222
ASCII: Improve some naming
2016-04-14 16:20:36 -06:00
Gregory Nutt
38cc8355c2
VNC: Add X11-to-NuttX character mapping
2016-04-14 16:19:04 -06:00
Gregory Nutt
2ec0ac6eaa
VNC: Add framework to support a framebuffer driver interface
2016-04-14 13:52:59 -06:00
Gregory Nutt
c6707e3dc1
Merge remote-tracking branch 'origin/master' into vnc
2016-04-14 12:24:48 -06:00
Gregory Nutt
46846c0c24
Framebuffer driver: Add a display number to each interface in order to support multiple displays
2016-04-14 12:23:15 -06:00
Gregory Nutt
d2f7483c24
VNC: Add an allocated (local) framebuffer
2016-04-14 11:32:00 -06:00
Gregory Nutt
55788eb5f6
VNC: Add basic server logic
2016-04-14 11:09:18 -06:00
Gregory Nutt
a6defc41fb
Merge remote-tracking branch 'origin/master' into vnc
2016-04-14 10:15:58 -06:00
Gregory Nutt
3f731241cb
fs/inode/, fs/vfs/, and sched/task/: File and socket descriptors are no longer allocated for kernel threads. They must use SYSLOG for output and the low-level psock interfaces for network I/O. This saves a little memory which might be important for small footprint configurations.
2016-04-14 10:14:38 -06:00
Gregory Nutt
0a01f5dfff
Merge remote-tracking branch 'origin/master' into vnc
2016-04-14 08:40:24 -06:00
Gregory Nutt
39a37d6aa8
Separate out psock_listen() and psock_accept() for internal use by the OS
2016-04-14 08:39:48 -06:00
Gregory Nutt
3b245d6092
SAMV7-XULT: Refresh configurations
2016-04-14 08:00:43 -06:00
Gregory Nutt
21fb0423d9
VNC: Add beginning of a VNC server header file
2016-04-13 17:52:36 -06:00
Sebastien Lorquet
bef518095f
Fix the STM32L4 SPI driver. That SPI driver is quite different. They now handle frames of arbitrary size between 4 and 16 bits. It was broken before a new bit has to be set (rx fifo threshold) to handle <= 8-bit transactions. If not set, the default is 16-bit packed >=8-bit frames and the RXNE bit is never set (it is set when 16-bits are received). weird things as always.
...
This also add 8-bit access routines to the data register, because a 16-bit access to the data register when the frame size is below 9 bits is interpreted as a packed dual frame exchange.
2016-04-13 17:21:49 -06:00
Gregory Nutt
77f70317bb
graphics/: Extend build system so that it will, eventually, be able to build a VNC server and client
2016-04-13 15:42:56 -06:00
Gregory Nutt
ecf0bcf13c
Make graphics build system work like other directories
2016-04-13 15:39:03 -06:00
Gregory Nutt
81fe96e69a
Fix trivial spacing problem in X11 keycode header file
2016-04-12 16:16:44 -06:00
Gregory Nutt
48b00cd873
Add X11 keypad encodings. These are used by other things other than X11.. like VNC.
2016-04-12 15:48:49 -06:00
Gregory Nutt
701db3a624
NuttX.html: Correct a URL
2016-04-12 12:28:05 -06:00
Gregory Nutt
91686e671c
configs/nucleus2g: Remove this board from the configs/ directory. A snapshot is still available in the Obsoleted repository
2016-04-12 12:19:30 -06:00
Gregory Nutt
99d981c3fc
Kinetis SDHC: May work queue dependencies clearer
2016-04-12 09:07:25 -06:00
Gregory Nutt
9008308b64
Remove some block comments before empty code sections
2016-04-11 18:16:04 -06:00
Gregory Nutt
3fba968bb0
Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov.
2016-04-11 11:14:18 -06:00
Gregory Nutt
2e49111a17
Fix an error in a DEBUG assertion
2016-04-11 09:07:23 -06:00
Gregory Nutt
6653c5cbf3
Signals: Correct implementation of sigset(). It is not just signal() with a different name; it has some additional signal mask handling functionality
2016-04-11 09:04:54 -06:00
Stefan Kolb
fec1931def
SAMv7 Kconfig: Correct range of SAMV7_PROGMEM_NSECTORS
2016-04-11 06:21:04 -06:00