forked from grblHAL/iMXRT1062
-
Notifications
You must be signed in to change notification settings - Fork 2
/
driver.json
95 lines (95 loc) · 2.04 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
{
"caps":
{
"axes": 6,
"usb_cdc": 1,
"uart": 1,
"serial_ports": 2,
"eeprom": 1,
"ganged_axes": 1,
"auto_square": 1,
"littlefs": 1,
"digital_in": 8,
"digital_out": 8,
"probe": 1,
"safety_door": 1,
"estop": 1,
"mpg_mode": 1,
"sdcard": 1,
"ethernet": 1,
"pio_board": "teensy41",
"build_dir": "grblHAL_Teensy4",
"plugins": [
{ "id": "spindle" },
{ "id": "modbus" },
{ "id": "eeprom" },
{ "id": "sdcard" },
{ "id": "webui" },
{ "id": "eth_networking" },
{ "id": "keypad" },
{ "id": "macros" },
{ "id": "plasma" },
{ "id": "laser_ppi" },
{ "id": "laser_cluster" },
{ "id": "laser_coolant" },
{ "id": "fans" },
{ "id": "odometer" },
{ "id": "openpnp" },
{ "id": "bluetooth_bridge" }
]
},
"boards": [
{
"name": "T41U5XBB",
"symbol": "BOARD_T41U5XBB",
"URL": "https://github.com/phil-barrett/grbl-teensy-4",
"caps": {
"axes": 5,
"digital_in": 4,
"digital_out": 2,
"eeprom": 1,
"fram": 1,
"i2c": 1
}
},
{
"name": "T41BB5X Pro",
"symbol": "BOARD_T41BB5X_PRO",
"URL": "https://github.com/phil-barrett/grbl-teensy-4",
"caps": {
"axes": 5,
"digital_in": 4,
"digital_out": 2,
"eeprom": 1,
"fram": 1,
"i2c": 1
}
},
{ "name": "GRBLHAL2000 - PRINTNC",
"symbol": "BOARD_GRBLHAL2000",
"URL": "https://github.com/Expatria-Technologies/grblhal_2000_PrintNC",
"caps": {
"axes": 4,
"digital_in": 4,
"digital_out": 3,
"eeprom": 1,
"fram": 1
}
},
{
"name": "T40X101",
"symbol": "BOARD_T40X101",
"URL": "https://github.com/phil-barrett/grbl-teensy-4",
"pio_board": "teensy40",
"caps": {
"axes": 4,
"digital_in": 0,
"digital_out": 0,
"eeprom": 0,
"fram": 0,
"i2c": 1,
"ethernet": 0
}
}
]
}