zephyr/drivers
Abe Kohandel 475bc0c962 drivers: i2s: stm32: Add I2S master clock output
Some external audio devices require a master clock to be provided by
the I2S peripheral to work correctly. To allow for the operation of
these devices the master clock output should always be enabled when in
master mode.

Specific applications requiring this signal to be output can configure
the desitnation pin via the pinmux driver.

Signed-off-by: Abe Kohandel <abe@electronshepherds.com>
2020-04-17 10:44:52 -05:00
..
adc drivers: adc: adc_stm32: enable internal voltage reference source 2020-04-17 17:30:44 +02:00
audio
bluetooth boards: arm: nrf5340_dk_nrf5340: rename target to nrf5340pdk_nrf5340 2020-04-06 15:21:45 +02:00
can kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
clock_control clock_control: nordic: move to new DT API 2020-04-14 06:32:25 -05:00
console drivers: gsm_mux: Convert to use k_timeout_t 2020-04-17 10:15:54 +03:00
counter drivers: counter: nrfx_rtc: Convert driver to new DT_INST macros 2020-04-14 10:36:38 -05:00
crypto drivers: crypto: add driver for nRF ECB 2020-04-08 16:20:53 +02:00
debug
display drivers: display: mb_display: Convert to DT_LABEL() macro 2020-04-17 17:22:53 +02:00
dma drivers: dma: initialize peripheral request dma on stm32 2020-04-17 03:13:02 -05:00
eeprom drivers: remove a couple of DT abstraction violations 2020-04-08 09:00:38 -05:00
entropy drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
espi drivers: espi: xec: Validate channels espi configuration 2020-04-11 15:30:27 -04:00
ethernet drivers: ethernet: sam_gmac: Add SAM E54 maximum queue count reference 2020-04-17 04:56:28 -05:00
flash drivers: flash: nrf_qspi_nor: Convert to new DT_INST macros 2020-04-15 11:17:32 -05:00
gpio drivers: gpio: mcux_lpc: Remove unused Kconfig symbols 2020-04-17 10:16:40 -05:00
hwinfo drivers: hwinfo: fix endianness for sam0 and nrf 2020-04-09 19:30:32 +02:00
i2c drivers/i2c: stm32: Use DT_NODELABEL_ macros 2020-04-15 08:21:30 -05:00
i2s drivers: i2s: stm32: Add I2S master clock output 2020-04-17 10:44:52 -05:00
ieee802154 drivers: ieee802154_nrf5: Handle frame pending bit mode 2020-04-17 09:17:38 +03:00
interrupt_controller drivers: intc: rv32m1_intmux: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
ipm drivers: ipm: ipm_nrfx_ipc: Convert to new DT_INST macros 2020-04-15 11:17:32 -05:00
kscan drivers: kscan: add support for the interrupt on the ft5336 2020-04-02 16:48:15 -05:00
led timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
led_strip drivers: Convert to use DT_INST_FOREACH 2020-03-31 19:29:22 -05:00
lora drivers: lora: sx1276: call DIO handlers in workqueue 2020-04-15 08:30:11 -05:00
modem modem: shell: Add info command 2020-04-17 10:15:54 +03:00
net net: ppp: Create own workqueue for PPP 2020-04-17 10:15:54 +03:00
neural_net
pcie
peci drivers: microchip: Convert microchip drivers to new DT_INST macros 2020-03-26 16:31:52 -05:00
pinmux drivers: pinmux: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
ps2 drivers: microchip: Convert microchip drivers to new DT_INST macros 2020-03-26 16:31:52 -05:00
ptp_clock
pwm drivers: pwm: pwm_nrf5_sw: Convert to new DT_INST macros 2020-04-15 11:17:32 -05:00
sensor drivers: sensor: Fix missing DT_DRV_COMPAT 2020-04-17 03:32:19 -05:00
serial drivers: uart: samd0: add missing .configure API functionality 2020-04-17 08:07:28 -04:00
spi drivers: spi: Set dummy data in mcux drivers 2020-04-16 06:01:43 -05:00
timer drivers: timer: sam0_rtc_timer: Fix incorrect DT_INST conversion 2020-04-16 14:09:23 +02:00
usb drivers: usb_dc_nrfx: Convert driver to new DT_INST macros 2020-04-14 10:37:34 -05:00
video drivers: video: Add dedicated video init priority 2020-04-07 09:44:14 -05:00
watchdog drivers: wdt_sam0: remove log message during boot 2020-04-06 22:08:44 -04:00
wifi drivers: wifi: esp: Fix wifi-reset-gpios handling 2020-04-06 10:29:58 -05:00
CMakeLists.txt
Kconfig