esp-open-rtos/core/include
ourairquality ace6870c51 sysparam: rework.
Adds a semaphore used by readers are writers.

Fixes writing to the flash from constant data stored in the flash, using a bounce buffer.

Handle reading into unaligned value buffers.

Removed memory allocation from most read and write paths. Only read paths that return a blob of data allocate memory now, and the iterator.

Store small integers as binary values, avoiding parsing and formatting in these paths.
2016-08-21 16:30:04 +10:00
..
esp Sysparam by @foogod (#180) 2016-08-18 12:07:46 +02:00
common_macros.h i2s_dma: Implementation of I2S + DMA wrapper library 2016-08-16 10:19:33 +03:00
debug_dumps.h Add heap information to fatal exception & abort dumps 2016-05-15 22:30:01 +10:00
esp8266.h Consolidate interrupt management in core as esp/interrupts.h & esp_interrupts.c 2015-09-28 22:15:40 +10:00
flashchip.h First batch of opensdk additions 2016-07-06 17:21:34 +10:00
os_version.h Replace libmain:app_main.o with core/app_main.c 2015-08-28 18:53:43 -07:00
sdk_internal.h Added first half of RE'd user_interface.c 2016-07-06 17:21:34 +10:00
sysparam.h sysparam: rework. 2016-08-21 16:30:04 +10:00
xtensa_ops.h First batch of opensdk additions 2016-07-06 17:21:34 +10:00