hominoids / SBC_Case_Builder

Autonomous SBC case generation using SBC Model Framework
GNU General Public License v3.0
381 stars 24 forks source link

Switch SBC_Library_Framework to a git submodule #3

Closed davejlong closed 2 years ago

davejlong commented 2 years ago

Instead of having to copy the files for the SBC Case Framework library into the project to keep them up to date, this PR switches to using a git submodule to pull in the framework.

Downloading and developing the Case Builder would not just be a matter of:

> git clone https://github.com/hominoids/SBC_Case_Builder.git; cd SBC_Case_Builder
> git submodule init
> git submodule update

Also adds cases for Raspberry Pi B+ boards (1, 2, and 3 all use the same form factor)