J. Nick Koston
|
0fd71ca211
|
[mdns][openthread] Use StaticVector for services storage with compile-time capacity (#10976)
|
2025-10-06 09:30:17 +13:00 |
|
J. Nick Koston
|
76fd104fb6
|
[mdns] Conditionally compile extra services to reduce flash usage (#10129)
|
2025-08-08 10:32:35 +10:00 |
|
Mathieu Rene
|
9d9d210176
|
Add OpenThread support on ESP-IDF (#7506)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-06-11 17:27:58 +12:00 |
|
Jesse Hills
|
589f13f0f7
|
[mdns] Set up only after API is set up (#9000)
|
2025-06-03 17:38:59 +00:00 |
|
Nate Clark
|
253e3ec6f6
|
[mdns] Support templatable config options for MDNS extra services (#8606)
|
2025-04-28 16:27:39 +12:00 |
|
Markus
|
c9a0daf4b6
|
Do not build mDNS when mDNS is disabled via yaml (#6979)
|
2024-06-25 20:05:37 +12:00 |
|
Jesse Hills
|
ac6693f177
|
mDNS updates (#4399)
|
2023-02-09 10:25:44 +13:00 |
|
Joakim Plate
|
0554b06b7e
|
Allow mdns services to be exposed by config (#4202)
|
2023-02-02 17:18:58 +13:00 |
|
Jesse Hills
|
702b60ce66
|
Make mDNS on rp2040 work (#3936)
|
2022-10-25 16:23:20 +13:00 |
|
Maurice Makaay
|
f2ebfe7aef
|
Add mDNS config dump (#2576)
|
2021-10-21 16:02:28 +02:00 |
|
Maurice Makaay
|
34606b0f1f
|
Fix MDNS for ESP8266 devices (#2571)
Co-authored-by: Maurice Makaay <account-github@makaay.nl>
Co-authored-by: Otto winter <otto@otto-winter.com>
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
|
2021-10-21 12:23:21 +02:00 |
|
Otto Winter
|
ac0d921413
|
ESP-IDF support and generic target platforms (#2303)
* Socket refactor and SSL
* esp-idf temp
* Fixes
* Echo component and noise
* Add noise API transport support
* Updates
* ESP-IDF
* Complete
* Fixes
* Fixes
* Versions update
* New i2c APIs
* Complete i2c refactor
* SPI migration
* Revert ESP Preferences migration, too complex for now
* OTA support
* Remove echo again
* Remove ssl again
* GPIOFlags updates
* Rename esphal and ICACHE_RAM_ATTR
* Make ESP32 arduino compilable again
* Fix GPIO flags
* Complete pin registry refactor and fixes
* Fixes to make test1 compile
* Remove sdkconfig file
* Ignore sdkconfig file
* Fixes in reviewing
* Make test2 compile
* Make test4 compile
* Make test5 compile
* Run clang-format
* Fix lint errors
* Use esp-idf APIs instead of btStart
* Another round of fixes
* Start implementing ESP8266
* Make test3 compile
* Guard esp8266 code
* Lint
* Reformat
* Fixes
* Fixes v2
* more fixes
* ESP-IDF tidy target
* Convert ARDUINO_ARCH_ESPxx
* Update WiFiSignalSensor
* Update time ifdefs
* OTA needs millis from hal
* RestartSwitch needs delay from hal
* ESP-IDF Uart
* Fix OTA blank password
* Allow setting sdkconfig
* Fix idf partitions and allow setting sdkconfig from yaml
* Re-add read/write compat APIs and fix esp8266 uart
* Fix esp8266 store log strings in flash
* Fix ESP32 arduino preferences not initialized
* Update ifdefs
* Change how sdkconfig change is detected
* Add checks to ci-custom and fix them
* Run clang-format
* Add esp-idf clang-tidy target and fix errors
* Fixes from clang-tidy idf round 2
* Fixes from compiling tests with esp-idf
* Run clang-format
* Switch test5.yaml to esp-idf
* Implement ESP8266 Preferences
* Lint
* Re-do PIO package version selection a bit
* Fix arduinoespressif32 package version
* Fix unit tests
* Lint
* Lint fixes
* Fix readv/writev not defined
* Fix graphing component
* Re-add all old options from core/config.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2021-09-20 11:47:51 +02:00 |
|