1{ 2 "chipName": "ws63", 3 "seriesName": "cfbb", 4 "board": "ws63", 5 "compile": { 6 "custom_build_command": "ws63-liteos-app", 7 "tool_chain": [ 8 "cfbb" 9 ], 10 "map_path": "./output/ws63/acore/ws63-liteos-app/ws63-liteos-app.elf" 11 }, 12 "debug": { 13 "elf_path": "./output/ws63/acore/ws63-liteos-app/ws63-liteos-app.elf", 14 "breakpoints_limitation": "7", 15 "client": [ 16 "gdb" 17 ], 18 "tool": [ 19 "jlink" 20 ], 21 "params": [ 22 { 23 "name": "jlink", 24 "param": { 25 "interface": [ 26 "swd", 27 "jtag" 28 ], 29 "speed": "5000", 30 "port": "3333" 31 } 32 } 33 ], 34 "timeout_list": [ 35 "15000", 36 "30000", 37 "60000", 38 "120000", 39 "-1" 40 ], 41 "timeout_default": "60000" 42 }, 43 "upload": { 44 "bin_path": "./output/ws63/fwpkg/ws63-liteos-app/ws63-liteos-app_all.fwpkg", 45 "reset": 1, 46 "burn_verification": 0, 47 "protocol": [ 48 "serial", 49 "swd" 50 ], 51 "baudList": [ 52 "2400", 53 "4800", 54 "9600", 55 "19200", 56 "38400", 57 "57600", 58 "115200", 59 "230400", 60 "460800", 61 "500000", 62 "750000", 63 "921600", 64 "2000000" 65 ], 66 "params": [ 67 { 68 "name": "serial", 69 "param": { 70 "port": "", 71 "baud": "921600", 72 "stop_bit": "0", 73 "parity": "N", 74 "inside_protocol": "" 75 } 76 } 77 ] 78 }, 79 "console": { 80 "serial_port": "", 81 "baud": "115200", 82 "stop_bit": "0", 83 "parity": "N" 84 }, 85 "need_sdk": true, 86 "need_project_path": true, 87 "chip_config": false, 88 "gui": false, 89 "platform": "cfbb", 90 "project_type": [ 91 { 92 "name": "cfbb", 93 "base_on_sdk": true 94 } 95 ], 96 "analysis": { 97 "elf_path": "./output/ws63/acore/ws63-liteos-app/ws63-liteos-app.elf", 98 "map_path": "./output/ws63/acore/ws63-liteos-app/ws63-liteos-app.map", 99 "tool_path": "./tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/bin" 100 }, 101 "kConfig": { 102 "menu_config_file_path": "config.in", 103 "menu_config_build_target": "ws63-liteos-app", 104 "menu_config_core": "acore", 105 "menu_config_target_path": "build/config/target_config/ws63/menuconfig/acore" 106 } 107}