PoC: testfw: Check that SPI flash is available in firmware mode

This commit is contained in:
Mikael Ågren 2025-02-03 09:38:53 +01:00
parent cbc7adf706
commit e5e2ab2787
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
3 changed files with 15 additions and 3 deletions

View file

@ -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