Sysparam by @foogod ()

* Sysparam implementation

sysparam improvements

Mostly done, a few minor cleanups left.

Add sysparam_editor example

Sysparam code cleanup

Add documentation to sysparam.h

Fix up sysparam.h docs

Added a couple more debug statements

Fix potential memory leak if realloc() fails

Major sysparam overhaul

Add sysparam_get_info function

Add sysparam initialization to app_main.c

* Fixed warnings, added license
This commit is contained in:
Johan Kanflo 2016-08-18 12:07:46 +02:00 committed by GitHub
parent b07c34b863
commit 40dc3bf945
6 changed files with 1740 additions and 0 deletions
core/include/esp

View file

@ -3,6 +3,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
typedef volatile uint32_t *esp_reg_t;