Skip to content

Commit

Permalink
libesp_lcd.a is mem variant specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Feb 1, 2025
1 parent 3973d06 commit 4a0546f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2115,6 +2115,7 @@ def idf_lib_copy(source, target, env):
shutil.move(join(lib_dst,"libfreertos.a"),join(mem_var,"libfreertos.a"))
shutil.move(join(lib_dst,"libbootloader_support.a"),join(mem_var,"libbootloader_support.a"))
shutil.move(join(lib_dst,"libesp_hw_support.a"),join(mem_var,"libesp_hw_support.a"))
shutil.move(join(lib_dst,"libesp_lcd.a"),join(mem_var,"libesp_lcd.a"))

shutil.copyfile(sdkconfig_h_path,join(mem_var,"include","sdkconfig.h"))
if not bool(os.path.isfile(join(arduino_libs,mcu,"sdkconfig.orig"))):
Expand Down

0 comments on commit 4a0546f

Please sign in to comment.