Hi to you all, I'm working on a software involving an LPC4370 (Cortex M4 + 2*M0) and LPCXpresso IDE. I'd like to know if someone knows a good version tracking tool for the platform.My key requisites are:
I'd like to apologize if some expression may seem inappropriate, I'm an absolute beginner in version tracking so I'd appreciate your corrections.Best regards,Andrea
Well, Gitlab might be a good fit then. You can certainly host private projects (and they tend to put projects in 'private' mode by default) for free, without requiring a server. They also seem to provide the sources of their hosting software, in case you want to run in on your own servers after that.
The integration to Eclipse might require either :
-
Hi Myy thanks for your reply and excuse me for being this late. I decided to go with Mercurial + Bitbucket once I figured out that actually there aren't (and there's no need for) specific tools for versioning embedded firmware. Also, on linux I use meld for file comparison, which I think is pretty nice. Thanks again, I'd love to mark your answer as correct, but actually it seems that I'm not able to!