Alan Carvalho de Assis
|
283b73edc5
|
Fix lots of typos in C comments and Kconfig help text
|
2018-07-08 18:24:45 -06:00 |
|
Gregory Nutt
|
668df010ec
|
Committed defconfigs for working configurations should never have CONFIG_EXPERIMENTAL set because the opens the doors for untested and incomplete configurations. Conversely, if there are released configurations that use features with dependencies on CONFIG_EXPERIMENTAL, then those configurations are in use and those dependencies should be removed:
graphics/vnc/server/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL
net/tcp/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL
wireless/bluetooth/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL
configs/lc823450-xgevk/audio/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/lc823450-xgevk/bt/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/lc823450-xgevk/ipl2/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/lc823450-xgevk/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/lc823450-xgevk/rndis/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/lc823450-xgevk/usb/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/lpcxpresso-lpc54628/netnsh/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/moxa/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/olimex-stm32-p407/module/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/photon/wlan/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sabre-6quad/smp/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sam4cmp-db/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sama5d4-ek/elf/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sama5d4-ek/knsh/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/samv71-xult/module/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/samv71-xult/vnc/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/samv71-xult/vnxwm/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sim/bluetooth/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sim/pf_ieee802154/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sim/pktradio/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sim/sixlowpan/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sim/traveler/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/sim/userfs/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/stm32f4discovery/hciuart/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/stm32f4discovery/pseudoterm/defconfig: Remove CONFIG_EXPERIMENTAL=y
configs/teensy-3.x/usbnsh/defconfig: Remove CONFIG_EXPERIMENTAL=y
|
2018-06-17 10:30:01 -06:00 |
|
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -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
|
1e7b8b80ac
|
Add a mechanism to get remote keyboard and mouse inputs
|
2016-04-21 14:52:25 -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 |
|
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
|
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
|
f3515a242d
|
VNC: Implemented 3.8 protocol. Seems to be required by my RealVNC client
|
2016-04-19 08:33:16 -06:00 |
|
Gregory Nutt
|
df297ec8fc
|
VNC: Add some rectangle queuing logic
|
2016-04-17 16:48:30 -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
|
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
|
db99f73a40
|
Fix typo noted by Alan Carvalho de Assis
|
2016-04-16 16:33:04 -06:00 |
|
Gregory Nutt
|
f3ad4ae1d1
|
VNC: Finish v3.3 negotiation
|
2016-04-16 15:59:00 -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
|
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
|
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 |
|