From 9a78bc6e514a1c785fe5321b17742a2098e35af9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 3 Apr 2025 18:48:10 -0400 Subject: add M-CORE to setting --- docs/guide/settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/guide/settings.md b/docs/guide/settings.md index f200db07..2de17497 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -175,7 +175,7 @@ All settings are uniquely identified with an identifier string. Identifiers are |corePlugins|WARP Plugin|Enable the built-in WARP plugin. (Experimental).|`boolean`|`False`|[`SettingsUserScope`]|corePlugins.warp| |corePlugins.architectures|Aarch64 Architecture|Enable the built-in Aarch64 architecture module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.architectures.aarch64| |corePlugins.architectures|ARMv7 Architecture|Enable the built-in ARMv7 architecture module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.architectures.armv7| -|corePlugins.architectures|C-SKY Architecture|Enable the built-in C-SKY architecture module. (Ultimate Only)|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.architectures.csky| +|corePlugins.architectures|C-SKY / M-CORE Architectures|Enable the built-in C-SKY / M-CORE architecture modules. (Ultimate Only)|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.architectures.csky| |corePlugins.architectures|MIPS Architecture|Enable the built-in MIPS architecture module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.architectures.mips| |corePlugins.architectures|MSP430 Architecture|Enable the built-in MSP430 architecture module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.architectures.msp430| |corePlugins.architectures|nanoMIPS Architecture|Enable the built-in nanoMIPS architecture module. (Ultimate Only)|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.architectures.nanomips| @@ -474,4 +474,4 @@ All settings are uniquely identified with an identifier string. Identifiers are |updates|Show All Versions|Show all versions that are available for the current update channel in the UI.|`boolean`|`False`|[`SettingsUserScope`]|updates.showAllVersions| |updates|Use Enterprise Server For Updates|Use the enterprise server to check for updates. (Ultimate Only)|`boolean`|`False`|[`SettingsUserScope`]|updates.useEnterpriseServer| |user|Email|The email that will be shown when collaborating with other users.|`string`| |[`SettingsUserScope`]|user.email| -|user|Name|The name that will be shown when collaborating with other users.|`string`| |[`SettingsUserScope`]|user.name| \ No newline at end of file +|user|Name|The name that will be shown when collaborating with other users.|`string`| |[`SettingsUserScope`]|user.name| -- cgit v1.3.1