97721d469c
This commit adds TWAI driver support for the ESP32-S2. The following features were added: - Expanded BRP support - Expanded CLKOUT Divider Support - Updated example READMEs
9 lines
194 B
Makefile
9 lines
194 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := twai_self_test_example
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|