Strip W6300 drivers to W6300-only, remove doxygen, flatten into w6300/

This commit is contained in:
Ian Gulliver
2026-04-03 22:37:43 +09:00
parent 577fc6d774
commit 46af5becfe
23 changed files with 2689 additions and 10237 deletions

11
w6300/port_common.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _PORT_COMMON_H_
#define _PORT_COMMON_H_
#include "pico/stdlib.h"
#include "pico/binary_info.h"
#include "pico/critical_section.h"
#include "hardware/spi.h"
#include "hardware/dma.h"
#include "hardware/clocks.h"
#endif /* _PORT_COMMON_H_ */