Gregory Nutt
|
50d640a102
|
Typo fix
|
2016-05-30 09:51:46 -06:00 |
|
Gregory Nutt
|
9b4cec9228
|
Replace confusing references to uIP with just 'the network'
|
2016-05-30 09:51:15 -06:00 |
|
Gregory Nutt
|
22044edd12
|
Merged in ziggurat29/nuttx/stm32l4_i2c_lcd_mjkdz_001 (pull request #35)
correct bugs and add enhancements to pcf8574 lcd backpack driver
|
2016-05-29 14:02:39 -06:00 |
|
ziggurat29
|
4643fcdfd8
|
correct logic hazard in latch and load nybble; was transitioning control lines at the same time as enable, causing spurious behaviour on less-tolerant displays
improve timing parameters in init sequences for better display compatibility
correct (row,col) -> address calculation; affects 4-line displays
update comments in header and readme
|
2016-05-29 11:09:00 -05:00 |
|
Gregory Nutt
|
7d538d19bf
|
Costmetic changes to comments and style
|
2016-05-27 10:53:27 -06:00 |
|
Gregory Nutt
|
23f4f04448
|
Costmetic update to some comments
|
2016-05-27 07:50:06 -06:00 |
|
Pierre-noel Bouteville
|
55d704e3c2
|
ADC: In adc.h, exclude upper half fields if common upper half is not used (CONFIG_ADC not defined).
|
2016-05-27 07:16:30 -06:00 |
|
Pierre-noel Bouteville
|
41412d0ce9
|
* fix a bug in crc computation for ms583730
* implement POSIX read.
|
2016-05-27 07:05:20 -06:00 |
|
Gregory Nutt
|
b630d48175
|
Add bind method to the ADC lower-half interface
|
2016-05-26 11:32:26 -06:00 |
|
Gregory Nutt
|
001715d57b
|
FS: Add logic to detach a file structure from a file descriptor. This is for use only within the OS. It permits an open file or driver to be used across multiple threads.
|
2016-05-26 09:41:50 -06:00 |
|
Gregory Nutt
|
aa7a981674
|
Update some comments
|
2016-05-26 08:37:40 -06:00 |
|
Gregory Nutt
|
3603dc6218
|
1-wire: Initialization/uninitialization functions are not use MCU-independent up_ naming. Should use STM32-specific stm32_ naming. These are not globally accessible but only accessible from STM32 board logic.
|
2016-05-25 17:56:47 -06:00 |
|
Aleksandr Vyhovanec
|
9a2002a302
|
1-wire driver based on U[S]ART in single-wire, half-duplex mode.
|
2016-05-25 08:59:47 -06:00 |
|
Gregory Nutt
|
51504a032e
|
Oops... forgot to add PCF8574 LCD Backpack files before doing the commit.
|
2016-05-25 08:48:54 -06:00 |
|
Gregory Nutt
|
4b3e710af6
|
Add an argument to board_app_initialize()
|
2016-05-24 10:51:22 -06:00 |
|
Alexander Vasiljev
|
eb11e662db
|
Modifications to the crypto API needed for LPC43xx.
|
2016-05-23 08:05:02 -06:00 |
|
Gregory Nutt
|
8ace1e3be2
|
Remove all implementatinos of up_wdginitialize(). It is no longer used.
|
2016-05-18 19:48:42 -06:00 |
|
Gregory Nutt
|
32838fcc2c
|
enter/leave_critical_section: In SMP configuration, may attempt to access the task lists before they have been initialized
|
2016-05-18 09:17:01 -06:00 |
|
Gregory Nutt
|
a3f3cc12c0
|
Update some comments; Fix grammatic error in ChangeLog.
|
2016-05-13 17:36:08 -06:00 |
|
Gregory Nutt
|
faca2fb1e7
|
ARMv7-A/i.MX6: Add logic to handle allocation of CPU IDLE thread stacks more efficiently
|
2016-05-13 11:39:42 -06:00 |
|
Gregory Nutt
|
70782b0f14
|
ARMv7-A i.MX6: More SMP logic. Still untested.
|
2016-05-12 15:04:46 -06:00 |
|
Frank Benkert
|
9eeb8634fc
|
Improve the CAN error reporting by also report internal device driver errors.
|
2016-05-11 07:10:17 -06:00 |
|
Sebastien Lorquet
|
f4fa4799f7
|
Add a driver for SST26F spi/qspi flash devices (SPI mode only)
|
2016-05-10 11:09:15 -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
|
0d57612d13
|
VNC: Need to handle connection closed events
|
2016-04-23 10:57:28 -06:00 |
|
Gregory Nutt
|
f3499b173a
|
VNC: Fix a memory clobblering bug
|
2016-04-23 10:21:49 -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
|
e2f17ce7e7
|
Trivial changes from review
|
2016-04-22 07:42:37 -06:00 |
|
David Sidrane
|
fd794111ad
|
Fixed const warning
|
2016-04-21 16:45:32 -10:00 |
|
Gregory Nutt
|
1e7b8b80ac
|
Add a mechanism to get remote keyboard and mouse inputs
|
2016-04-21 14:52:25 -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
|
eb8c7f1641
|
VNC: Correct pixel width in RRE encoding
|
2016-04-21 08:16:33 -06:00 |
|
Gregory Nutt
|
f8604d11a9
|
VNC: Add some very basic RRE encodings
|
2016-04-20 17:01:48 -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 |
|
Gregory Nutt
|
e0509b4256
|
VNC: Minor naming changes to avoid collisions
|
2016-04-19 13:48:17 -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
|
f35de73e69
|
RFB: Various fixes to header file
|
2016-04-17 16:49:47 -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
|
6ce656f9f5
|
RFB: Fix size of length field in the Client/ServerCutText message
|
2016-04-17 13:37:52 -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
|
aa64214877
|
FB: Add a display number to the framebuffer planeinfo structure
|
2016-04-17 10:08:27 -06:00 |
|
Gregory Nutt
|
c84b9d1110
|
RFB: Fix some errors in header file
|
2016-04-16 15:59:59 -06:00 |
|
Gregory Nutt
|
bba3b13470
|
RFB: Add macros to access big-endian values
|
2016-04-16 13:18:04 -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 |
|