Cristian Maglie
Cristian Maglie
> --> create "begin(eepromSize)" method specify the size with an argument. I'm ok with your proposal, it should also solve #31 if you perform the allocation when `begin` is called.
Ok now that I've re-read the source code (...sorry I made it almost 6 years ago now!) I think you're right @tuxedo0801, for this to work we need to create...
> @cmaglie, @tuxedo0801 wrote FlashAsEEPROM part of this library ;) lol, I guess **my** flash memory is getting worn out then :-) > In my actual case I need about...
Would you like to submit a PR for that?
Please: - un-tar the arduino archive in a folder - run `arduino` in that folder from command line - copy the output here
I guess it's time to remove them.
Hi @martinzak-zaber, thanks for the bug report, and sorry for the long delay. May you provide an example program to help to reproduce the issue? Writing in a tight loop...
This implementation is for linux only, one of the goal of this library is to provide a serial implementation that is independent and (ideally) works 100% the same across all...
It may be a problem on the implementation of CDC-USB Stack of your target board, are you on the latest version of your SDK?
If the board is this one https://www.nordicsemi.com/eng/Products/nRF52840-Preview-DK the USB connector goes directly to the SAM3U microcontroller, it probably runs an USB-stack that performs USB2Serial convertion. IMHO the odds are very...