- Jun 14, 2016
-
-
Konstantin Berezenko authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Forgot to add the header file for the ncp5623c driver
-
Konstantin Berezenko authored
-
Gregory Nutt authored
Add RGB driver NCP5623C
-
Konstantin Berezenko authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Frank Benkert authored
This change adds the following improvements: - Increase the allowed SPI-Frequency from 20 to 40 MHz. - Correct and rename the "VARSELECT" option This option was included in the code as "CONFIG_SPI_VARSELECT" but nowhere defined in a Kconfig file. The patch renames it to "CONFIG_SAMV7_SPI_VARSELECT" and corrects the implementation according the datasheet of Atmel. In short, this option switches the processor from "fixed peripheral selection" (single device) to "variable peripheral selection" (multiple devices on the bus). - Add a new Function to the interface to control the timing and delays of the chip according the ChipSelect lines. This function can control the delay between the assertion of the ChipSelect and the first bit, between the last bit and the de-assertion of the ChipSelect and between two ChipSelects. This is needed to tune the transfer according the specification of the connected devices. - Add three "hw-features" for the SAMV7, which controls the behavior of the ChipSelect: 1. force CS inactive after transfer: this forces a (short) de-assertion of the CS after a transfer, even if more data is available in time 2. force CS active after transfer: this forces the CS to stay active after a transfer, even if the chip runs out of data. Btw.: this is a prerequisit to make the LASTXFER bit working at all. - escape LASTXFER: this suppresses the LASTXFER bit at the end of the next transfer. The "escape"-Flag is reset automatically.
-
Gregory Nutt authored
arch/avr/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Gregory Nutt authored
arch/hc/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Gregory Nutt authored
-
Gregory Nutt authored
arch/mips/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Gregory Nutt authored
arch/rgmp/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Gregory Nutt authored
arch/sh/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Gregory Nutt authored
arch/sim/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Shirshak Sengupta authored
Bug Fix in tiva_serial.c - UART5, UART6 and UART7 were not being configured as TTYS0 for printing over serial console
-
David Sidrane authored
-
Gregory Nutt authored
arch/x86/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Gregory Nutt authored
New debug macro: alert(). This is high priority, unconditional output and is used to simplify and stanardize crash error reporting.
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Gregory Nutt authored
arch/z16/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Gregory Nutt authored
arch/z80/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
- Jun 13, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Gregory Nutt authored
configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-
Gregory Nutt authored
-
Gregory Nutt authored
configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
-