aboutsummaryrefslogtreecommitdiff
path: root/boards/meshtiny.json
blob: 2e38a9cc5b4d480a74252981c745d07b424a5514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "build": {
    "arduino": {
      "ldscript": "nrf52840_s140_v6.ld"
    },
    "core": "nRF5",
    "cpu": "cortex-m4",
    "extra_flags": "-DARDUINO_NRF52840_FEATHER -DNRF52840_XXAA",
    "f_cpu": "64000000L",
    "hwids": [
      [
        "0x239A",
        "0x8029"
      ],
      [
        "0x239A",
        "0x0029"
      ],
      [
        "0x239A",
        "0x002A"
      ],
      [
        "0x239A",
        "0x802A"
      ]
    ],
    "usb_product": "Meshtiny",
    "mcu": "nrf52840",
    "variant": "meshtiny",
    "bsp": {
      "name": "adafruit"
    },
    "softdevice": {
      "sd_flags": "-DS140",
      "sd_name": "s140",
      "sd_version": "6.1.1",
      "sd_fwid": "0x00B6"
    },
    "bootloader": {
      "settings_addr": "0xFF000"
    }
  },
  "connectivity": [
    "bluetooth"
  ],
  "debug": {
    "jlink_device": "nRF52840_xxAA",
    "svd_path": "nrf52840.svd",
    "openocd_target": "nrf52840-mdk-rs"
  },
  "frameworks": [
    "arduino",
    "freertos"
  ],
  "name": "Meshtiny",
  "upload": {
    "maximum_ram_size": 235520,
    "maximum_size": 815104,
    "speed": 115200,
    "protocol": "nrfutil",
    "protocols": [
      "jlink",
      "nrfjprog",
      "nrfutil",
      "stlink"
    ],
    "use_1200bps_touch": true,
    "require_upload_port": true,
    "wait_for_upload_port": true
  },
  "url": "https://shop.mtoolstec.com/product/meshtiny",
  "vendor": "MTools Tec"
}