cvra / can-bootloader

The bootloader used to flash our CAN-connected boards
BSD 2-Clause "Simplified" License
146 stars 51 forks source link

Dependency tracking #39

Closed msplr closed 9 years ago

msplr commented 9 years ago

Addresses #30

antoinealb commented 9 years ago

The build fails. Apparently it doesn't checkout the cmp submodule. I don't know why though.

antoinealb commented 9 years ago

According to [1], you need to add git submodule update --init --recursive to the Travis CI build script.

[1] http://stackoverflow.com/questions/4600835/adding-git-submodule-that-contains-another-submodule

antoinealb commented 9 years ago

I made the needed changes. You can pull them from antoinealb/can-bootloader (commit 844bb1ccd54f58b496a95f2847bad91c41360510).