add I2C for F303, fix bug in USB (some variables wasn't volatile)

This commit is contained in:
eddyem
2023-01-22 21:55:49 +03:00
parent c6e3acc460
commit b415b94b55
35 changed files with 2605 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
// Add predefined macros for your project here. For example:
// #define THE_ANSWER 42
#define EBUG
#define STM32F3
#define STM32F303xb
#define __thumb2__ 1
#define __ARM_ARCH_7M__
#define BUILD_NUMBER "xx"
#define BUILD_DATE "yy"