diff options
| author | hathach <[email protected]> | 2023-07-26 19:50:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-07-26 19:52:33 +0700 |
| commit | 6b6dcc6c099eeafaa6d76bf6133181874beabc0d (patch) | |
| tree | 7245e378f06e5c079493bfcb4bf76796f668725f /hw | |
| parent | 1cb3f0e92a2e35155245452c54f599a733df9604 (diff) | |
refactored multiple ports for hcd rusb2
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/ra/boards/ra6m5_ek/ozone/ra6m5.jdebug | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/bsp/ra/boards/ra6m5_ek/ozone/ra6m5.jdebug b/hw/bsp/ra/boards/ra6m5_ek/ozone/ra6m5.jdebug index aebb29162..7b8ee9c95 100644 --- a/hw/bsp/ra/boards/ra6m5_ek/ozone/ra6m5.jdebug +++ b/hw/bsp/ra/boards/ra6m5_ek/ozone/ra6m5.jdebug @@ -20,7 +20,9 @@ void OnProjectLoad (void) { Project.SetTraceSource ("Trace Pins"); Project.SetTracePortWidth (4); - File.Open ("../../../../../../examples/device/cdc_msc/cmake-build-ra6m5/cdc_msc.elf"); + //File.Open ("../../../../../../examples/device/cdc_msc/cmake-build-ra6m5/cdc_msc.elf"); + //File.Open ("../../../../../../examples/dual/cmake-build-ra6m5/host_hid_to_device_cdc/host_hid_to_device_cdc.elf"); + File.Open ("../../../../../../examples/cmake-build-ra6m5/host/cdc_msc_hid/cdc_msc_hid.elf"); } /********************************************************************* * |
