add new concept USB-CDC template for STM32F303

This commit is contained in:
Edward Emelianov
2025-09-04 21:25:58 +03:00
parent 962d181e89
commit 8be4f0975e
30 changed files with 14535 additions and 4 deletions

View File

@@ -23,7 +23,9 @@
#define __STM32F3_H__
#include "vector.h"
#if defined STM32F303xb || defined STM32F303xc
#if defined STM32F303x8
#include "stm32f303x8.h"
#elif defined STM32F303xb || defined STM32F303xc
#include "stm32f303xc.h"
#elif defined STM32F302xb || defined STM32F302xc
#include "stm32f302xc.h"