89d7f7bc89
1. Update i2c README to add more detail according to the template.[TW#26530] 2. Move some specific configuration to KConfig
9 lines
183 B
Makefile
9 lines
183 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := i2c-example
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|