Gigadevice was inconsistent with the convention established by other SoC families, that is, use <vnd_prefix>_<family>. For example, ST STM32 uses st_stm32. Note that GD32VF103, under soc/riscv, has already been adjusted. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
15 lines
305 B
C
15 lines
305 B
C
/*
|
|
* Copyright (c) 2022, Teslabs Engineering S.L.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _SOC_ARM_GIGADEVICE_GD32E50X_SOC_H_
|
|
#define _SOC_ARM_GIGADEVICE_GD32E50X_SOC_H_
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
#include <gd32e50x.h>
|
|
|
|
#endif /* _ASMLANGUAGE */
|
|
|
|
#endif /* _SOC_ARM_GIGADEVICE_GD32E50X_SOC_H_ */
|