pazi88 / STM32_CAN

CAN bus Library for Arduino STM32
GNU General Public License v3.0
67 stars 28 forks source link

Update actions for multiple targets #11

Closed designer2k2 closed 1 year ago

designer2k2 commented 1 year ago

Hello, this is the way to compile the examples for many targets, its using the matrix function.

It compiles for the 4 targets that where seen here: https://github.com/pazi88/STM32_CAN/commit/04553a92a9cb367c070cb0e2d22c477f13acb97b

see here for a run with this changes: https://github.com/designer2k2/STM32_CAN/actions/runs/5136521761

If you want to add more targets just add it into the matrix list.

Further i updated:

pazi88 commented 1 year ago

Thanks for this! I wasn't clever enough to add multiple targets.