mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
debug scripts
This commit is contained in:
@@ -3,7 +3,6 @@ from subprocess import call
|
||||
import os
|
||||
Import("env")
|
||||
|
||||
|
||||
def code_check(source, target, env):
|
||||
print("\n** Starting cppcheck...")
|
||||
call(["cppcheck", os.getcwd()+"/.", "--force", "--enable=all"])
|
||||
@@ -18,7 +17,6 @@ def code_check(source, target, env):
|
||||
# print defines
|
||||
# print env.Dump()
|
||||
|
||||
|
||||
# built in targets: (buildprog, size, upload, program, buildfs, uploadfs, uploadfsota)
|
||||
env.AddPreAction("buildprog", code_check)
|
||||
# env.AddPostAction(.....)
|
||||
|
||||
Reference in New Issue
Block a user