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
e7f261b748
zephyr
/
boards
/
arm
/
cc3200_launchxl
/
Makefile
4 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
cc3200: Add pinmux initialization for UART0 Leverages the pinmux.c file generated by the TI PinMux utility to enable UART pins. The pinmux configuration is used in lieu of a Zephyr pinmux driver, and is called during board initialization. UARTA0 is currently supported. Jira: ZEP-1109 Change-Id: Iddb01f79043af034886859b608b7b6aadf844e53 Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2016-11-01 08:37:09 +08:00
ccflags-y
+=
-I
$(
srctree
)
/include/drivers
ccflags-y
+=
-I
$(
srctree
)
/drivers
obj-y
+=
pinmux.o