andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers
http://www.andybrown.me.uk
Other
745 stars 224 forks source link

Cmake add hex target #211

Closed aclex closed 6 years ago

aclex commented 6 years ago

Add possibility to create hex files with add_hex_target() command, similar to existing add_bin_target() one.

aclex commented 6 years ago

@andysworkshop thank you for merging!