-
Notifications
You must be signed in to change notification settings - Fork 325
Description
Can I suggest an option in the bootloader to choose to have the SAMD SDU library included in the bootloader. Possibly to choose whether to have or not using a #define in the uf2.h file.
I have tried to include the 4000 bytes from SAMD SDU library in multiple places, but without luck. I tried to change the .ld files to include the .sketch_boot section and adding the file, but I believe that I need to change some address sizes from 2k to 6k (for SAMD21) to get it to work, and I am not sure I get all the right places changed.
Today we just add the above library in Arduino, but if we could have it in the bootloader, it would not be forgotten. We have the problem that our software cannot be updated if the previously used software didn't use the library.