S0urceror / MSX-USB

Schematics, drivers, debug tools, to make USB devices on the MSX a reality
GNU General Public License v2.0
65 stars 18 forks source link

Port to Linux #13

Closed cristianoag closed 2 years ago

cristianoag commented 2 years ago

S0urceror, this is just a small contribution to your code. I'm including a new folder where I ported the used on Linux. It is pretty much the same code with a few changes on the Makefile and on the line where you connect the Linux test code to the arduino.

S0urceror commented 2 years ago

Cool, I’ll check it later and merge.

From: Cristiano Goncalves @.> Date: Wednesday, 23 February 2022 at 02:00 To: S0urceror/MSX-USB @.> Cc: Subscribed @.***> Subject: [S0urceror/MSX-USB] Port to Linux (PR #13)

S0urceror, this is just a small contribution to your code. I'm including a new folder where I ported the used on Linux. It is pretty much the same code with a few changes on the Makefile and on the line where you connect the Linux test code to the arduino.


You can view, comment on, or merge this pull request online at:

https://github.com/S0urceror/MSX-USB/pull/13

Commit Summary

File Changes

(4 fileshttps://github.com/S0urceror/MSX-USB/pull/13/files)

Patch Links:

— Reply to this email directly, view it on GitHubhttps://github.com/S0urceror/MSX-USB/pull/13, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABGC6KFXDEBHCIPBHTYWWQ3U4QWTXANCNFSM5PC6RW5A. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

S0urceror commented 2 years ago

I've merged your changes to the master. Thanks for adding this Linux compatibility.