mirror of
https://github.com/esphome/esphome.git
synced 2025-06-18 14:25:48 +01:00
Initial Support for RP2040 platform (#3284)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
.github/workflows
CODEOWNERSesphome
__main__.pyconfig_validation.pyconst.py
platformio.inicomponents
logger
md5
mdns
ota
__init__.pyota_backend_arduino_rp2040.cppota_backend_arduino_rp2040.hota_component.cppota_component.h
rp2040
rp2040_pwm
socket
spi
wifi
core
dashboard
storage_json.pywizard.pyscript
tests
@ -534,6 +534,7 @@ def lint_relative_py_import(fname):
|
||||
"esphome/components/socket/headers.h",
|
||||
"esphome/components/esp32/core.cpp",
|
||||
"esphome/components/esp8266/core.cpp",
|
||||
"esphome/components/rp2040/core.cpp",
|
||||
],
|
||||
)
|
||||
def lint_namespace(fname, content):
|
||||
|
Reference in New Issue
Block a user