Skip to content

Commit

Permalink
Update pack asset service URL (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko authored Mar 5, 2024
1 parent 258ca56 commit ece8189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
},
"mcu-debug.peripheral-viewer.packAssetUrl": {
"type": "string",
"default": "https://pack-asset-service.keil.arm.com",
"default": "https://pack-content.cmsis.io",
"description": "Base URL for CMSIS pack assets"
},
"mcu-debug.peripheral-viewer.svdAddrGapThreshold": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const DEFAULT_PROCESSOR = 'processorName';
export const CONFIG_ADDRGAP = 'svdAddrGapThreshold';
export const DEFAULT_ADDRGAP = 16;
export const CONFIG_ASSET_PATH = 'packAssetUrl';
export const DEFAULT_ASSET_PATH = 'https://pack-asset-service.keil.arm.com';
export const DEFAULT_ASSET_PATH = 'https://pack-content.cmsis.io';
export const CONFIG_SAVE_LAYOUT = 'saveLayout';
export const DEBUG_LEVEL = 'debugLevel';

0 comments on commit ece8189

Please sign in to comment.