esp32h2: add some more fixes and TODOs

This commit is contained in:
Shu Chen
2021-06-28 17:51:48 +08:00
parent 112372d598
commit 75bd02bd46
15 changed files with 58 additions and 52 deletions

View File

@@ -36,6 +36,6 @@ GENERATORS = collections.OrderedDict([
})
])
SUPPORTED_TARGETS = ['esp32', 'esp32s2', 'esp32c3', 'esp32s3', 'esp32h2']
SUPPORTED_TARGETS = ['esp32', 'esp32s2', 'esp32c3', 'esp32s3']
PREVIEW_TARGETS = ['linux']
PREVIEW_TARGETS = ['linux', 'esp32h2']