Current status #363
Replies: 3 comments 7 replies
-
Timekeeping still busted. Have made some significant improvements in terms of making things compile, though testing coverage on most of the AVR DD line can't be completed until a beta release is made, so that the test scripts can install the compiler version that they need. I am thoroughly baffled by the myriad bugs that appeared, often in files I didn't know had been changed. |
Beta Was this translation helpful? Give feedback.
-
I have opened a few new issues - if anyone has any background that might help them provide clarity on the "help wanted" issues I just created - at this point the only way I know of to fix the problem is to remove the library, and that's not much of a solution. I didn't even change these files, so why are they failing on parts that they used to work fine on?! |
Beta Was this translation helpful? Give feedback.
-
Having an absolute hell of a time making the improved pinConfigure work with the previous syntax... several hours of work in, i've got it complaining about multiple definitions of functions only defined once, and it's saying there's a problem in digital_pin_to_bit_mask(), won't give me a source line because of LTO, doesn't error without LTO, and.... digital_pin_to_bit_mask is an array not a function! This and integrating the new pinout images are the only things between now and a 1.5.0 release |
Beta Was this translation helpful? Give feedback.
-
Right now - things mostly compile again. Unfortunately, that's about it. Behavior is hopelessly hosed.
Timing and serial are both completely broken. I've managed to get serial output, but the characters are coming out in the wrong order.
Okay, I think serial works, at least on transmitting
millis needs to be kept disabled though
Beta Was this translation helpful? Give feedback.
All reactions