Add USB CDC and loop-back test
This commit is contained in:
commit
7234eb8360
34 changed files with 15808 additions and 0 deletions
12
stm32f103c8t6/src/main.h
Normal file
12
stm32f103c8t6/src/main.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "stm32f103x6.h"
|
||||
#include "pinning.h"
|
||||
#include "buildid.h"
|
||||
#include "debug.h"
|
||||
#include "usb.h"
|
||||
#include "led.h"
|
||||
#include "usb_cdc.h"
|
||||
|
||||
int main(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue