Comment by deepsun
I always thought multiple hardware targets are solved by build flags. And keep the one branch. E.g. in Go you can include/exclude a file based on "build tags":
https://www.digitalocean.com/community/tutorials/customizing...
I always thought multiple hardware targets are solved by build flags. And keep the one branch. E.g. in Go you can include/exclude a file based on "build tags":
https://www.digitalocean.com/community/tutorials/customizing...