feat: add STM32F103RC support for HY27UF084G2M

This commit is contained in:
2026-09-11 19:42:15 +03:00
parent 1f1006bf2a
commit daaca0d94b
7 changed files with 262 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
#ifndef PARALLEL_NAND_PORT_STM32F103RC_H
#define PARALLEL_NAND_PORT_STM32F103RC_H
#include "parallel_nand_port.h"
#ifdef __cplusplus
extern "C" {
#endif
const parallel_nand_port_t *parallel_nand_port_stm32f103rc(void);
#ifdef __cplusplus
}
#endif
#endif