Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RX/TX led not blinking in USB-CDC #6

Closed
cmaglie opened this issue Jun 18, 2015 · 6 comments
Closed

RX/TX led not blinking in USB-CDC #6

cmaglie opened this issue Jun 18, 2015 · 6 comments

Comments

@cmaglie
Copy link
Member

cmaglie commented Jun 18, 2015

Update bootloader and USB-CDC driver in order to turn on RX/TX leds when there is serial activity.

http://forum.arduino.cc/index.php?topic=330585.msg0

@cmaglie cmaglie self-assigned this Jun 18, 2015
@cmaglie cmaglie changed the title RX/TX led not blinking RX/TX led not blinking in USB-CDC Jun 18, 2015
@cmaglie
Copy link
Member Author

cmaglie commented Jun 18, 2015

Related to #1

@cmaglie cmaglie modified the milestone: Release 1.6.2 Jul 21, 2015
@cmaglie cmaglie modified the milestones: Release 1.6.2, Release 1.6.3 Nov 4, 2015
@ladyada
Copy link
Contributor

ladyada commented Feb 14, 2016

here's some CDC USB LED implement code you can use to try this out:
adafruit@440afc5
tested on a zero (but of course, plz also test :)

@sandeepmistry
Copy link
Contributor

@ladyada thanks for the link :)

I've opened PR #121 with something similar, it will make the LED's blink for all native USB traffic (including CDC), just like the Leonardo.

@ghost
Copy link

ghost commented Mar 7, 2016

#121 works. It blinks the USB TX and RX LEDs during serial communication. I tested the directions above. However, this doesn't address the issue where the LEDs don't blink when uploading a new sketch. I imagine this will need to be added to the Arduino Zero bootloader.

@sandeepmistry
Copy link
Contributor

@rory-littleBits great thanks for trying it out!

I imagine this will need to be added to the Arduino Zero boot loader.

Yes, #121 only handles the non-bootloader side, #1 is open to track this feature in the boot loader.

@cmaglie cmaglie modified the milestones: Release 1.6.5, Release 1.6.6 Apr 5, 2016
@cmaglie
Copy link
Member Author

cmaglie commented Apr 19, 2016

Solved by #121

@cmaglie cmaglie closed this as completed Apr 19, 2016
bxparks pushed a commit to bxparks/ArduinoCore-samd that referenced this issue Jun 1, 2023
Fix warning: "digitalPinToInterrupt" redefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants