I'm uploading 1.54-beta2 right now, but it's going very slowly. Looks like my ISP is severely throttling. ETA is looking like 2 hours to get it all uploaded.
Type: Posts; User: PaulStoffregen
I'm uploading 1.54-beta2 right now, but it's going very slowly. Looks like my ISP is severely throttling. ETA is looking like 2 hours to get it all uploaded.
Yes, so much to do. But right now I'm packaging up 1.54-beta2, so we can have a much better starting point.
I considered bringing the static malloc stuff into the core library, and will probably...
Added.
https://github.com/PaulStoffregen/cores/commit/ea276ee57a364306562452fef42d3815fb2fbb59
Updated Bounce2.
I'm pretty sure this will be the official fix.
https://github.com/PaulStoffregen/cores/commit/a2246a5a0278a93877219e219907b79b34ecfc39
Any chance you could edit your copy of startup.c to delete...
I'm pretty sure these problems are due to not-so-robust parsing of symbol table data, and lack of error detection. I'd recommend adding a boolean for each item which defaults to false. Set each...
Even stranger, adding a single nop instruction *later* in ResetHandler also makes Teensy 4.1 work!
Very mysterious......
Ugh, this makes no sense to me....
But adding a single nop instruction at the beginning of ResetHandler (without the vector_table array in bootdata.c) also fixes the problem with Teensy 4.1.
Likewise, NOW is the moment to bring up any issue you believe I might be able to fix quickly, like tonight only.
If I can't reproduce a problem within 5 minutes, I definitely will not work on it...
Can you give me a link to the forum thread with that exact same program? And clear / quick way to test (ideally with Linux)?
Looks like I messed with Teensy 4.1 with the last minute HAB changes,...