4a2999f729
1. update psram code 2. add missing files 3. add psram example 4. add mmu and psram init
9 lines
182 B
Makefile
Executable file
9 lines
182 B
Makefile
Executable file
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := psram_demo
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|