UNPKG

easy-aos

Version:

帮助配置arm-gcc开发环境,简化命令行。

41 lines (39 loc) 1.42 kB
import aos_cube from "./aos_cube" import conda from "./conda" import docker from "./docker" import python from "./python" import vscode from "./vscode" const packages = { vscode: vscode, aos_cube: aos_cube, conda: conda, docker: docker, python: python, "AliOS-Things": { "path": "~/.aos/AliOS-Things/", "git": "https://gitee.com/alios-things/AliOS-Things" }, "gcc-xtensa-lx106": { "path": "", "git": [{"linux": ""}] }, "gcc-arm-none-eabi": { "git": [{"osx": ""}, {"linux": ""}, {"win": "https://launchpad.net/gcc-arm-embedded/+download/gcc-arm-none-eabi-5_4-2016q3-20160926-win32.zip"}] }, "st-flash": { "bin": [{"osx": ""}, {"linux": ""}, {"win": ""}] }, "st-link": { "self": "" }, openocd: { git: [{"osx": ""}, {"linux": ""}, {"win": "https://github-production-release-asset-2e65be.s3.amazonaws.com/40920267/66b790da-56a9-11e8-9b8f-04cff8da786e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180921%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180921T051507Z&X-Amz-Expires=300&X-Amz-Signature=eaa08ca24e573276b8d92eba8c94e32a39965d7756e194079cd225b3a57831d8&X-Amz-SignedHeaders=host&actor_id=1275210&response-content-disposition=attachment%3B%20filename%3Dgnu-mcu-eclipse-openocd-0.10.0-8-20180512-1921-win64.zip&response-content-type=application%2Foctet-stream"}] } } export default packages