move vector_data.h and ioport_cfg.h to common family

This commit is contained in:
hathach
2023-07-03 10:54:37 +07:00
parent 787229a35e
commit ad7764b5b2
6 changed files with 0 additions and 24 deletions

5
hw/bsp/ra/vector_data.h Normal file
View File

@@ -0,0 +1,5 @@
/* vector numbers are configurable/dynamic, hence this, it will be used inside the port */
#define TU_IRQn 0
#define USBFS_RESUME_IRQn 1
#define USBFS_FIFO_0_IRQn 2
#define USBFS_FIFO_1_IRQn 3