#85 notes:
A potential follow-up i'm thinking about would do away with the need to link to both HAL::STM32::F7::UARTEx and tool-libs-stm-uart with a syntax of e.g. tool_libs_stm_link(${myexecutable} STM32F767ZI adc spi uart) or something similar, haven't managed to think it through all the way yet
the current need for users of tool-libs-stm to link explicitly to both the stm32-cmake targets and tool-libs-stm- targets is (at the very least) annoying.
it should be possible to to spare users of this. #87 will attempt this
#85 notes:
the current need for users of
tool-libs-stmto link explicitly to both thestm32-cmaketargets andtool-libs-stm-targets is (at the very least) annoying.it should be possible to to spare users of this. #87 will attempt this