Skip to content

Commit d5f6fe2

Browse files
committed
Adds support for passing CONFIG_* settings to the ESP32 build.
Places critical LVGL function in IRAM for faster execution.
1 parent 3f418c2 commit d5f6fe2

File tree

12 files changed

+611
-354
lines changed

12 files changed

+611
-354
lines changed

builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def submodules():
541541
sys.exit(return_code)
542542

543543

544-
def compile(): # NOQA
544+
def compile(*args): # NOQA
545545
return_code, _ = spawn(compile_cmd)
546546
if return_code != 0:
547547
sys.exit(return_code)

0 commit comments

Comments
 (0)