Strip QSPI mode options to quad-only, remove dead files

This commit is contained in:
Ian Gulliver
2026-04-04 15:28:27 +09:00
parent 45e121bd99
commit dec8d0c68d
8 changed files with 22 additions and 274 deletions

View File

@@ -1,13 +1,9 @@
#include <stdio.h>
#include "port_common.h"
#include "pico/stdlib.h"
#include "pico/critical_section.h"
#include "wizchip_conf.h"
#include "wizchip_spi.h"
#include "wizchip_qspi_pio.h"
#include "pico/stdlib.h"
#include "pico/binary_info.h"
#include "pico/critical_section.h"
#include "hardware/dma.h"
static critical_section_t g_wizchip_cri_sec;