PoC: Integrate spi and flash code

This commit is contained in:
Mikael Ågren 2025-02-03 17:46:25 +01:00
parent 12c23cc149
commit cbc7adf706
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
6 changed files with 11 additions and 12 deletions

View file

@ -2,12 +2,11 @@
// SPDX-License-Identifier: GPL-2.0-only
#include "flash.h"
#include "../tk1/types.h"
#include "../tk1_mem.h"
#include "spi.h"
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
// clang-format off
static volatile uint32_t *timer = (volatile uint32_t *)TK1_MMIO_TIMER_TIMER;