esp-open-rtos/extras
Our Air Quality 85338ee672 mDNS-responder: ipv6 support and fixes
* Adds ipv6 support. Compiles with ipv6 enabled and then accepts ipv6
  connections and answers AAAA questions.

* Fixes a few overflows of the reply buffer. Reduce the default reply buffer
  size, name it MDNS_RESPONDER_REPLY_SIZE, and allow overriding.

* Fix mdns_add_TXT.

* Prefer malloc to large stack buffers, to control stack sizes, and try to
  malloc only the buffer size needed where known in advance.

* Determine the IP addresses when responding, eliminating the update function
  and the update task.

* Allow use in SoftAP and StationAP mode too.

* Fix to compile without the debug output.

* Slightly better integration with lwip.

* Accept a NULL TXT entry.

* Some code style changes, not comprehensive.
2017-12-12 11:34:21 +11:00
..
ad770x I2C bus upgrade (#432) 2017-09-01 14:29:32 +05:00
ads111x Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
bearssl Update BearSSL 2017-07-04 23:16:22 +10:00
bh1750 I2C bus upgrade (#432) 2017-09-01 14:29:32 +05:00
bme680 Driver for Bosch Sensortec BME680 added (#469) 2017-11-07 12:47:58 +05:00
bmp180 Fix #471 2017-10-28 22:57:22 +05:00
bmp280 Fix #471 2017-10-28 22:57:22 +05:00
ccs811 CCS811 driver added (#479) 2017-12-11 08:00:53 +05:00
cpp_support FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
crc_generic Crc fix and update (#347) 2017-02-27 22:35:56 +06:00
dhcpserver Revert #426 2017-10-11 15:38:31 +05:00
dht Extras/DHT improvements: makefile fix, replace DHT_TYPE macro by param (#252) 2016-10-26 16:41:08 +03:00
ds18b20 ds18b20 fix for temperature below zero 2016-11-25 21:42:50 +02:00
ds1302 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
ds1307 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
ds3231 Merge pull request #437 from ourairquality/oaq-merge-1 2017-10-02 04:50:35 +05:00
fatfs FatFS update to R0.12c 2017-03-15 21:08:44 +05:00
fonts ssd1306 more functions (#310) 2016-12-13 19:42:23 +06:00
hd44780 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
hmc5883l Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
http-parser HTTP parser intergation (#263) 2016-11-23 17:58:02 +02:00
httpd libc: update to upstream master. 2017-09-21 23:44:24 +10:00
i2c I2C optimization (#503) 2017-12-09 22:27:39 +05:00
i2s_dma Add an argument to ISRs. Disable interrupts while masking them. 2017-08-30 13:51:32 +10:00
ina3221 ina3221 ptr NULL security 2017-11-17 20:44:02 +01:00
jsmn Add JSON support 2016-05-15 22:32:14 +10:00
libesphttpd Bringing libesphttpd up-to-date (#504) 2017-12-06 20:13:29 +05:00
max7219 MAX7219/MAX7221 dirver + example 2017-02-09 03:31:51 +05:00
mbedtls lwip: define LWIP_POSIX_SOCKETS_IO_NAMES as zero (#457) 2017-10-18 19:33:32 +02:00
mcp4725 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
mdnsresponder mDNS-responder: ipv6 support and fixes 2017-12-12 11:34:21 +11:00
ms561101ba03 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
onewire Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
paho_mqtt_c lwip: define LWIP_POSIX_SOCKETS_IO_NAMES as zero (#457) 2017-10-18 19:33:32 +02:00
pca9685 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
pcf8574 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
pcf8591 Added DAC support to PCF8591 driver 2017-10-13 00:54:08 +05:00
pwm pwm fix (#485) 2017-12-02 11:54:04 +05:00
rboot-ota Fix #313 2016-12-17 21:00:37 +05:00
sdio Fix for counter overflow in delays based on sdk_system_get_time() 2017-04-22 00:55:41 +05:00
sht3x Fix #471 2017-10-28 22:57:22 +05:00
sntp Allow overrides of sntp.h 2017-12-07 20:55:03 +01:00
softuart Softuart (#307) 2017-03-06 23:28:20 +06:00
spiffs Fix the SPIFFS POSIX API (#489) 2017-11-22 16:45:48 +01:00
ssd1306 Fix a typo in ssd1306 driver that prevents compiling with c++ compiler 2017-10-27 09:04:57 -05:00
stdin_uart_interrupt Add an argument to ISRs. Disable interrupts while masking them. 2017-08-30 13:51:32 +10:00
tsl2561 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
tsl4531 Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00
ultrasonic Fix for counter overflow in delays based on sdk_system_get_time() 2017-04-22 00:55:41 +05:00
wificfg wificfg: add config option for mDNS 2017-12-10 10:32:21 +11:00
ws2812 Make headers in extras more cpp friendly 2016-10-24 18:13:17 +05:00
ws2812_i2s color and timing (ws2812_i2s) (#493) 2017-12-02 14:37:52 +05:00