-
Notifications
You must be signed in to change notification settings - Fork 6
/
driver.json
114 lines (114 loc) · 2.76 KB
/
driver.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"caps":
{
"informal": 1,
"axes": 8,
"usb_cdc": 1,
"uart": 1,
"spindle_pwm": 1,
"spindle_dir": 1,
"serial_ports": 3,
"eeprom": 1,
"i2c_strobe": 1,
"ganged_axes": 1,
"auto_square": 1,
"digital_in": 7,
"digital_out": 4,
"analog_in": 2,
"probe": 1,
"safety_door": 1,
"estop": 1,
"mpg_mode": 1,
"sdcard": 1,
"ethernet": 1,
"wiznet": 1,
"mcp3221_adc": 1,
"pio_board": "nucleo_f756zg",
"ldscript": "STM32F756ZGTX_FLASH.ld",
"plugins": [
{ "id": "spindle" },
{ "id": "modbus" },
{ "id": "eeprom" },
{ "id": "sdcard" },
{ "id": "webui" },
{ "id": "networking" },
{ "id": "keypad" },
{ "id": "plasma" },
{ "id": "laser_ppi" },
{ "id": "laser_cluster" },
{ "id": "laser_coolant" },
{ "id": "fans" },
{ "id": "openpnp" },
{ "id": "bluetooth" },
{ "id": "embroidery" }
]
},
"symbols": {
"USE_HAL_DRIVER": "",
"STM32F756xx": "",
"NUCLEO_F756": "",
"HSE_VALUE": 8000000,
"RTC_ENABLE": 1,
"BLOCK_BUFFER_DYNAMIC": ""
},
"symbols_networking": {
"ETH_TX_DESC_CNT": 12,
"TCP_MSS": 1460,
"TCP_SND_BUF": 5840,
"MEMP_NUM_PBUF": 48,
"MEMP_NUM_TCP_PCB": 16,
"PBUF_POOL_SIZE": 48,
"LWIP_NUM_NETIF_CLIENT_DATA": 2,
"LWIP_HTTPD_CUSTOM_FILES": 0,
"MEM_SIZE": 32768,
"LWIP_IGMP": 1,
"LWIP_NETIF_STATUS_CALLBACK": 1,
"LWIP_HTTPD_DYNAMIC_HEADERS": 1,
"LWIP_HTTPD_DYNAMIC_FILE_READ": 1,
"LWIP_HTTPD_SUPPORT_V09": 0,
"LWIP_HTTPD_SUPPORT_11_KEEPALIVE": 1,
"LWIP_HTTPD_CGI_ADV": 1,
"LWIP_HTTPD_SUPPORT_POST": 1,
"LWIP_HTTPD_SUPPORT_WEBDAV": 1
},
"boards": [
{
"name": "grblHAL reference map",
"symbol": "BOARD_REFERENCE",
"URL": "",
"MAP": "Inc/reference_map.h",
"caps": {
"axes": 8,
"serial_ports": 2,
"digital_in": 3,
"digital_out": 4,
"ethernet": 1,
"wiznet": 1,
"sdcard": 1,
"webui": 1
}
},
{
"name": "Generic Uno/Nucleo-144",
"symbol": "BOARD_GENERIC_UNO",
"notes": "Ensure 3.3V compatibility! Spindle pins will be rearranged depending on configuration.",
"URL": "https://www.makerfabs.com/arduino-cnc-shield-v3.html",
"MAP": "Inc/uno_map.h",
"caps": {
"axes": 4,
"serial_ports": 1,
"ethernet": 1
}
},
{ "name": "Protoneer v3/Nucleo-144",
"symbol": "BOARD_PROTONEER",
"notes": "Ensure 3.3V compatibility! Spindle pins will be rearranged depending on configuration.",
"URL": "https://blog.protoneer.co.nz/arduino-cnc-shield/",
"MAP": "Inc/protoneer_3.xx_map.h",
"caps": {
"axes": 4,
"ethernet": 1
}
}
]
}