@@ -63,10 +63,10 @@ export interface HexUploaderInfo {
6363export class HexUploaderManager {
6464
6565 private uploaderList : HexUploaderInfo [ ] = [
66- { type : 'JLink' , description : 'for Cortex-M chips, only JLink interface' , filters : [ 'AC5' , 'AC6' , 'GCC' , 'RISCV_GCC' , 'ANY_GCC' ] } ,
67- { type : 'STLink' , description : 'for STM32 chips, only STLink interface' , filters : [ 'AC5' , 'AC6' , 'GCC' ] } ,
68- { type : 'pyOCD' , description : 'for Cortex-M chips' , filters : [ 'AC5' , 'AC6' , 'GCC' , 'RISCV_GCC' , 'ANY_GCC' ] } ,
69- { type : 'OpenOCD' , description : 'for Cortex-M chips' , filters : [ 'AC5' , 'AC6' , 'GCC' , 'RISCV_GCC' , 'ANY_GCC' ] } ,
66+ { type : 'JLink' , description : 'for Cortex-M chips, only JLink interface' , filters : [ 'AC5' , 'AC6' , 'GCC' , 'IAR_ARM' , ' RISCV_GCC', 'ANY_GCC' ] } ,
67+ { type : 'STLink' , description : 'for STM32 chips, only STLink interface' , filters : [ 'AC5' , 'AC6' , 'GCC' , 'IAR_ARM' ] } ,
68+ { type : 'pyOCD' , description : 'for Cortex-M chips' , filters : [ 'AC5' , 'AC6' , 'GCC' , 'IAR_ARM' , ' RISCV_GCC', 'ANY_GCC' ] } ,
69+ { type : 'OpenOCD' , description : 'for Cortex-M chips' , filters : [ 'AC5' , 'AC6' , 'GCC' , 'IAR_ARM' , ' RISCV_GCC', 'ANY_GCC' ] } ,
7070 { type : 'stcgal' , description : 'for STC chips' , filters : [ 'Keil_C51' , 'SDCC' ] } ,
7171 { type : 'STVP' , description : 'for STM8 chips, only STLink interface' , filters : [ 'IAR_STM8' , 'SDCC' ] } ,
7272 { type : 'Custom' , label : 'Shell' , description : 'download program by custom shell command' }
0 commit comments