Commit Graph

  • ac6dcb6830 esp_timer: remove legacy ESP32 FRC timer implementation. Marius Vikhammer 2021-12-14 19:01:19 +08:00
  • 085dbd8c4e freertos: Remove legacy data types Darian Leung 2022-02-08 17:39:38 +08:00
  • f78e8cfce8 Tools: Custom baud-rate setup is not possible for IDF Monitor from menuconfig anymore Roland Dobai 2022-01-24 17:54:04 +01:00
  • 6cdf5ee074 mdns: Use memcpy() for copy to support non-text TXTs David Cermak 2022-01-21 15:27:45 +01:00
  • fcb5515f1e mdns: Support for null-value TXT records David Cermak 2022-01-21 11:55:08 +01:00
  • 9fdbe5f130 mdns: Fix alloc issue if TXT has empty value David Cermak 2022-01-21 14:18:22 +01:00
  • 20e6e9e7fe mdns: Fix random crash when defalt service instance queried David Cermak 2022-01-18 17:15:35 +01:00
  • 3c5b13ea0d ci/mdns: Run mdns test on ethernet runners David Cermak 2022-01-14 14:33:13 +01:00
  • c588263b45 mdns: Fix minor memory leaks when creating services David Cermak 2022-01-17 08:31:16 +01:00
  • 6258edf23b Fix mDNS memory leak caffreyfans 2021-12-17 16:21:21 +08:00
  • c8b0d5ea9d Fix mDNS memory leak caffreyfans 2021-12-17 16:05:38 +08:00
  • 5252b1d801 mdns: Use multi/uni-cast types in API David Cermak 2022-01-10 09:16:10 +01:00
  • 4e11cc86fe mdns: Allow for unicast PTR queries David Cermak 2021-12-17 15:40:52 +01:00
  • 7af91ec490 mdns: Fix potential null deref for ANY query type David Cermak 2021-12-17 15:17:58 +01:00
  • 01256d3e34 mdns: Make fuzzer layers compatible with llvm>=6 David Cermak 2022-01-04 13:50:02 +01:00
  • 5a2d4eab6d mdns: Fix copyright David Cermak 2022-01-07 16:16:31 +01:00
  • 9de3f534e2 Add mDNS miss comment caffreyfans 2021-12-17 16:39:43 +08:00
  • bcabc8ea16 freertos: remove FREERTOS_ASSERT option Marius Vikhammer 2021-12-28 12:54:31 +08:00
  • dfb27b39cc mdns: Minor err print fix in socket-networking layer David Cermak 2021-12-16 16:00:44 +01:00
  • 076c095aec unified errno format caffreyfans 2021-12-16 14:10:52 +08:00
  • 7dd0bc1fff mdns: always send A/AAAA records in announcements Jiacheng Guo 2021-12-03 17:50:57 +08:00
  • 7e82a7cef7 mdns: filter instance name for ANY queries Jiacheng Guo 2021-12-03 17:59:04 +08:00
  • ae381b779f mdns: Fix potential null deref reported by fuzzer test David Cermak 2021-12-07 16:17:53 +01:00
  • d0f4e68c7a mdns: Unbreak test app cauased by async API change David Cermak 2021-12-16 22:46:53 +01:00
  • 941dc5c42f mdns: Minor fix of API description and API usage David Cermak 2021-12-10 10:30:13 +01:00
  • 525c64915e Added results count to MDNS 0xFEEDC0DE64 2021-12-02 12:33:10 +01:00
  • f0839d909b mdns: fix mdns server instance mismatch zhangwenxu 2021-12-16 16:52:05 +08:00
  • 69902ea8e1 mdns: support multiple instance for mdns service txt set zhangwenxu 2021-11-26 17:27:18 +08:00
  • d5001e894f mdns: added test app Suren Gabrielyan 2021-10-19 15:53:19 +04:00
  • 145a8d2291 esp_eth: rework KSZ80xx implementation and add more KSZ80xx PHYs Fischerauer Christian 2021-11-16 16:18:43 +01:00
  • d0bbe880b6 mdns: fix wrong PTR record count Jiacheng Guo 2021-11-10 17:29:09 +08:00
  • 4a9d55edf7 Build & config: Remove leftover files from the unsupported "make" build system Roland Dobai 2021-11-05 15:38:25 +01:00
  • be2a924674 Build & config: Remove the "make" build system Roland Dobai 2021-11-04 15:28:07 +01:00
  • 76fcd4128a freertos: update freertos folder structure to match upstream Sudeep Mohanty 2021-09-20 11:37:03 +05:30
  • fd8499c874 mdns: support service subtype Jiacheng Guo 2021-09-30 15:18:16 +08:00
  • 38b4fe2353 mdns: Fix parsing non-standard queries David Cermak 2021-10-19 16:55:16 +02:00
  • eb7eeb58d3 [examples]: removed hyphens Jakob Hasse 2021-07-05 14:33:56 +08:00
  • b26606252f mdns: allow mutiple instances with same service type Jiacheng Guo 2021-09-13 19:33:02 +08:00
  • 5e087d82d6 mdns: Update copyright header David Cermak 2021-09-21 11:06:59 +02:00
  • 91a3d95f96 mdns: Fix potential null dereference identified by fuzzer tests David Cermak 2021-09-07 13:05:38 +02:00
  • 6d6dd2b75e components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller baohongde 2021-09-16 15:57:57 +08:00
  • 0611b0cb67 Eth_examples: added support of ESP32-S3 chip Ondrej Kosta 2021-08-13 16:50:39 +02:00
  • cf6ed1cc53 esp_eth: add support for multiple Ethernets modules at a time Ondrej Kosta 2021-08-03 13:34:52 +02:00
  • 52306e914f mdns: add notification callback for async APIs Jiacheng Guo 2021-08-05 16:59:04 +08:00
  • d37ab6dd25 mdns: add more mdns result attributes Jiacheng Guo 2021-04-21 15:34:22 +08:00
  • 05dcd8f0ee examples/protocols: fix compilation when CONFIG_EXAMPLE_USE_OPENETH=y Ivan Grokhotkov 2021-08-15 21:58:42 +05:00
  • 5c55ea6e02 mdns: Add host test using linux target David Cermak 2021-06-30 18:39:29 +02:00
  • 0c71c7bfe1 mdns: Implement mdns_networking using BSD sockets David Cermak 2021-07-08 18:08:14 +02:00
  • 4c368c0090 mdns: fix crash when adding services without hostname set Jiacheng Guo 2021-07-27 12:06:01 +08:00
  • c2abeff476 examples: Update Ethernet examples to use new PHY LAN87xx init function Ondrej Kosta 2021-06-24 11:03:11 +02:00
  • 6a92d3253f CI: mdns example test: start responder after valid IP David Cermak 2021-06-30 08:42:09 +02:00
  • af2275341e mdns: Fix fuzzer IDF-mock layer David Cermak 2021-06-29 15:02:48 +02:00
  • b0957e70fd mdns: Clean the main mdns module from lwip dependencies David Cermak 2021-06-29 10:02:44 +02:00
  • 47c7266103 mdns: Add asynchronous query API David Cermak 2021-06-03 16:56:12 +02:00
  • 40da0d29be mdns: Fix crashes reported by the fuzzer tests David Cermak 2021-06-25 08:34:39 +02:00
  • 5f6b6f9273 mdns/fuzzer: Fix non-instrumentation test to reproduce fuzzer issues David Cermak 2021-06-25 08:33:38 +02:00
  • 8a120829e2 mdns: return ESP_OK rather than ERR_OK in API functions Jiacheng Guo 2021-06-29 15:18:44 +08:00
  • 46f28a8011 mdns: fix memory leak in mdns_free when adding delegated hostnames Jiacheng Guo 2021-06-23 20:17:23 +08:00
  • 5a81eaea3f mdns: Support for One-Shot mDNS queries David Cermak 2021-06-10 15:00:33 +02:00
  • 2ddaee2b6e mdns: allow explicit txt value length Jiacheng Guo 2021-06-15 20:13:00 +08:00
  • 73b1763029 example: set example wifi scan method to all channel: He Yin Ling 2021-06-09 10:01:17 +08:00
  • 27fc285000 mdns: Fix crashes reported by the fuzzer David Cermak 2021-06-09 09:59:25 +02:00
  • 93e6efedc7 mdns: Minor correction of the test code David Cermak 2021-06-09 09:58:58 +02:00
  • bc4cda8ea7 mdns: Fix fuzzer from miss-interpreting adding services as timeouts David Cermak 2021-06-08 13:27:15 +02:00
  • 8a8d58d4dc mdns: fix test script delayed response Jiacheng Guo 2021-05-11 13:47:03 +08:00
  • 402baebfee mdns: fix wrong SRV/PTR record handling Jiacheng Guo 2021-05-06 16:03:42 +08:00
  • 9fa25ef3b6 mdns: fix wrong service hostname after mangling Jiacheng Guo 2021-04-30 17:22:14 +08:00
  • 121b525108 mdns: fix empty address change announce packets Jiacheng Guo 2021-04-21 16:15:51 +08:00
  • 418fb60dd9 mdns: fix mdns probe/reply behavior Jiacheng Guo 2021-04-15 20:03:53 +08:00
  • 4049b3b5ed mdns: make delegate host address a list Jiacheng Guo 2021-04-07 16:21:16 +08:00
  • c8821199a2 mdns: add remove delegate host api Jiacheng Guo 2021-04-02 18:06:10 +08:00
  • 1eb5df9780 mdns: add mdns delegation Jiacheng Guo 2021-03-30 13:19:01 +08:00
  • b62b4b3e25 mdns: fix memory free issue when repeating the query in reply Jiacheng Guo 2021-04-16 15:19:34 +08:00
  • 4d8aec1ad3 mdns: Fix of crash when wifi interface get deleted and mdns receives the packets Suren Gabrielyan 2021-05-20 12:25:15 +04:00
  • 6d649102ab Docs: Added README.md for lwip fuzzer tests Suren Gabrielyan 2021-04-18 16:55:37 +04:00
  • 3ad559bf3f Split example_tests with Example_WIFI tag group into Example_OTA and Example_Protocols Shubham Kulkarni 2021-03-25 15:20:30 +05:30
  • ab3fa69b8f mdns: Fixed the ip header TTL to be correctly set to 255 David Cermak 2020-12-28 17:37:03 +01:00
  • c3a5826d60 mdns: Fix parsing answers with questions when instance name not set David Cermak 2021-02-19 16:44:08 +01:00
  • cbcbe4ffd7 mdns: Fix the resolver to correctly parse it's own non-strict answers David Cermak 2021-03-08 19:40:53 +01:00
  • adc34309dc mdns: Add MDNS_STRICT_MODE config option suren.gabrielyan 2021-03-05 21:12:51 +04:00
  • 7a8329cb5c Bugfix: Connect example to add scan mode config ronghulin 2021-02-25 19:47:53 +08:00
  • c30617d872 freertos: common config header Renz Bagaporo 2021-02-24 16:44:27 +08:00
  • 1e5eeb16ec mdns: Removed freeRTOS dependancies from fuzzer tests suren.gabrielyan 2021-02-05 17:56:09 +04:00
  • 22c7c0a195 mDNS: Updated APIs description and shows the warning when hostname contains domain name during the query suren.gabrielyan 2021-02-26 18:28:57 +04:00
  • eda5d72acf examples: Strip IPv6 function in example and use sockaddr_storage to replace sockaddr_in6 yuanjm 2021-01-18 19:16:06 +08:00
  • 1623c0e729 components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components yuanjm 2021-01-18 19:14:51 +08:00
  • b114ed69de mdns: add bound check when setting interface as duplicate suren.gabrielyan 2021-02-12 13:18:59 +04:00
  • 49a00c2455 style: format python files with isort and double-quote-string-fixer Fu Hanxi 2021-01-26 10:49:01 +08:00
  • dec1d7dcf8 esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA xiehang 2021-01-19 11:55:44 +08:00
  • 2ffd22382d mDNS: Fix of text length calculation when detecting a collision suren.gabrielyan 2021-01-14 14:32:05 +04:00
  • 487287157d example: We should not check the return value of esp_wifi_connect() in any case xiehang 2021-01-11 14:35:29 +08:00
  • 1fe901f70f global: fix sign-compare warnings morris 2020-11-17 12:48:35 +08:00
  • 2cf9fd8891 lwip: Moved default SNTP API to esp_sntp.h David Čermák 2021-01-13 10:28:34 +08:00
  • 89439e0a9b mdns: Allow resolve its own non-strict answers David Cermak 2020-12-11 14:00:26 +01:00
  • becd5d0266 mDNS: Fix of collision detection during txt length calculation suren.gabrielyan 2020-12-04 18:19:19 +04:00
  • 0d7a30944e esp32c3: Apply one-liner/small changes for ESP32-C3 Angus Gratton 2020-11-26 19:56:13 +11:00
  • e2653e7fb0 eth: hide spi configuration when using internal emac morris 2020-11-27 11:44:42 +08:00
  • df6a208f45 test: remove fake binary size check in example test: He Yin Ling 2020-11-24 16:40:15 +08:00
  • 1fdffbbbab test: fix several test build error morris 2020-11-06 17:19:51 +08:00
  • d5566971fb eth: support W5500 in network examples morris 2020-11-06 16:06:20 +08:00