pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Add BaseTarget to build target list #28

Closed Pharap closed 6 years ago

Pharap commented 6 years ago

The BaseTarget target acts as a base for other build targets. It has a location-independent build script and .elf file designation.

This should make it easier for people to create new build targets by duplicating BaseTarget.

The old method was:

The new method is: