mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-12-10 14:25:33 -05:00
PoC: testfw: Check that SPI flash is available in firmware mode
This commit is contained in:
parent
cbc7adf706
commit
e5e2ab2787
3 changed files with 15 additions and 3 deletions
|
|
@ -4,9 +4,8 @@
|
|||
#ifndef TKEY_FLASH_H
|
||||
#define TKEY_FLASH_H
|
||||
|
||||
#include "types.h"
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define WRITE_ENABLE 0x06
|
||||
#define WRITE_DISABLE 0x04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue