easy-aos
Version:
帮助配置arm-gcc开发环境,简化命令行。
28 lines (25 loc) • 515 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _commands = require("./commands");
const stm32 = {
commands: _commands.commands,
packages: {
"AliOS-Things": "1.3.3",
"st-link": "",
"openocd": "",
"python": "2.7"
},
serial: {
port: "STLink",
bauding: "115200"
},
openocd: {
run: "openocd",
params: ["-f interface/stlink.cfg", "-f target/stm32f1x.cfg"]
}
};
var _default = stm32;
exports.default = _default;