Bootloader

Форк
0
/
tasks.json 
55 строк · 1.4 Кб
1
{
2
    // See https://go.microsoft.com/fwlink/?LinkId=733558
3
    // for the documentation about the tasks.json format
4
    "version": "2.0.0",
5
    "tasks": [
6
        {
7
            "label": "stm32l471",
8
            "type": "shell",
9
            "command": "scons device=stm32l471",
10
            "problemMatcher": {
11
                "base": "$gcc",
12
                "fileLocation": "autoDetect"
13
            },
14
            "group": {
15
                "kind": "build",
16
                "isDefault": true
17
            },
18
            "presentation": {
19
                "clear": true
20
            }
21
        },
22
        {
23
            "label": "stm32f407",
24
            "type": "shell",
25
            "command": "scons device=stm32f407",
26
            "problemMatcher": {
27
                "base": "$gcc",
28
                "fileLocation": "autoDetect"
29
            },
30
            "group": {
31
                "kind": "build",
32
                "isDefault": true
33
            },
34
            "presentation": {
35
                "clear": true
36
            }
37
        },
38
         {
39
            "label": "stm32_103xB",
40
            "type": "shell",
41
            "command": "scons device=stm32_103xB",
42
            "problemMatcher": {
43
                "base": "$gcc",
44
                "fileLocation": "autoDetect"
45
            },
46
            "group": {
47
                "kind": "build",
48
                "isDefault": true
49
            },
50
            "presentation": {
51
                "clear": true
52
            }
53
        }
54
    ]
55
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.