- Mar 29, 2018
-
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
Also redefine GPIOs even after WDS canned config. Also enable more ints.
-
- Mar 28, 2018
-
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
add success checks in packet handler config enable pullups on gpios add code to customize irq enabling setup rx_start to go back to rx on rx timeout. display more int status
-
- Mar 26, 2018
-
-
Gregory Nutt authored
Per Matias Edlund: I recently used the tcflush function and found that it failed with ENOTTY. The reason is that the TCFLSH case in the function uart_ioctl in the file drivers/serial/serial.c does not update the ret value." On success, the TCFLSH IOCTL logic needs to explicitly set the return value (ret) to zero.
-
- Mar 22, 2018
-
-
Juha Niskanen authored
drivers/sensors/sht21: Change I2C_TRANSFER return value so that it return on zero on success, not the count of bytes transferred.
-
- Mar 21, 2018
-
-
Jussi Kivilinna authored
-
- Mar 20, 2018
-
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
lots of small misc changes conditional storage of int status custom irq setting cut long lines and add {} add bit definitions for int definition upper half: manage read timeout
-
- Mar 19, 2018
-
-
Sebastien Lorquet authored
-
lihaichen authored
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
- Mar 16, 2018
-
-
Sebastien Lorquet authored
-
- Mar 15, 2018
-
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
- Mar 14, 2018
-
-
Sebastien Lorquet authored
-
Gregory Nutt authored
drivers/serial/Kconfig: Kconfig is too big, divide into Kconfig, Kconfig-uart, Kconfig-usart, Kconfig-sci, Kconfig-16550. More than one MCU supports LPUARTs. Add Kconfig-lpuart and remove MCU-specific LPUART definitions. Affects Kinetis and STM32L4.
-
Sebastien Lorquet authored
-
- Mar 13, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Juha Niskanen authored
-
Sebastien Lorquet authored
-
- Mar 12, 2018
-
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
- Mar 11, 2018
-
-
Sebastien Lorquet authored
-
Gregory Nutt authored
drivers/lcd/ft80x: Fix a typo that caused the driver to fail to recognize the ft801 chip version. Also update an unrelated README file.
-
- Mar 10, 2018
-
-
Gregory Nutt authored
drviers/lcd/ft80x: No longer depends on CONFIG_EXPERIMENTAL Update README.txt
-
- Mar 09, 2018
-
-
Gregory Nutt authored
drivers/lcd/ft80x: ACTIVE host command appears to be formatted differently than other host commands; Fix ROM CHIPID. Appears to be big-ending, BCD. drivers/lcd/ft80x: Fix some compile issues when debug features are enabled.
-
Sebastien Lorquet authored
drivers/net/phy_notify.c: Use phy debug macros instead of net debug macros. ninfo() and nerr() are used a bit too much, so the console output is difficult to read with network debug.
-
Sebastien Lorquet authored
-
- Mar 06, 2018
-
-
Juha Niskanen authored
-
- Mar 05, 2018
-
-
Gregory Nutt authored
-
Giorgio Groß authored
Feature pca9540bdp i2cmultiplexer * Implement common i2c multiplexer abstraction to be reused by i2c multiplexer devices. Provide common interface with transfer and reset calls to set up virtual i2c busses. * Remove i2cmux_lower_half.c and headers, will be implemented by each mux driver * Implement PCA9540BDP I2C multiplexer lower half which uses the common i2c mux abstraction * Remove application interface and implement common i2c functions * Remove application interface from pca driver and implement common i2c functions directly in the pca driver * Use i2cerr Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Mar 04, 2018
-
-
Gregory Nutt authored
Per OpenGroup.org, syslog -- and, hence, nonstandard vsyslog, and debug wrappers -- does not return a value. Rename _vsyslog to nx_vsyslog. Use internal nx_vsyslog in the few cases where a return value is required.
-
- Mar 03, 2018
-
-
Gregory Nutt authored
Fix some errors found in build testing + clean-up some issues with last changes to remove use of printf() from within the OS.
-
Gregory Nutt authored
Remove all usage of printf() from the OS. That is not an acceptable context for the use of an application-oriented interface that depends on a task-specific file descriptor and C buffered I/O.
-