You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was going to merge the new updates to the infinity_ergodox project. However I got the first problem immediately when trying to compile the master branch.
The tmk_core repository no longer contains the Chibios source code as a subrepository, so the project won't compile directly. Are we supposed to download the correct version of Chibios ourselves in order to make it work? I think it was quite handy to have it as a submodule, and therefore always the correct version.
The text was updated successfully, but these errors were encountered:
I created a pull request #8, with one possible solution to the problem. I believe this is the best we can do without resorting to custom git plugins, or scripts for updating the submoudules.
Hi,
I was going to merge the new updates to the infinity_ergodox project. However I got the first problem immediately when trying to compile the master branch.
The tmk_core repository no longer contains the Chibios source code as a subrepository, so the project won't compile directly. Are we supposed to download the correct version of Chibios ourselves in order to make it work? I think it was quite handy to have it as a submodule, and therefore always the correct version.
The text was updated successfully, but these errors were encountered: