Skip to content

Commit

Permalink
Add Benezan breakout board
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw-mesa committed Apr 27, 2024
1 parent 2d9d3d7 commit c7b54e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions hostmot2.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ static bob_pin_name_t bob_pin_names[MAX_BOB_NAMES] = {
{BOB_7I75, {"TB3-1","TB2-1","TB3-3","TB2-3","TB3-5","TB2-5","TB3-7","TB2-7","TB3-9","TB2-9",
"TB3-11","TB2-11","TB3-13","TB2-13","TB3-15","TB2-15","TB3-17"}},

{BOB_BENEZAN, {"Spindle/PWM/Relay1","Relay2","X-Dir","4th-Axis-Limit","X-Step","WD/Current-Reduce","Y-Dir",
"PWM/Current-Reduce","Y-Step","Z-Dir","Z-Step","4th-Axis-Dir","4th-axis-Step","Z-Limit","EStop","Y-Limit","X-Limit"}},

};

Expand Down Expand Up @@ -325,6 +327,7 @@ static struct {
{ BOB_MX4660_1, "MX4660-1"},
{ BOB_MX4660_2, "MX4660-2"},
{ BOB_7I75, "7I75" },
{ BOB_BENEZAN, "BENEZAN" },

{ -1, NULL },
};
Expand Down
2 changes: 1 addition & 1 deletion hostmot2.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ typedef struct {
} sserial_device_t;

#define HM2_MAX_TAGS 255
#define MAX_BOB_NAMES 40
#define MAX_BOB_NAMES 41
#define ANYIO_MAX_IOPORT_CONNECTORS 8

typedef struct llio_struct llio_t;
Expand Down
1 change: 1 addition & 0 deletions hostmot2_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ typedef struct {
# define BOB_MX4660_1 38
# define BOB_MX4660_2 39
# define BOB_7I75 40
# define BOB_BENEZAN 41



Expand Down
2 changes: 1 addition & 1 deletion mesaflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#endif

#ifndef VERSION
#define VERSION "3.5.7"
#define VERSION "3.5.8"
#endif

static int device_flag;
Expand Down

0 comments on commit c7b54e6

Please sign in to comment.