Skip to content

Commit

Permalink
Fixes for MacosX support: FTDI devices don't always come up with the …
Browse files Browse the repository at this point in the history
…same number, and this fixes that in a nice way.
  • Loading branch information
RGD2 committed Jan 9, 2016
1 parent 08ea8a2 commit ef9aaa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.pyc
TAGS
log
*.DS_Store
6 changes: 3 additions & 3 deletions j1a/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ endif

ifeq ($(UNAME_S),Darwin)

/dev/tty.usbserial-241B: mackextload
/dev/tty.usbserial-*B: mackextload

connect: /dev/tty.usbserial-241B
sudo python shell.py -h /dev/tty.usbserial-241B -p ../common/
connect: /dev/tty.usbserial-*B
sudo python shell.py -h /dev/tty.usbserial-*B -p ../common/

j4a: mackextunload
make -C icestorm j4a
Expand Down

0 comments on commit ef9aaa6

Please sign in to comment.