Initial commit

This commit is contained in:
jaseg 2024-06-08 18:45:51 +02:00
commit b0d059fb24
34 changed files with 18172 additions and 0 deletions

2
include/stm32.h Normal file
View file

@ -0,0 +1,2 @@
/* libusb_stm compatibility file */
#include "stm32f072xb.h"