zephyr/drivers/pinmux
Sahaj Sarup 351f39f9cd board: arm: Add Support For 96Boards Aerocore2
Changes:

- Added all required board files in /boards/arm/96b_aerocore2
- Modified pinmux for stm32f4

Most of the changes in this PR is based on reverse-engineering of the
PCB layout and following commits in the PX4 firmware repository for
the same board. The manufacturer does not provide and or generate
schematics and pinout tables for this board.

This PR includes almost all of the interfaces connected to the STM32
MCU, the only thing not included is the J9 and J8 headers that connect
to a 96Boards baseboard.
These headers are not vital to the functionality of the Aerocore2.

Signed-off-by: Sahaj Sarup <sahaj.sarup@linaro.org>
2020-05-08 07:33:43 -05:00
..
stm32 board: arm: Add Support For 96Boards Aerocore2 2020-05-08 07:33:43 -05:00
CMakeLists.txt
dummy.c
Kconfig
Kconfig.beetle
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.hsdk
Kconfig.intel_s1000
Kconfig.mcux
Kconfig.mcux_lpc
Kconfig.rv32m1 drivers: pinmux: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32
Kconfig.xec drivers: pinmux: mchp_xec: Convert to using new device tree macros 2020-04-28 07:43:31 -05:00
pinmux_cc13xx_cc26xx.c
pinmux_esp32.c drivers: esp32: Convert esp32 drivers to new DT_INST macros 2020-03-26 08:49:11 -05:00
pinmux_hsdk.c
pinmux_intel_s1000.c drivers: pinmux: intel_s1000: Convert to DT_INST 2020-04-20 15:21:39 -05:00
pinmux_mchp_xec.c dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY 2020-05-06 05:25:41 -05:00
pinmux_mcux_lpc.c
pinmux_mcux.c
pinmux_rv32m1.c devicetree: Change DT_FOREACH_IMPL_ to not insert semicolon 2020-05-07 20:03:56 -05:00
pinmux_sam0.c dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY 2020-05-06 05:25:41 -05:00
pinmux_sifive.c
pinmux.h