summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/device/control.c2
-rw-r--r--src/device/control.h2
-rw-r--r--src/portable/microchip/samd21/dcd_samd21.c (renamed from src/portable/microchip/samd21/dcd.c)0
-rw-r--r--src/portable/microchip/samd21/hal_samd21.c (renamed from src/portable/microchip/samd21/hal.c)0
-rw-r--r--src/portable/microchip/samd51/dcd_samd51.c (renamed from src/portable/microchip/samd51/dcd.c)0
-rw-r--r--src/portable/microchip/samd51/hal_samd51.c (renamed from src/portable/microchip/samd51/hal.c)0
6 files changed, 3 insertions, 1 deletions
diff --git a/src/device/control.c b/src/device/control.c
index 5856f0628..26dd8fb35 100644
--- a/src/device/control.c
+++ b/src/device/control.c
@@ -48,6 +48,8 @@
control_t control_state;
+CFG_TUSB_ATTR_USBRAM CFG_TUSB_MEM_ALIGN uint8_t _shared_control_buffer[64];
+
void controld_reset(uint8_t rhport) {
control_state.current_stage = CONTROL_STAGE_SETUP;
}
diff --git a/src/device/control.h b/src/device/control.h
index 881c99ead..633ccb60c 100644
--- a/src/device/control.h
+++ b/src/device/control.h
@@ -61,7 +61,7 @@ typedef struct {
uint8_t config;
} control_t;
-CFG_TUSB_ATTR_USBRAM CFG_TUSB_MEM_ALIGN uint8_t _shared_control_buffer[64];
+extern uint8_t _shared_control_buffer[64];
tusb_error_t controld_process_setup_request(uint8_t rhport, tusb_control_request_t const * const p_request);
diff --git a/src/portable/microchip/samd21/dcd.c b/src/portable/microchip/samd21/dcd_samd21.c
index 33cbc8d92..33cbc8d92 100644
--- a/src/portable/microchip/samd21/dcd.c
+++ b/src/portable/microchip/samd21/dcd_samd21.c
diff --git a/src/portable/microchip/samd21/hal.c b/src/portable/microchip/samd21/hal_samd21.c
index 524840be2..524840be2 100644
--- a/src/portable/microchip/samd21/hal.c
+++ b/src/portable/microchip/samd21/hal_samd21.c
diff --git a/src/portable/microchip/samd51/dcd.c b/src/portable/microchip/samd51/dcd_samd51.c
index e67fbd295..e67fbd295 100644
--- a/src/portable/microchip/samd51/dcd.c
+++ b/src/portable/microchip/samd51/dcd_samd51.c
diff --git a/src/portable/microchip/samd51/hal.c b/src/portable/microchip/samd51/hal_samd51.c
index d8c71a7fe..d8c71a7fe 100644
--- a/src/portable/microchip/samd51/hal.c
+++ b/src/portable/microchip/samd51/hal_samd51.c