zephyr/boards
Armando Visconti 770197925b board: 96b_argonkey: Add on-board MP34DT05 microphone support in BSP
This commit is taking care of following stuff:

1. pinmux: STM32F4 micro is using I2S5_CK and I2S_SD to interface with
   on-board microphone.

2. default configuration:
     - enable I2S5 and configure PLLI2S properly to generate
       I2SxCLK = 128MHz.
     - enable DMA

Note:
 As stated in issue #9028 we needed to take care of a known SPI/I2S bug
 implementing the following two actions:

 A. APB2 clock has been slowed down to 42MHz.
 B. The SPI/I2S clock gpio speed has been set to very_high_speed.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2018-10-11 14:46:56 -04:00
..
arc boards: arc: Convert boards to use device tree for LEDs & Buttons 2018-10-10 09:26:32 -04:00
arm board: 96b_argonkey: Add on-board MP34DT05 microphone support in BSP 2018-10-11 14:46:56 -04:00
common
nios2 boards: nios2: altera_max10: Don't force Newlib libc. 2018-10-10 16:38:13 -04:00
posix native_posix: doc: Remove legacy shell links 2018-10-02 14:04:22 -07:00
riscv32 riscv32: sifive-freedom: Move dts.fixup into soc dir 2018-10-05 13:21:49 -05:00
shields DT: Rename from dts.fixup to dts_fixup.h 2018-10-08 11:38:56 -04:00
x86 boards/qemu_x86: Rename dts.fixup to dts_fixup.h 2018-10-10 13:57:02 +03:00
xtensa intel_1000_crb: fix path to xt-ocd 2018-10-11 10:49:56 -04:00
boards.rst
CMakeLists.txt cmake: Fall back to ZEPHYR_BASE when the board is not in BOARD_ROOT 2018-10-01 09:46:46 -04:00
Kconfig