zephyr/drivers
Vinayak Chettimada 853fd133c1 drivers: serial: nrf5: Fix system off pin configuration
To secure correct signal levels on the pins by the UART when
the system is in OFF mode, the pins must be configured in
the GPIO peripheral as described in nRF5 Product
Specification.

UART Pin, Direction, Output Value:
RXD, Input, NA
CTS, Input, NA
RTS, Output, 1
TX, Output, 1

This commit sets the RTS line to a initial value of 1.

Change-id: I5147fe58033f42c979b9354798b6fd13d78f7f71
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
2017-02-27 21:02:20 +00:00
..
adc drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
aio ext qmsi: Update to QMSI 1.4 RC2 2017-02-08 11:59:12 +00:00
bluetooth Bluetooth: nble: Catch and handle non-zero fn_index 2017-02-10 12:03:09 +00:00
clock_control clock_control: fix to get PLL2 source for PREDV1 working 2017-02-22 18:09:22 -06:00
console xtensa: fix numerous checkpatch issues 2017-02-13 11:39:03 -08:00
counter drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
crypto license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
dma license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
ethernet net: Set the network link address type when setting link address 2017-02-22 17:28:25 +02:00
flash flash/stm32: driver for STM32F4x series 2017-02-22 18:08:57 -06:00
gpio drivers: gpio: Set the line to the pull by default 2017-02-27 21:02:19 +00:00
grove grove: fix variable type mismatch 2017-02-11 00:14:15 +00:00
i2c drivers: stm32: clean up after stm23cube based clock control 2017-02-10 14:47:41 -06:00
ieee802154 drivers/ieee802154/pipe: Use net_nbuf_unref to release net_buf 2017-02-22 17:28:26 +02:00
interrupt_controller build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
ipm ipm: fix Makefile to include drivers correctly 2017-02-15 02:07:15 +00:00
pci license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pinmux drivers: stm32: clean up after stm23cube based clock control 2017-02-10 14:47:41 -06:00
pwm drivers: stm32: clean up after stm23cube based clock control 2017-02-10 14:47:41 -06:00
random license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rtc drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
sensor arduino_101: bmi160: use new device name 2017-02-10 16:02:22 +00:00
serial drivers: serial: nrf5: Fix system off pin configuration 2017-02-27 21:02:20 +00:00
shared_irq license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
slip drivers: slip: Skip buffer allocation for incomplete packet 2017-02-22 17:28:25 +02:00
spi drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
timer cortex_m_systick: fix _timer_cycle_get_32() race 2017-02-22 18:45:36 +00:00
usb license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
watchdog drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
Kconfig drivers/crypto: TinyCrypt shim driver 2017-02-15 01:08:15 +00:00
Makefile drivers/crypto: TinyCrypt shim driver 2017-02-15 01:08:15 +00:00