Add idf.py extensions and move core actions to separate files

This commit is contained in:
Sergei Silnov
2019-10-03 18:26:44 +02:00
parent 9d5a7f8df6
commit 1c798393e2
13 changed files with 1077 additions and 984 deletions

View File

@@ -0,0 +1,6 @@
class FatalError(RuntimeError):
"""
Wrapper class for runtime errors that aren't caused by bugs in idf.py or the build proces.s
"""
pass