I've recently started using the Arduino report-size-deltas workflow on Github to automatically report on memory usage increases/decreases whenever a pull request is submitted and this works great for Teensy 3.5. For Teensy 4.1 though it can't produce a report as the
I can see some reference to these being commented out back when Teensy 4.1 was introduced, but I can't find any reason for why. I'm guessing there must be something in the Teensy 4.1 build process that breaks if these are enabled? I tried uncommenting and compiling/uploading seemed to work fine.
Can these safely be uncommented or is it going to cause problems somewhere?
upload.maximum_size
and upload.maximum_data_size
values are currently commented out in the boards.txt file. I can see some reference to these being commented out back when Teensy 4.1 was introduced, but I can't find any reason for why. I'm guessing there must be something in the Teensy 4.1 build process that breaks if these are enabled? I tried uncommenting and compiling/uploading seemed to work fine.
Can these safely be uncommented or is it going to cause problems somewhere?