pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
355 stars 38 forks source link

clean up "include a driver" in Makefile #54

Closed jwise closed 5 years ago

jwise commented 6 years ago

Would be nice to be able to do something like:

$(call platform-create,tintin)
$(call platform-extend,tintin,stm32f2)
$(call platform-extend,tintin,stm32_dma)
$(call platform-extend,tintin,stm32_buttons)
...

Rather than having to muck around with copying CFLAGS around by hand each time. And, similarly,

$(call platform-clone,snowy_family,snowy)
$(call platform-clone,snowy_family,chalk)
jwise commented 5 years ago

Duplicate #48? What was I thinking?