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:
parent
17133f408b
commit
b9c48d9f4e
3 changed files with 659 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
typedef volatile uint32_t *esp_reg_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue