-
Notifications
You must be signed in to change notification settings - Fork 420
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
Support for the T-Echo w/ eInk display #254
base: master
Are you sure you want to change the base?
Conversation
Used to set VCC voltage upon power-up.
In the previous config if you were printing a lot in your bootloader debug and you didn't have an ICE connected, the boot would stall waiting for the SEGGER to read the print buffer. Better I think to just throw away the oldest contents of the ring buffer if the ICE is not connected.
Used to set VCC voltage upon power-up.
# Conflicts: # linker/nrf52840.ld
…ootloader into adafruit-master
@@ -1,6 +1,6 @@ | |||
[submodule "lib/tinyusb"] | |||
path = lib/tinyusb | |||
url = https://github.com/hathach/tinyusb.git | |||
url = https://github.com/meshtastic/tinyusb.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure you are making PR to this repo and not other fork ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good eye.
I started the PR as a draft to take advantage of the CI tests here but would eventually submit it here.
We’re running this through a few tests at the moment and will take it out of draft once we have confidence and I will write up the change description.
Thanks!
No description provided.