Jacob Rosenthal

Results 63 comments of Jacob Rosenthal

Id say go with the segger stuff. The mbed disk is pretty pervasive, but theres no feedback except the fail file and we dont want to be digging around in...

Wait, what sandeep said. The segger stuff will only work with jlink devices, and the mbed stuff is going to be cmsisdap based.. On Wed, Mar 1, 2017 at 6:44...

I dont love that. If theres no licensing then just bundle the smallest subset and make it a larger download. On Wed, Mar 1, 2017 at 6:51 PM, dlabun wrote:...

I wonder if this is just a virtual serial port driver, or if it does anything with cmsisdap. Not sure we tried it this weekend. https://developer.mbed.org/handbook/Windows-serial-configuration#1-download-the-mbed-windows-serial-port On Wed, Mar 1,...

Ill get a windows vm and see what the hell it shows up as On Wed, Mar 1, 2017 at 7:17 PM, Sandeep Mistry wrote: > The DAP part is...

So I figured out drivers mostly. I think we could use the mbed as an option and if it works for most people so be it. tested in windows 8...

Also I think maybe better roll back instructions are from https://github.com/pbatard/libwdi/issues/8 Device manager -> right click on device -> uninstall and make sure to check box for "Delete the driver...

@dlabun at least for tinyble and nrf51 dongle theres no manual reset needed *shrug*

@npmccallum except for the no_std no alloc use case it seems

Until we get tests done, fixed the one string in https://github.com/garrows/browser-serialport/tree/returnerrors Somewhat related, are we happy returning chrome.runtime.lastError. Is it actually an error object, or should we wrap it? I...