This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
2e3778a845
zephyr
/
boards
/
nxp
/
imx93_evk
/
CMakeLists.txt
5 lines
88 B
CMake
Raw
Normal View
History
Unescape
Escape
boards: arm: Add bcm958401m2 board Add support for bcm958401m2 board. This board use the uses the BCM58400 Valkyrie SoC. Signed-off-by: Scott Branden <scott.branden@broadcom.com>
2020-01-09 05:20:40 +08:00
# SPDX-License-Identifier: Apache-2.0
boards: imx93_evk: add board.c to control board muxes i.MX 93 EVK has a series of digital MUXes controlled by ADP5585 GPIO expander. This commit adds board level initialization to such MUXes to control these MUXes. Signed-off-by: Chekhov Ma <chekhov.ma@nxp.com>
2024-08-12 15:01:46 +08:00
zephyr_library
(
)
zephyr_library_sources
(
board.c
)