ataradov / free-dap

Free and open implementation of the CMSIS-DAP debugger firmware
BSD 3-Clause "New" or "Revised" License
261 stars 62 forks source link

Improve cross-platform support #10

Closed abbradar closed 5 years ago

abbradar commented 5 years ago

This should make it easier to work with the project from UNIX-based OSes while keeping Windows support.

.gitattributes ensure that on Windows files will have CRLF file endings.

ataradov commented 5 years ago

Sorry for the long delay. I've added mkdir selection depending on the OS. But line endings are fine as they are. I'm not a huge fan of version control system messing with my files. And I especially don't want to change vendor supplied files.