1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-13 00:32:20 +01:00

nrf52 core based on zephyr

This commit is contained in:
Tomasz Duda
2024-07-06 18:33:15 +02:00
parent 4c6a17e304
commit 2ad8d7d1c5
28 changed files with 1215 additions and 9 deletions

View File

@@ -540,6 +540,7 @@ def lint_relative_py_import(fname):
"esphome/components/rp2040/core.cpp",
"esphome/components/libretiny/core.cpp",
"esphome/components/host/core.cpp",
"esphome/components/zephyr/core.cpp",
],
)
def lint_namespace(fname, content):