Results 65 comments of Michel Pollet

It is a documented fact about interrupts on the AVR. It is also a feature that is used quite a bit by existing code. For example code that switches the...

I don't have it handy, but from the code, it was made to skip 2 cycles, not "one instruction". I remember merging a patch years ago about this and I...

Well without any idea of the OS and toolchain version you are using, what do you think we can do?

Well VPATH works file, we just need to add a few 'optional targets' wiht | (pipe) to add the OBJ dependencies to some of the rules. I'll have to revisit...

Is this one "fixed"? You mentioned you had it working...

Could be have something that at least share some of the files? I really hate having duplicate copies of stuff, just because the transport changes

"file a.out" it's likely it's not a valid AVR ELF file. See "Loaded 36232 .text at address 0x0" -- that is more than 32K !

All very nice, but I haven't had people contributing /steadily/ for a while. Some come and have a bash and a flurry then disappear. I might not be the most...

I haven't played with CAN myself, so it's unsuported, but it looks vaguely like a SPI or UART or something like that so shouldnt be very difficult to emulate. Not...

Would make an easy first pull request! :-)