summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-22 11:18:10 +0700
committerhathach <[email protected]>2018-11-22 11:18:10 +0700
commit42b97d3c25d6163e0c43b6ddb64944f27d7e2f6d (patch)
tree823e09950dd8aa36f7e7b9ad6f40aca3af47b6e9 /examples
parentd2d833c0abd3a2678720f8c2462fa29406c6fdc4 (diff)
rename example project
Diffstat (limited to 'examples')
-rw-r--r--examples/device/cdc_msc_hid/ses/cdc_msc_hid.emProject (renamed from examples/device_composite/ses/device_composite.emProject)2
-rw-r--r--examples/device/cdc_msc_hid/ses/nrf5x/flash_placement.xml (renamed from examples/device_composite/ses/nrf5x/flash_placement.xml)0
-rw-r--r--examples/device/cdc_msc_hid/ses/nrf5x/nRF52840_xxAA_MemoryMap.xml (renamed from examples/device_composite/ses/nrf5x/nRF52840_xxAA_MemoryMap.xml)0
-rw-r--r--examples/device/cdc_msc_hid/ses/nrf5x/nRF_Target.js (renamed from examples/device_composite/ses/nrf5x/nRF_Target.js)0
-rw-r--r--examples/device/cdc_msc_hid/ses/nrf5x/nrf52840_Registers.xml (renamed from examples/device_composite/ses/nrf5x/nrf52840_Registers.xml)0
-rw-r--r--examples/device/cdc_msc_hid/ses/nrf5x/nrf5x.emProject (renamed from examples/device_composite/ses/nrf5x/nrf5x.emProject)52
-rw-r--r--examples/device/cdc_msc_hid/ses/nrf5x/thumb_crt0.s (renamed from examples/device_composite/ses/nrf5x/thumb_crt0.s)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd21/ATSAMD21G18A_MemoryMap.xml (renamed from examples/device_composite/ses/samd21/ATSAMD21G18A_MemoryMap.xml)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd21/ATSAMD21G18A_Registers.xml (renamed from examples/device_composite/ses/samd21/ATSAMD21G18A_Registers.xml)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd21/ATSAMD21G18A_Vectors.s (renamed from examples/device_composite/ses/samd21/ATSAMD21G18A_Vectors.s)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd21/SAMD21_Startup.s (renamed from examples/device_composite/ses/samd21/SAMD21_Startup.s)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd21/SAMD21_Target.js (renamed from examples/device_composite/ses/samd21/SAMD21_Target.js)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd21/flash_placement.xml (renamed from examples/device_composite/ses/samd21/flash_placement.xml)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd21/samd21.emProject (renamed from examples/device_composite/ses/samd21/samd21.emProject)24
-rw-r--r--examples/device/cdc_msc_hid/ses/samd21/thumb_crt0.s (renamed from examples/device_composite/ses/samd21/thumb_crt0.s)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd51/ATSAMD51J19A_MemoryMap.xml (renamed from examples/device_composite/ses/samd51/ATSAMD51J19A_MemoryMap.xml)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd51/ATSAMD51J19A_Registers.xml (renamed from examples/device_composite/ses/samd51/ATSAMD51J19A_Registers.xml)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd51/ATSAMD51J19A_Vectors.s (renamed from examples/device_composite/ses/samd51/ATSAMD51J19A_Vectors.s)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd51/SAMD51_Startup.s (renamed from examples/device_composite/ses/samd51/SAMD51_Startup.s)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd51/SAMD51_Target.js (renamed from examples/device_composite/ses/samd51/SAMD51_Target.js)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd51/flash_placement.xml (renamed from examples/device_composite/ses/samd51/flash_placement.xml)0
-rw-r--r--examples/device/cdc_msc_hid/ses/samd51/samd51.emProject (renamed from examples/device_composite/ses/samd51/samd51.emProject)26
-rw-r--r--examples/device/cdc_msc_hid/ses/samd51/thumb_crt0.s (renamed from examples/device_composite/ses/samd51/thumb_crt0.s)0
-rw-r--r--examples/device/cdc_msc_hid/src/main.c (renamed from examples/device_composite/src/main.c)0
-rw-r--r--examples/device/cdc_msc_hid/src/msc_app.c (renamed from examples/device_composite/src/msc_app.c)0
-rw-r--r--examples/device/cdc_msc_hid/src/msc_app.h (renamed from examples/device_composite/src/msc_app.h)0
-rw-r--r--examples/device/cdc_msc_hid/src/msc_flash_qspi.c (renamed from examples/device_composite/src/msc_flash_qspi.c)0
-rw-r--r--examples/device/cdc_msc_hid/src/msc_flash_ram.c (renamed from examples/device_composite/src/msc_flash_ram.c)0
-rw-r--r--examples/device/cdc_msc_hid/src/tusb_config.h (renamed from examples/device_composite/src/tusb_config.h)0
-rw-r--r--examples/device/cdc_msc_hid/src/tusb_descriptors.c (renamed from examples/device_composite/src/tusb_descriptors.c)0
-rw-r--r--examples/device_composite/ses/device_composite.emSession95
31 files changed, 52 insertions, 147 deletions
diff --git a/examples/device_composite/ses/device_composite.emProject b/examples/device/cdc_msc_hid/ses/cdc_msc_hid.emProject
index d78430f58..ebf758cd3 100644
--- a/examples/device_composite/ses/device_composite.emProject
+++ b/examples/device/cdc_msc_hid/ses/cdc_msc_hid.emProject
@@ -1,5 +1,5 @@
<!DOCTYPE CrossStudio_Project_File>
-<solution Name="device_composite" target="8" version="2">
+<solution Name="cdc_msc_hid" target="8" version="2">
<import file_name="nrf5x/nrf5x.emProject" />
<import file_name="samd21/samd21.emProject" />
<import file_name="samd51/samd51.emProject" />
diff --git a/examples/device_composite/ses/nrf5x/flash_placement.xml b/examples/device/cdc_msc_hid/ses/nrf5x/flash_placement.xml
index 951d23710..951d23710 100644
--- a/examples/device_composite/ses/nrf5x/flash_placement.xml
+++ b/examples/device/cdc_msc_hid/ses/nrf5x/flash_placement.xml
diff --git a/examples/device_composite/ses/nrf5x/nRF52840_xxAA_MemoryMap.xml b/examples/device/cdc_msc_hid/ses/nrf5x/nRF52840_xxAA_MemoryMap.xml
index cc4056c0d..cc4056c0d 100644
--- a/examples/device_composite/ses/nrf5x/nRF52840_xxAA_MemoryMap.xml
+++ b/examples/device/cdc_msc_hid/ses/nrf5x/nRF52840_xxAA_MemoryMap.xml
diff --git a/examples/device_composite/ses/nrf5x/nRF_Target.js b/examples/device/cdc_msc_hid/ses/nrf5x/nRF_Target.js
index 20560af43..20560af43 100644
--- a/examples/device_composite/ses/nrf5x/nRF_Target.js
+++ b/examples/device/cdc_msc_hid/ses/nrf5x/nRF_Target.js
diff --git a/examples/device_composite/ses/nrf5x/nrf52840_Registers.xml b/examples/device/cdc_msc_hid/ses/nrf5x/nrf52840_Registers.xml
index 39f861f95..39f861f95 100644
--- a/examples/device_composite/ses/nrf5x/nrf52840_Registers.xml
+++ b/examples/device/cdc_msc_hid/ses/nrf5x/nrf52840_Registers.xml
diff --git a/examples/device_composite/ses/nrf5x/nrf5x.emProject b/examples/device/cdc_msc_hid/ses/nrf5x/nrf5x.emProject
index c785e4287..b16c43efa 100644
--- a/examples/device_composite/ses/nrf5x/nrf5x.emProject
+++ b/examples/device/cdc_msc_hid/ses/nrf5x/nrf5x.emProject
@@ -27,7 +27,7 @@
link_use_linker_script_file="No"
linker_memory_map_file="nRF52840_xxAA_MemoryMap.xml"
linker_section_placement_file="flash_placement.xml"
- macros="DeviceFamily=nRF;Target=nRF52840_xxAA;Placement=Flash;rootDir=../../../..;nrfxDir=../../../../hw/mcu/nordic/nrfx"
+ macros="DeviceFamily=nRF;Target=nRF52840_xxAA;Placement=Flash;rootDir=../../../../..;nrfxDir=../../../../../hw/mcu/nordic/nrfx"
project_directory=""
project_type="Executable"
target_reset_script="Reset();"
@@ -37,50 +37,50 @@
Name="tinyusb"
exclude=""
filter="*.c;*.h"
- path="../../../../src"
+ path="../../../../../src"
recurse="Yes" />
<folder Name="hw">
<folder Name="bsp">
<folder Name="pca10056">
- <file file_name="../../../../hw/bsp/pca10056/board_pca10056.c" />
- <file file_name="../../../../hw/bsp/pca10056/board_pca10056.h" />
+ <file file_name="../../../../../hw/bsp/pca10056/board_pca10056.c" />
+ <file file_name="../../../../../hw/bsp/pca10056/board_pca10056.h" />
</folder>
- <file file_name="../../../../hw/bsp/ansi_escape.h" />
- <file file_name="../../../../hw/bsp/board.h" />
+ <file file_name="../../../../../hw/bsp/ansi_escape.h" />
+ <file file_name="../../../../../hw/bsp/board.h" />
</folder>
<folder Name="mcu">
<folder Name="nordic">
<folder Name="nrfx">
<folder Name="drivers">
<folder Name="include">
- <file file_name="../../../../hw/mcu/nordic/nrfx/drivers/include/nrfx_power_clock.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/drivers/include/nrfx_power.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/drivers/include/nrfx_qspi.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/drivers/include/nrfx_power_clock.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/drivers/include/nrfx_power.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/drivers/include/nrfx_qspi.h" />
</folder>
<folder Name="src">
- <file file_name="../../../../hw/mcu/nordic/nrfx/drivers/src/nrfx_power.c" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/drivers/src/nrfx_qspi.c" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/drivers/src/nrfx_power.c" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/drivers/src/nrfx_qspi.c" />
</folder>
</folder>
<folder Name="hal">
- <file file_name="../../../../hw/mcu/nordic/nrfx/hal/nrf_power.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/hal/nrf_qspi.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/hal/nrf_usbd.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/hal/nrf_power.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/hal/nrf_qspi.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/hal/nrf_usbd.h" />
</folder>
<folder Name="mdk">
- <file file_name="../../../../hw/mcu/nordic/nrfx/mdk/nrf51_to_nrf52840.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/mdk/nrf52840_bitfields.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/mdk/nrf52840.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/mdk/nrf52840_peripherals.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/mdk/nrf52_to_nrf52840.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/mdk/ses_startup_nrf52840.s" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/mdk/ses_startup_nrf_common.s" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/mdk/system_nrf52840.c" />
- <file file_name="../../../../hw/mcu/nordic/nrfx/mdk/system_nrf52840.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/mdk/nrf51_to_nrf52840.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/mdk/nrf52840_bitfields.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/mdk/nrf52840.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/mdk/nrf52840_peripherals.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/mdk/nrf52_to_nrf52840.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/mdk/ses_startup_nrf52840.s" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/mdk/ses_startup_nrf_common.s" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/mdk/system_nrf52840.c" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx/mdk/system_nrf52840.h" />
</folder>
</folder>
- <file file_name="../../../../hw/mcu/nordic/nrfx_config.h" />
- <file file_name="../../../../hw/mcu/nordic/nrfx_glue.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx_config.h" />
+ <file file_name="../../../../../hw/mcu/nordic/nrfx_glue.h" />
</folder>
</folder>
</folder>
@@ -102,7 +102,7 @@
Name="segger_rtt"
exclude=""
filter="*.c;*.h"
- path="../../../../lib/segger_rtt"
+ path="../../../../../lib/segger_rtt"
recurse="No" />
</project>
<configuration Name="pca10056" />
diff --git a/examples/device_composite/ses/nrf5x/thumb_crt0.s b/examples/device/cdc_msc_hid/ses/nrf5x/thumb_crt0.s
index 71820cb51..71820cb51 100644
--- a/examples/device_composite/ses/nrf5x/thumb_crt0.s
+++ b/examples/device/cdc_msc_hid/ses/nrf5x/thumb_crt0.s
diff --git a/examples/device_composite/ses/samd21/ATSAMD21G18A_MemoryMap.xml b/examples/device/cdc_msc_hid/ses/samd21/ATSAMD21G18A_MemoryMap.xml
index 2143d3055..2143d3055 100644
--- a/examples/device_composite/ses/samd21/ATSAMD21G18A_MemoryMap.xml
+++ b/examples/device/cdc_msc_hid/ses/samd21/ATSAMD21G18A_MemoryMap.xml
diff --git a/examples/device_composite/ses/samd21/ATSAMD21G18A_Registers.xml b/examples/device/cdc_msc_hid/ses/samd21/ATSAMD21G18A_Registers.xml
index 2e0fa0619..2e0fa0619 100644
--- a/examples/device_composite/ses/samd21/ATSAMD21G18A_Registers.xml
+++ b/examples/device/cdc_msc_hid/ses/samd21/ATSAMD21G18A_Registers.xml
diff --git a/examples/device_composite/ses/samd21/ATSAMD21G18A_Vectors.s b/examples/device/cdc_msc_hid/ses/samd21/ATSAMD21G18A_Vectors.s
index 5cecbd23b..5cecbd23b 100644
--- a/examples/device_composite/ses/samd21/ATSAMD21G18A_Vectors.s
+++ b/examples/device/cdc_msc_hid/ses/samd21/ATSAMD21G18A_Vectors.s
diff --git a/examples/device_composite/ses/samd21/SAMD21_Startup.s b/examples/device/cdc_msc_hid/ses/samd21/SAMD21_Startup.s
index c4b48d351..c4b48d351 100644
--- a/examples/device_composite/ses/samd21/SAMD21_Startup.s
+++ b/examples/device/cdc_msc_hid/ses/samd21/SAMD21_Startup.s
diff --git a/examples/device_composite/ses/samd21/SAMD21_Target.js b/examples/device/cdc_msc_hid/ses/samd21/SAMD21_Target.js
index 20560af43..20560af43 100644
--- a/examples/device_composite/ses/samd21/SAMD21_Target.js
+++ b/examples/device/cdc_msc_hid/ses/samd21/SAMD21_Target.js
diff --git a/examples/device_composite/ses/samd21/flash_placement.xml b/examples/device/cdc_msc_hid/ses/samd21/flash_placement.xml
index 79bedc537..79bedc537 100644
--- a/examples/device_composite/ses/samd21/flash_placement.xml
+++ b/examples/device/cdc_msc_hid/ses/samd21/flash_placement.xml
diff --git a/examples/device_composite/ses/samd21/samd21.emProject b/examples/device/cdc_msc_hid/ses/samd21/samd21.emProject
index 54767199a..a6a439970 100644
--- a/examples/device_composite/ses/samd21/samd21.emProject
+++ b/examples/device/cdc_msc_hid/ses/samd21/samd21.emProject
@@ -27,7 +27,7 @@
linker_memory_map_file="$(ProjectDir)/ATSAMD21G18A_MemoryMap.xml"
linker_section_placement_file="flash_placement.xml"
linker_section_placements_segments="FLASH RX 0x00000000 0x00080000;RAM RWX 0x20000000 0x00030000"
- macros="DeviceFamily=SAMD21;Target=ATSAMD21G18A;Placement=Flash;rootDir=../../../..;asf4Dir=../../../../hw/mcu/microchip/samd/asf4/samd21"
+ macros="DeviceFamily=SAMD21;Target=ATSAMD21G18A;Placement=Flash;rootDir=../../../../..;asf4Dir=../../../../../hw/mcu/microchip/samd/asf4/samd21"
project_directory=""
project_type="Executable"
target_reset_script="Reset();"
@@ -37,15 +37,15 @@
Name="tinyusb"
exclude=""
filter="*.c;*.h"
- path="../../../../src"
+ path="../../../../../src"
recurse="Yes" />
<folder Name="hw">
<folder Name="bsp">
- <file file_name="../../../../hw/bsp/ansi_escape.h" />
- <file file_name="../../../../hw/bsp/board.h" />
+ <file file_name="../../../../../hw/bsp/ansi_escape.h" />
+ <file file_name="../../../../../hw/bsp/board.h" />
<folder Name="metro_m0_express">
- <file file_name="../../../../hw/bsp/metro_m0_express/board_metro_m0_express.c" />
- <file file_name="../../../../hw/bsp/metro_m0_express/board_metro_m0_express.h" />
+ <file file_name="../../../../../hw/bsp/metro_m0_express/board_metro_m0_express.c" />
+ <file file_name="../../../../../hw/bsp/metro_m0_express/board_metro_m0_express.h" />
</folder>
</folder>
<folder Name="mcu">
@@ -54,20 +54,20 @@
<folder Name="asf4">
<folder Name="samd21">
<folder Name="gcc">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd21/gcc/system_samd21.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd21/gcc/system_samd21.c" />
</folder>
<folder Name="hpl">
<folder Name="core">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd21/hpl/core/hpl_init.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd21/hpl/core/hpl_init.c" />
</folder>
<folder Name="gclk">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd21/hpl/gclk/hpl_gclk.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd21/hpl/gclk/hpl_gclk.c" />
</folder>
<folder Name="pm">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd21/hpl/pm/hpl_pm.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd21/hpl/pm/hpl_pm.c" />
</folder>
<folder Name="sysctrl">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd21/hpl/sysctrl/hpl_sysctrl.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd21/hpl/sysctrl/hpl_sysctrl.c" />
</folder>
</folder>
</folder>
@@ -96,7 +96,7 @@
Name="segger_rtt"
exclude=""
filter="*.c;*.h"
- path="../../../../lib/segger_rtt"
+ path="../../../../../lib/segger_rtt"
recurse="No" />
</project>
<configuration Name="Metro M0 Express" />
diff --git a/examples/device_composite/ses/samd21/thumb_crt0.s b/examples/device/cdc_msc_hid/ses/samd21/thumb_crt0.s
index 17f88e0ca..17f88e0ca 100644
--- a/examples/device_composite/ses/samd21/thumb_crt0.s
+++ b/examples/device/cdc_msc_hid/ses/samd21/thumb_crt0.s
diff --git a/examples/device_composite/ses/samd51/ATSAMD51J19A_MemoryMap.xml b/examples/device/cdc_msc_hid/ses/samd51/ATSAMD51J19A_MemoryMap.xml
index 49d9a9cbd..49d9a9cbd 100644
--- a/examples/device_composite/ses/samd51/ATSAMD51J19A_MemoryMap.xml
+++ b/examples/device/cdc_msc_hid/ses/samd51/ATSAMD51J19A_MemoryMap.xml
diff --git a/examples/device_composite/ses/samd51/ATSAMD51J19A_Registers.xml b/examples/device/cdc_msc_hid/ses/samd51/ATSAMD51J19A_Registers.xml
index 83fe837fa..83fe837fa 100644
--- a/examples/device_composite/ses/samd51/ATSAMD51J19A_Registers.xml
+++ b/examples/device/cdc_msc_hid/ses/samd51/ATSAMD51J19A_Registers.xml
diff --git a/examples/device_composite/ses/samd51/ATSAMD51J19A_Vectors.s b/examples/device/cdc_msc_hid/ses/samd51/ATSAMD51J19A_Vectors.s
index 6369de863..6369de863 100644
--- a/examples/device_composite/ses/samd51/ATSAMD51J19A_Vectors.s
+++ b/examples/device/cdc_msc_hid/ses/samd51/ATSAMD51J19A_Vectors.s
diff --git a/examples/device_composite/ses/samd51/SAMD51_Startup.s b/examples/device/cdc_msc_hid/ses/samd51/SAMD51_Startup.s
index 03bf54def..03bf54def 100644
--- a/examples/device_composite/ses/samd51/SAMD51_Startup.s
+++ b/examples/device/cdc_msc_hid/ses/samd51/SAMD51_Startup.s
diff --git a/examples/device_composite/ses/samd51/SAMD51_Target.js b/examples/device/cdc_msc_hid/ses/samd51/SAMD51_Target.js
index 20560af43..20560af43 100644
--- a/examples/device_composite/ses/samd51/SAMD51_Target.js
+++ b/examples/device/cdc_msc_hid/ses/samd51/SAMD51_Target.js
diff --git a/examples/device_composite/ses/samd51/flash_placement.xml b/examples/device/cdc_msc_hid/ses/samd51/flash_placement.xml
index 79bedc537..79bedc537 100644
--- a/examples/device_composite/ses/samd51/flash_placement.xml
+++ b/examples/device/cdc_msc_hid/ses/samd51/flash_placement.xml
diff --git a/examples/device_composite/ses/samd51/samd51.emProject b/examples/device/cdc_msc_hid/ses/samd51/samd51.emProject
index 76be9cf5e..260d452f7 100644
--- a/examples/device_composite/ses/samd51/samd51.emProject
+++ b/examples/device/cdc_msc_hid/ses/samd51/samd51.emProject
@@ -28,7 +28,7 @@
linker_memory_map_file="ATSAMD51J19A_MemoryMap.xml"
linker_section_placement_file="flash_placement.xml"
linker_section_placements_segments="FLASH RX 0x00000000 0x00080000;RAM RWX 0x20000000 0x00030000"
- macros="DeviceFamily=SAMD51;Target=ATSAMD51J19A;Placement=Flash;rootDir=../../../..;asf4Dir=../../../../hw/mcu/microchip/samd/asf4/samd51"
+ macros="DeviceFamily=SAMD51;Target=ATSAMD51J19A;Placement=Flash;rootDir=../../../../..;asf4Dir=../../../../../hw/mcu/microchip/samd/asf4/samd51"
project_directory=""
project_type="Executable"
target_reset_script="Reset();"
@@ -38,15 +38,15 @@
Name="tinyusb"
exclude=""
filter="*.c;*.h"
- path="../../../../src"
+ path="../../../../../src"
recurse="Yes" />
<folder Name="hw">
<folder Name="bsp">
- <file file_name="../../../../hw/bsp/ansi_escape.h" />
- <file file_name="../../../../hw/bsp/board.h" />
+ <file file_name="../../../../../hw/bsp/ansi_escape.h" />
+ <file file_name="../../../../../hw/bsp/board.h" />
<folder Name="metro_m4_express">
- <file file_name="../../../../hw/bsp/metro_m4_express/board_metro_m4_express.c" />
- <file file_name="../../../../hw/bsp/metro_m4_express/board_metro_m4_express.h" />
+ <file file_name="../../../../../hw/bsp/metro_m4_express/board_metro_m4_express.c" />
+ <file file_name="../../../../../hw/bsp/metro_m4_express/board_metro_m4_express.h" />
</folder>
</folder>
<folder Name="mcu">
@@ -55,23 +55,23 @@
<folder Name="asf4">
<folder Name="samd51">
<folder Name="gcc">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd51/gcc/system_samd51.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd51/gcc/system_samd51.c" />
</folder>
<folder Name="hpl">
<folder Name="core">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/core/hpl_init.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/core/hpl_init.c" />
</folder>
<folder Name="osc32kctrl">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/osc32kctrl/hpl_osc32kctrl.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/osc32kctrl/hpl_osc32kctrl.c" />
</folder>
<folder Name="oscctrl">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/oscctrl/hpl_oscctrl.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/oscctrl/hpl_oscctrl.c" />
</folder>
<folder Name="mclk">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/mclk/hpl_mclk.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/mclk/hpl_mclk.c" />
</folder>
<folder Name="gclk">
- <file file_name="../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/gclk/hpl_gclk.c" />
+ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/gclk/hpl_gclk.c" />
</folder>
</folder>
</folder>
@@ -100,7 +100,7 @@
Name="segger_rtt"
exclude=""
filter="*.c;*.h"
- path="../../../../lib/segger_rtt"
+ path="../../../../../lib/segger_rtt"
recurse="No" />
</project>
<configuration Name="Metro M4 Express" />
diff --git a/examples/device_composite/ses/samd51/thumb_crt0.s b/examples/device/cdc_msc_hid/ses/samd51/thumb_crt0.s
index 17f88e0ca..17f88e0ca 100644
--- a/examples/device_composite/ses/samd51/thumb_crt0.s
+++ b/examples/device/cdc_msc_hid/ses/samd51/thumb_crt0.s
diff --git a/examples/device_composite/src/main.c b/examples/device/cdc_msc_hid/src/main.c
index 4c8730242..4c8730242 100644
--- a/examples/device_composite/src/main.c
+++ b/examples/device/cdc_msc_hid/src/main.c
diff --git a/examples/device_composite/src/msc_app.c b/examples/device/cdc_msc_hid/src/msc_app.c
index 52cf58f78..52cf58f78 100644
--- a/examples/device_composite/src/msc_app.c
+++ b/examples/device/cdc_msc_hid/src/msc_app.c
diff --git a/examples/device_composite/src/msc_app.h b/examples/device/cdc_msc_hid/src/msc_app.h
index 38d0f4c99..38d0f4c99 100644
--- a/examples/device_composite/src/msc_app.h
+++ b/examples/device/cdc_msc_hid/src/msc_app.h
diff --git a/examples/device_composite/src/msc_flash_qspi.c b/examples/device/cdc_msc_hid/src/msc_flash_qspi.c
index 30adf1d92..30adf1d92 100644
--- a/examples/device_composite/src/msc_flash_qspi.c
+++ b/examples/device/cdc_msc_hid/src/msc_flash_qspi.c
diff --git a/examples/device_composite/src/msc_flash_ram.c b/examples/device/cdc_msc_hid/src/msc_flash_ram.c
index 269a72fa4..269a72fa4 100644
--- a/examples/device_composite/src/msc_flash_ram.c
+++ b/examples/device/cdc_msc_hid/src/msc_flash_ram.c
diff --git a/examples/device_composite/src/tusb_config.h b/examples/device/cdc_msc_hid/src/tusb_config.h
index b5b4fe088..b5b4fe088 100644
--- a/examples/device_composite/src/tusb_config.h
+++ b/examples/device/cdc_msc_hid/src/tusb_config.h
diff --git a/examples/device_composite/src/tusb_descriptors.c b/examples/device/cdc_msc_hid/src/tusb_descriptors.c
index 2b219c87a..2b219c87a 100644
--- a/examples/device_composite/src/tusb_descriptors.c
+++ b/examples/device/cdc_msc_hid/src/tusb_descriptors.c
diff --git a/examples/device_composite/ses/device_composite.emSession b/examples/device_composite/ses/device_composite.emSession
deleted file mode 100644
index 86dfea211..000000000
--- a/examples/device_composite/ses/device_composite.emSession
+++ /dev/null
@@ -1,95 +0,0 @@
-<!DOCTYPE CrossStudio_Session_File>
-<session>
- <Bookmarks/>
- <Breakpoints groups="Breakpoints" active_group="Breakpoints"/>
- <ExecutionProfileWindow/>
- <FrameBufferWindow>
- <FrameBufferWindow bufferHeight="-1" addressSpace="" addressText="" bufferWidth="-1"/>
- </FrameBufferWindow>
- <Memory1>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Hello World" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Nordic nrf5x" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Microchip samd51" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Microchip SAMD21" radix="16" sizeText="" addressText=""/>
- </Memory1>
- <Memory2>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Hello World" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Nordic nrf5x" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Microchip samd51" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Microchip SAMD21" radix="16" sizeText="" addressText=""/>
- </Memory2>
- <Memory3>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Hello World" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Nordic nrf5x" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Microchip samd51" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Microchip SAMD21" radix="16" sizeText="" addressText=""/>
- </Memory3>
- <Memory4>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Hello World" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Nordic nrf5x" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Microchip samd51" radix="16" sizeText="" addressText=""/>
- <MemoryWindow addressSpace="" dataSize="1" autoEvaluate="0" viewMode="0" addressOrder="0" columnsText="" refreshPeriod="0" name="Microchip SAMD21" radix="16" sizeText="" addressText=""/>
- </Memory4>
- <Project>
- <ProjectSessionItem path="device_composite"/>
- <ProjectSessionItem path="device_composite;nrf5x"/>
- <ProjectSessionItem path="device_composite;nrf5x;nrf5x"/>
- <ProjectSessionItem path="device_composite;samd21"/>
- <ProjectSessionItem path="device_composite;samd21;samd21"/>
- <ProjectSessionItem path="device_composite;samd51"/>
- <ProjectSessionItem path="device_composite;samd51;samd51"/>
- <ProjectSessionItem path="device_composite;samd51;samd51;hw"/>
- <ProjectSessionItem path="device_composite;samd51;samd51;src"/>
- </Project>
- <Register1>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Hello World" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="USBD/TASKS_STARTEPIN[0];USBD/TASKS_STARTEPIN[1];USBD/TASKS_STARTEPIN[2];USBD/TASKS_STARTEPIN[3];USBD/TASKS_STARTEPIN[4];USBD/TASKS_STARTEPIN[5];USBD/TASKS_STARTEPIN[6];USBD/TASKS_STARTEPIN[7];USBD/TASKS_STARTISOIN;USBD/TASKS_STARTEPOUT[0];USBD/TASKS_STARTEPOUT[1];USBD/TASKS_STARTEPOUT[2];USBD/TASKS_STARTEPOUT[3];USBD/TASKS_STARTEPOUT[4];USBD/TASKS_STARTEPOUT[5];USBD/TASKS_STARTEPOUT[6];USBD/TASKS_STARTEPOUT[7];USBD/TASKS_STARTISOOUT;USBD/TASKS_EP0RCVOUT;USBD/TASKS_EP0STATUS;USBD/TASKS_EP0STALL;USBD/TASKS_DPDMDRIVE;USBD/TASKS_DPDMNODRIVE;USBD/EVENTS_USBRESET;USBD/EVENTS_STARTED;USBD/EVENTS_ENDEPIN[0];USBD/EVENTS_ENDEPIN[1];USBD/EVENTS_ENDEPIN[2];USBD/EVENTS_ENDEPIN[3];USBD/EVENTS_ENDEPIN[4];USBD/EVENTS_ENDEPIN[5];USBD/EVENTS_ENDEPIN[6];USBD/EVENTS_ENDEPIN[7];USBD/EVENTS_EP0DATADONE;USBD/EVENTS_ENDISOIN;USBD/EVENTS_ENDEPOUT[0];USBD/EVENTS_ENDEPOUT[1];USBD/EVENTS_ENDEPOUT[2];USBD/EVENTS_ENDEPOUT[3];USBD/EVENTS_ENDEPOUT[4];USBD/EVENTS_ENDEPOUT[5];USBD/EVENTS_ENDEPOUT[6];USBD/EVENTS_ENDEPOUT[7];USBD/EVENTS_ENDISOOUT;USBD/EVENTS_SOF;USBD/EVENTS_USBEVENT;USBD/EVENTS_EP0SETUP;USBD/EVENTS_EPDATA;USBD/EVENTS_ACCESSFAULT;USBD/SHORTS;USBD/INTEN;USBD/INTENSET;USBD/INTENCLR;USBD/EVENTCAUSE;USBD/BUSSTATE;USBD/EPSTATUS;USBD/EPDATASTATUS;USBD/USBADDR;USBD/BMREQUESTTYPE;USBD/BREQUEST;USBD/WVALUEL;USBD/WVALUEH;USBD/WINDEXL;USBD/WINDEXH;USBD/WLENGTHL;USBD/WLENGTHH;USBD/ENABLE;USBD/USBPULLUP;USBD/DPDMVALUE;USBD/DTOGGLE;USBD/EPINEN;USBD/EPOUTEN;USBD/EPSTALL;USBD/ISOSPLIT;USBD/FRAMECNTR;USBD/LOWPOWER;USBD/ISOINCONFIG;USBD/HALTED.EPIN[0];USBD/HALTED.EPIN[1];USBD/HALTED.EPIN[2];USBD/HALTED.EPIN[3];USBD/HALTED.EPIN[4];USBD/HALTED.EPIN[5];USBD/HALTED.EPIN[6];USBD/HALTED.EPIN[7];USBD/HALTED.EPOUT[0];USBD/HALTED.EPOUT[1];USBD/HALTED.EPOUT[2];USBD/HALTED.EPOUT[3];USBD/HALTED.EPOUT[4];USBD/HALTED.EPOUT[5];USBD/HALTED.EPOUT[6];USBD/HALTED.EPOUT[7];USBD/SIZE.EPOUT[0];USBD/SIZE.EPOUT[1];USBD/SIZE.EPOUT[2];USBD/SIZE.EPOUT[3];USBD/SIZE.EPOUT[4];USBD/SIZE.EPOUT[5];USBD/SIZE.EPOUT[6];USBD/SIZE.EPOUT[7];USBD/SIZE.ISOOUT;USBD/EPIN[0].PTR;USBD/EPIN[0].MAXCNT;USBD/EPIN[0].AMOUNT;USBD/EPIN[1].PTR;USBD/EPIN[1].MAXCNT;USBD/EPIN[1].AMOUNT;USBD/EPIN[2].PTR;USBD/EPIN[2].MAXCNT;USBD/EPIN[2].AMOUNT;USBD/EPIN[3].PTR;USBD/EPIN[3].MAXCNT;USBD/EPIN[3].AMOUNT;USBD/EPIN[4].PTR;USBD/EPIN[4].MAXCNT;USBD/EPIN[4].AMOUNT;USBD/EPIN[5].PTR;USBD/EPIN[5].MAXCNT;USBD/EPIN[5].AMOUNT;USBD/EPIN[6].PTR;USBD/EPIN[6].MAXCNT;USBD/EPIN[6].AMOUNT;USBD/EPIN[7].PTR;USBD/EPIN[7].MAXCNT;USBD/EPIN[7].AMOUNT;USBD/ISOIN.PTR;USBD/ISOIN.MAXCNT;USBD/ISOIN.AMOUNT;USBD/EPOUT[0].PTR;USBD/EPOUT[0].MAXCNT;USBD/EPOUT[0].AMOUNT;USBD/EPOUT[1].PTR;USBD/EPOUT[1].MAXCNT;USBD/EPOUT[1].AMOUNT;USBD/EPOUT[2].PTR;USBD/EPOUT[2].MAXCNT;USBD/EPOUT[2].AMOUNT;USBD/EPOUT[3].PTR;USBD/EPOUT[3].MAXCNT;USBD/EPOUT[3].AMOUNT;USBD/EPOUT[4].PTR;USBD/EPOUT[4].MAXCNT;USBD/EPOUT[4].AMOUNT;USBD/EPOUT[5].PTR;USBD/EPOUT[5].MAXCNT;USBD/EPOUT[5].AMOUNT;USBD/EPOUT[6].PTR;USBD/EPOUT[6].MAXCNT;USBD/EPOUT[6].AMOUNT;USBD/EPOUT[7].PTR;USBD/EPOUT[7].MAXCNT;USBD/EPOUT[7].AMOUNT;USBD/ISOOUT.PTR;USBD/ISOOUT.MAXCNT;USBD/ISOOUT.AMOUNT" binaryNodes="" asciiNodes="" openNodes="USBD;USBD/EPSTATUS;USBD/BMREQUESTTYPE" name="Nordic nrf5x" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="USB (DEVICE)/USB_CTRLA;USB (DEVICE)/USB_SYNCBUSY;USB (DEVICE)/USB_QOSCTRL;USB (DEVICE)/USB_CTRLB;USB (DEVICE)/USB_DADD;USB (DEVICE)/USB_STATUS;USB (DEVICE)/USB_FSMSTATUS;USB (DEVICE)/USB_FNUM;USB (DEVICE)/USB_INTENCLR;USB (DEVICE)/USB_INTENSET;USB (DEVICE)/USB_INTFLAG;USB (DEVICE)/USB_EPINTSMRY;USB (DEVICE)/USB_DESCADD;USB (DEVICE)/USB_PADCAL;USB (DEVICE)/USB_EPCFG0;USB (DEVICE)/USB_EPCFG1;USB (DEVICE)/USB_EPCFG2;USB (DEVICE)/USB_EPCFG3;USB (DEVICE)/USB_EPCFG4;USB (DEVICE)/USB_EPCFG5;USB (DEVICE)/USB_EPCFG6;USB (DEVICE)/USB_EPCFG7;USB (DEVICE)/USB_EPSTATUSCLR0;USB (DEVICE)/USB_EPSTATUSCLR1;USB (DEVICE)/USB_EPSTATUSCLR2;USB (DEVICE)/USB_EPSTATUSCLR3;USB (DEVICE)/USB_EPSTATUSCLR4;USB (DEVICE)/USB_EPSTATUSCLR5;USB (DEVICE)/USB_EPSTATUSCLR6;USB (DEVICE)/USB_EPSTATUSCLR7;USB (DEVICE)/USB_EPSTATUSSET0;USB (DEVICE)/USB_EPSTATUSSET1;USB (DEVICE)/USB_EPSTATUSSET2;USB (DEVICE)/USB_EPSTATUSSET3;USB (DEVICE)/USB_EPSTATUSSET4;USB (DEVICE)/USB_EPSTATUSSET5;USB (DEVICE)/USB_EPSTATUSSET6;USB (DEVICE)/USB_EPSTATUSSET7;USB (DEVICE)/USB_EPSTATUS0;USB (DEVICE)/USB_EPSTATUS1;USB (DEVICE)/USB_EPSTATUS2;USB (DEVICE)/USB_EPSTATUS3;USB (DEVICE)/USB_EPSTATUS4;USB (DEVICE)/USB_EPSTATUS5;USB (DEVICE)/USB_EPSTATUS6;USB (DEVICE)/USB_EPSTATUS7;USB (DEVICE)/USB_EPINTFLAG0;USB (DEVICE)/USB_EPINTFLAG1;USB (DEVICE)/USB_EPINTFLAG2;USB (DEVICE)/USB_EPINTFLAG3;USB (DEVICE)/USB_EPINTFLAG4;USB (DEVICE)/USB_EPINTFLAG5;USB (DEVICE)/USB_EPINTFLAG6;USB (DEVICE)/USB_EPINTFLAG7;USB (DEVICE)/USB_EPINTENCLR0;USB (DEVICE)/USB_EPINTENCLR1;USB (DEVICE)/USB_EPINTENCLR2;USB (DEVICE)/USB_EPINTENCLR3;USB (DEVICE)/USB_EPINTENCLR4;USB (DEVICE)/USB_EPINTENCLR5;USB (DEVICE)/USB_EPINTENCLR6;USB (DEVICE)/USB_EPINTENCLR7;USB (DEVICE)/USB_EPINTENSET0;USB (DEVICE)/USB_EPINTENSET1;USB (DEVICE)/USB_EPINTENSET2;USB (DEVICE)/USB_EPINTENSET3;USB (DEVICE)/USB_EPINTENSET4;USB (DEVICE)/USB_EPINTENSET5;USB (DEVICE)/USB_EPINTENSET6;USB (DEVICE)/USB_EPINTENSET7" binaryNodes="" asciiNodes="" openNodes="USB (DEVICE);USB (DEVICE)/USB_EPSTATUS0" name="Microchip samd51" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="USB (DEVICE)/USB_CTRLA;USB (DEVICE)/USB_CTRLB;USB (DEVICE)/USB_DADD;USB (DEVICE)/USB_DESCADD;USB (DEVICE)/USB_EPCFG0;USB (DEVICE)/USB_EPCFG1;USB (DEVICE)/USB_EPCFG2;USB (DEVICE)/USB_EPCFG3;USB (DEVICE)/USB_EPCFG4;USB (DEVICE)/USB_EPCFG5;USB (DEVICE)/USB_EPCFG6;USB (DEVICE)/USB_EPCFG7;USB (DEVICE)/USB_EPINTENCLR0;USB (DEVICE)/USB_EPINTENCLR1;USB (DEVICE)/USB_EPINTENCLR2;USB (DEVICE)/USB_EPINTENCLR3;USB (DEVICE)/USB_EPINTENCLR4;USB (DEVICE)/USB_EPINTENCLR5;USB (DEVICE)/USB_EPINTENCLR6;USB (DEVICE)/USB_EPINTENCLR7;USB (DEVICE)/USB_EPINTENSET0;USB (DEVICE)/USB_EPINTENSET1;USB (DEVICE)/USB_EPINTENSET2;USB (DEVICE)/USB_EPINTENSET3;USB (DEVICE)/USB_EPINTENSET4;USB (DEVICE)/USB_EPINTENSET5;USB (DEVICE)/USB_EPINTENSET6;USB (DEVICE)/USB_EPINTENSET7;USB (DEVICE)/USB_EPINTFLAG0;USB (DEVICE)/USB_EPINTFLAG1;USB (DEVICE)/USB_EPINTFLAG2;USB (DEVICE)/USB_EPINTFLAG3;USB (DEVICE)/USB_EPINTFLAG4;USB (DEVICE)/USB_EPINTFLAG5;USB (DEVICE)/USB_EPINTFLAG6;USB (DEVICE)/USB_EPINTFLAG7;USB (DEVICE)/USB_EPINTSMRY;USB (DEVICE)/USB_EPSTATUS0;USB (DEVICE)/USB_EPSTATUS1;USB (DEVICE)/USB_EPSTATUS2;USB (DEVICE)/USB_EPSTATUS3;USB (DEVICE)/USB_EPSTATUS4;USB (DEVICE)/USB_EPSTATUS5;USB (DEVICE)/USB_EPSTATUS6;USB (DEVICE)/USB_EPSTATUS7;USB (DEVICE)/USB_EPSTATUSCLR0;USB (DEVICE)/USB_EPSTATUSCLR1;USB (DEVICE)/USB_EPSTATUSCLR2;USB (DEVICE)/USB_EPSTATUSCLR3;USB (DEVICE)/USB_EPSTATUSCLR4;USB (DEVICE)/USB_EPSTATUSCLR5;USB (DEVICE)/USB_EPSTATUSCLR6;USB (DEVICE)/USB_EPSTATUSCLR7;USB (DEVICE)/USB_EPSTATUSSET0;USB (DEVICE)/USB_EPSTATUSSET1;USB (DEVICE)/USB_EPSTATUSSET2;USB (DEVICE)/USB_EPSTATUSSET3;USB (DEVICE)/USB_EPSTATUSSET4;USB (DEVICE)/USB_EPSTATUSSET5;USB (DEVICE)/USB_EPSTATUSSET6;USB (DEVICE)/USB_EPSTATUSSET7;USB (DEVICE)/USB_FNUM;USB (DEVICE)/USB_FSMSTATUS;USB (DEVICE)/USB_INTENCLR;USB (DEVICE)/USB_INTENSET;USB (DEVICE)/USB_INTFLAG;USB (DEVICE)/USB_PADCAL;USB (DEVICE)/USB_QOSCTRL;USB (DEVICE)/USB_STATUS;USB (DEVICE)/USB_SYNCBUSY" binaryNodes="" asciiNodes="" openNodes="USB (DEVICE);USB (DEVICE)/USB_CTRLA;USB (DEVICE)/USB_CTRLB;USB (DEVICE)/USB_DADD;USB (DEVICE)/USB_EPCFG0;USB (DEVICE)/USB_EPINTENCLR0;USB (DEVICE)/USB_EPSTATUS0;USB (DEVICE)/USB_STATUS" name="Microchip SAMD21" decimalNodes="" octalNodes="" unsignedNodes=""/>
- </Register1>
- <Register2>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Hello World" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Nordic nrf5x" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Microchip samd51" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Microchip SAMD21" decimalNodes="" octalNodes="" unsignedNodes=""/>
- </Register2>
- <Register3>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Hello World" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Nordic nrf5x" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Microchip samd51" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Microchip SAMD21" decimalNodes="" octalNodes="" unsignedNodes=""/>
- </Register3>
- <Register4>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Hello World" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Nordic nrf5x" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Microchip samd51" decimalNodes="" octalNodes="" unsignedNodes=""/>
- <RegisterWindow visibleNodes="CPU - Current Context/r0;CPU - Current Context/r1;CPU - Current Context/r2;CPU - Current Context/r3;CPU - Current Context/r4;CPU - Current Context/r5;CPU - Current Context/r6;CPU - Current Context/r7;CPU - Current Context/r8;CPU - Current Context/r9;CPU - Current Context/r10;CPU - Current Context/r11;CPU - Current Context/r12;CPU - Current Context/sp(r13);CPU - Current Context/lr(r14);CPU - Current Context/pc(r15);CPU - Current Context/apsr;CPU/r0;CPU/r1;CPU/r2;CPU/r3;CPU/r4;CPU/r5;CPU/r6;CPU/r7;CPU/r8;CPU/r9;CPU/r10;CPU/r11;CPU/r12;CPU/sp(r13);CPU/lr(r14);CPU/pc(r15);CPU/xpsr;CPU/msp;CPU/psp;CPU/cfbp" binaryNodes="" asciiNodes="" openNodes="CPU - Current Context" name="Microchip SAMD21" decimalNodes="" octalNodes="" unsignedNodes=""/>
- </Register4>
- <Threads>
- <ThreadsWindow showLists=""/>
- </Threads>
- <TraceWindow>
- <Trace enabled="Yes"/>
- </TraceWindow>
- <Watch1>
- <Watches active="1" update="Never">
- <Watchpoint numelements="0" expression="_usbd_q" evalMode="1" name="_usbd_q" radix="-1" linenumber="0" filename="../ses" list=""/>
- <Watchpoint numelements="0" expression="_dcd" evalMode="0" name="_dcd" radix="-1" linenumber="0" filename="../ses" list=""/>
- <Watchpoint numelements="0" expression="_control_state" evalMode="0" name="_control_state" radix="-1" linenumber="0" filename="../ses" list=""/>
- <Watchpoint numelements="0" expression="_cdcd_itf[0]" evalMode="0" name="_cdcd_itf[0]" radix="-1" linenumber="0" filename="../ses" list=""/>
- </Watches>
- </Watch1>
- <Watch2>
- <Watches active="0" update="Never"/>
- </Watch2>
- <Watch3>
- <Watches active="0" update="Never"/>
- </Watch3>
- <Watch4>
- <Watches active="0" update="Never"/>
- </Watch4>
- <Files>
- <SessionOpenFile windowGroup="DockEditLeft" x="29" y="49" useTextEdit="1" useBinaryEdit="0" left="0" path="../src/main.c" selected="1" top="23" codecName="Default"/>
- </Files>
- <ARMCrossStudioWindow activeProject="samd51(samd51)" fileDialogDefaultFilter="*.c" autoConnectTarget="J-Link" buildConfiguration="Metro M4 Express" debugSearchFileMap="" fileDialogInitialDirectory="/home/hathach/Dropbox/tinyusb/workspace/tinyusb/hw/mcu/microchip/samd/asf4/samd21/hpl/sysctrl" debugSearchPath="" autoConnectCapabilities="3199"/>
-</session>