mcci-catena / arduino-boards

Arduino board-support packages for MCCI-Catena
6 stars 3 forks source link

V1.06 STM port Generic Serial doesn't work #3

Closed terrillmoore closed 6 years ago

terrillmoore commented 6 years ago

Somehow we regressed in V1.06.

Repro:

  1. open examples>blinky
  2. select Catena 4551
  3. Tools>Serial interface: generic serial
  4. Upload method: STLink
  5. USB interface: none
  6. Verify

You will get link errors (mentioning USB).

chwon64 commented 6 years ago

This is expected result. USB serial will be enabled only if serial interface is disabled.

terrillmoore commented 6 years ago

Same thing works fine with V1.0.5. If I try to compile with V1.0.6, I cannot link. Something is broken in V1.0.5.

terrillmoore commented 6 years ago

I removed and reinstalled V1.0.6, and did a clean build, and the problem cleared up.