- 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.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
drivers/wireless/cc1101.c: Fix a few things that I bungled in my review of the driver mods. Fix the logic that was dumping register contents: printf() may not be used within the OS and the syslog and debug macros may add ornamentatino to the output. The only real option inside the OS is to buffer the data and outputing with a single syslog write (vs. many tiny writes).
-
Author: lihaichen authored
cc1101: Changes from review of last PR. remove gpio remove cc1101 frame len remove FLAGS_RXONLY flags add cc1101 function remove some waring add cc1101 poll function add cc1101 register add cc1101 isr read data add cc1101 spi deviceId add cc1101 init2 add wait cc1101 chip ready raw init cc1101
-
- Mar 01, 2018
-
-
Juha Niskanen authored
drivers/i2c and drivers/spi: Fix compile if CONFIG_DISABLE_PSEUDOFS_OPERATIONS, fix bad NULL checks
-
- Feb 27, 2018
-
-
Gregory Nutt authored
drivers/lcd: Add FT80x controls for the case where the audio amplifier is controlled by FT80x GPIOs vs MCU gpios.
-
- Feb 25, 2018
-
-
Gregory Nutt authored
-
- Feb 24, 2018
-
-
Gregory Nutt authored
configs/viewtool-stm32f107: Add support for FT80X initialization. Add ft80x configuration that will eventually be used for testing the ft80x if I ever receive hardware.
-
- Feb 23, 2018
-
-
Gregory Nutt authored
-
- Feb 21, 2018
-
-
Gregory Nutt authored
-
- Feb 20, 2018
-
-
Gregory Nutt authored
drivers/lcd: Add an IOcTL to FT80x driver to write to FIFO CMD RAM.
-
Dmitriy Linikov authored
Added ECANCELED condition to DEBUGASSERT-s checking sem_wait result Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Feb 19, 2018
-
-
Gregory Nutt authored
Author: Juha Niskanen <juha.niskanen@haltian.com> Date: Mon Feb 19 15:03:17 2018 -0600 drivers/mtd: mtd_config.c: Add still more error handling (to detect bad underlying flash implementations) drivers/mtd: mtd_config.c: Remove MTD_ERASE that was erasing data block instead of erase block. This is a partial revert of 4f18b4. Reported-by: Pascal Speck <iktek01@yahoo.com> arch/arm/src/stm32l4: stm32l4_flash: change flash programming to use page buffer for unaligned writes.
-
Gregory Nutt authored
drivers/lcd and include/nuttx/lcd: Add FT80x support for writing to graphics memory. Also add some definitions needed by apps/examples/ft80x for bitmap manipulation. drivers/lcd: Review/update FT80x initializatin logic
-
Sebastien Lorquet authored
drivers/lcd: Detect and handle more errors in return values within the LCD framebuffer and SSD1306 drivers
-
Sebastien Lorquet authored
-