arduino / arduino/ArduinoCore-samd

Turn off USB functionnality / SerialUSB.end() not implemented

Open
#103 16 comments 0 reactions 1 assignee Claimed by @facchinm View on GitHub
Component: USB Device question
Dominant language
C
Stars
502
Forks
740
PR merge metrics
No merged PRs in 30d

Description

SerialUSB.end() function in cores/arduino/USB/CDC.cpp is not implemented.

When trying to jump from an application to an other (using this function http://pastebin.com/FyjkXJR2), the new application doesn't start if the USB cable is plugged in. I tried to do a SerialUSB.end() rigth before jumpApplication(), but the function is not implemented. I think something should be done to be able to stop all USB activity. Maybe it is not the aim of this function. If so, please point me to the right one :smiley:

Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.