diff options
| author | Ha Thach <[email protected]> | 2023-08-07 23:10:47 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-07 23:10:47 +0700 |
| commit | 51a0889b75fc2da6675530d68f3ae765c44849f4 (patch) | |
| tree | 89f120f72ed9ca19cb89aea45f1df80af130042b /hw | |
| parent | 1b92108bc33bb87a2d7ca11dde739837c9571d4e (diff) | |
| parent | 4938971aad2f2a6adb71f4d8ce76e1d4b664092d (diff) | |
Merge pull request #2211 from hathach/host-usb-reset
Host usb reset
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/lpc18/boards/mcb1800/ozone/lpc1857.jdebug | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/bsp/lpc18/boards/mcb1800/ozone/lpc1857.jdebug b/hw/bsp/lpc18/boards/mcb1800/ozone/lpc1857.jdebug index 6e298c62d..f94960f09 100644 --- a/hw/bsp/lpc18/boards/mcb1800/ozone/lpc1857.jdebug +++ b/hw/bsp/lpc18/boards/mcb1800/ozone/lpc1857.jdebug @@ -10,7 +10,7 @@ */ void OnProjectLoad (void) { Project.AddSvdFile ("Cortex-M3.svd"); - Project.AddSvdFile ("./LPC18xx.svd"); + Project.AddSvdFile ("../../../../../../../cmsis-svd/data/NXP/LPC18xx.svd"); Project.SetDevice ("LPC1857"); Project.SetHostIF ("USB", ""); @@ -20,7 +20,8 @@ void OnProjectLoad (void) { Project.SetTraceSource ("Trace Pins"); Project.SetTracePortWidth (4); - File.Open ("../../../../../../examples/device/cdc_msc/cmake-build-mcb1800/cdc_msc.elf"); + //File.Open ("../../../../../../examples/cmake-build-mcb1800/device/cdc_msc/cdc_msc.elf"); + File.Open ("../../../../../../examples/cmake-build-mcb1800/host/cdc_msc_hid/cdc_msc_hid.elf"); } /********************************************************************* * |
