Initial sysparam implementation

Problems with inability to write individual bytes to flash.  Need to reorganize
to read/write word-multiples instead.
This commit is contained in:
Alex Stewart 2016-03-02 10:48:28 -08:00
parent 17133f408b
commit b9c48d9f4e
3 changed files with 659 additions and 0 deletions

View file

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