raspberrypi / windows-drivers

Windows IOT drivers
MIT License
121 stars 33 forks source link

Build fixes #3

Closed mariobalanica closed 3 years ago

mariobalanica commented 3 years ago

Building the drivers with Inf2Cat enabled works fine now. Also fixed some deprecation warnings.

binarymaster commented 3 years ago

I noticed that INF files are being detected as binary, so no diff available for them. I think it should be possible to modify .gitattributes to fix this.

mariobalanica commented 3 years ago

@idigdoug merged the required changes in his PR: https://github.com/raspberrypi/windows-drivers/pull/4 Closing this.

@binarymaster yeah, it's due to the UTF-16 encoding requirement of INFs. I'll have a look at what can be added in the .gitattributes to fix this. Thanks!