mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

Catena 4551 m101/m102/m103/m104, 4450 m103/m104 missing #11

Closed terrillmoore closed 6 years ago

terrillmoore commented 6 years ago

We've defined extra platforms, but we don't have platforms defined, so they can't be referenced or configured.

Add the following GUIDs:

Update src\lib\stm32\CatenaStm32_gk_PlatformHierarchy.cpp and src\lib\samd\catenasamd_gk_plaformhierarchy.cpp.

Make sure that the various sketches that know about m101 and m102 also know about m103 and m104, if needed. (Of course, they won't be any worse off.)

terrillmoore commented 6 years ago

This change sort of necessarily builds on the fix for #9, so we'll submit it on branch https://github.com/mcci-catena/Catena-Arduino-Platform/tree/issue9.