esp-open-rtos/core
Our Air Quality 3c81f7d587 lwip update
* The mdns responder has been reworked to lower stack and memory usage. This is
  a variation on the upstream code, it use malloc whereas the upstream code uses
  pools. The high stack usage of the mdns responder was problem for
  esp-open-rtos, so we might have to maintain the differences for now.

* Improved lwip core locking, and lock checking. Upstream improvements, that
  need some added support from esp-open-rtos specific code. More core lock is
  performed when calling from the esp-open-rtos code now, so a little safer. The
  checking is not enforced, but projects might see warning messages and might
  want to look into them.

* The esp-open-rtos lwip support has been sync'ed with the new freertos port
  included with lwip. There are still some minor differences.

* A few lwip timer bugs have been resolved. This might help resolve some issues.

* Plus it picks up all the other upstream fixes and improvements.

* The default lwip stack has been lowered from 768 words to 480 words,
  due to the reduced stack usage by the mdns responder.
2018-02-09 20:26:02 +11:00
..
include Driver for Cypress serial F-RAM 2017-12-24 18:49:52 +05:00
app_main.c lwip update 2018-02-09 20:26:02 +11:00
component.mk Rework component makefiles to have a default <component>_ROOT 2015-09-08 09:59:59 +10:00
cplusplus_operators.cpp Move c++ operators back to link-time resolutions, part of 'core' 2015-09-20 21:13:38 +10:00
debug_dumps.c Added an API for user exception handlers 2017-08-29 09:51:23 +03:00
esp_gpio.c Add an argument to ISRs. Disable interrupts while masking them. 2017-08-30 13:51:32 +10:00
esp_hwrand.c Use hwrand for the sdk uses of rand, in particular with the NMI. 2017-07-20 16:24:45 +10:00
esp_interrupts.c Add an argument to ISRs. Disable interrupts while masking them. 2017-08-30 13:51:32 +10:00
esp_iomux.c Removed INLINED (force inline) macro. 2015-11-28 18:01:03 +11:00
esp_phy.c Add PHY hardware management for Bluetooth Coexistence pin choice 2016-05-15 22:21:10 +10:00
esp_spi.c Driver for Cypress serial F-RAM 2017-12-24 18:49:52 +05:00
esp_timer.c pwm fix (#485) 2017-12-02 11:54:04 +05:00
exception_vectors.S core: exception_vectors: initial esp-gdbstub support (#205) 2016-09-15 08:26:38 +02:00
led_debug.s Use GPIO2 for led_debug.S 2015-09-14 17:20:00 +10:00
newlib_syscalls.c Merge pull request #529 from ourairquality/newlib-locks-combine 2017-12-28 06:48:28 +05:00
phy_info.c Wrap structure around phy_info PHY initialisation settings 2016-05-15 22:21:10 +10:00
sdk_compat.c gcc __attribute__((constructor)): Remove hacked calling, move ctor sections to flash 2016-04-24 18:52:16 +10:00
spiflash-cache-enable.S Use latest upstream rboot, always build with OTA - use prebuilt rboot if 2016-05-28 11:27:10 +10:00
spiflash.c spi_write: use uint32_t for the page iteration counter. 2017-08-30 13:51:32 +10:00
sysparam.c sysparam_get_bool: memcpy the binary values out. 2017-08-30 13:51:32 +10:00