Add power on after reset flag
This commit is contained in:
committed by
Jeremy Soller
parent
4303f0753e
commit
1194472b8f
8
src/ec/it5570e/include/ec/bram.h
Normal file
8
src/ec/it5570e/include/ec/bram.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _EC_BRAM_H
|
||||
#define _EC_BRAM_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
volatile uint8_t __xdata __at(0x2200) BRAM[192];
|
||||
|
||||
#endif // _EC_BRAM_H
|
8
src/ec/it8587e/include/ec/bram.h
Normal file
8
src/ec/it8587e/include/ec/bram.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _EC_BRAM_H
|
||||
#define _EC_BRAM_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
volatile uint8_t __xdata __at(0x2200) BRAM[192];
|
||||
|
||||
#endif // _EC_BRAM_H
|
Reference in New Issue
Block a user