Michel Pollet
                                            Michel Pollet
                                        
                                    I've pushed what I had in mind for the avr_irq, and the support for it in the VCD bits. Still need to creep up in the ioports module.
Do you mean you want to change the pullups states 'externally'? I think it's already handled by the ioport, since you can specify the pullups from the firmware -- perhaps...
Have you tried AVR_MCU_EXTERNAL_PORT_PULL macros? https://github.com/buserror/simavr/blob/5715c08885117336df0530b260b0e577cc00284e/simavr/sim/avr/avr_mcu_section.h#L196 It's supposed to handle that sort of case really.
cg_rectangle doesn't draw anything. It just adds a rectangle to the 'current path'. With cg and other APIs, you add primitives to a path, THEN set a color/fill and then...
I rather like it; but isn't some of the advance a bit wonkyu? I'm looking a Q-uit for example -- seems the 'advance' should be one pixel less than the...
Anyone knows if this project has been forked into something that accepts PRs? it's been nearly 3 years now...
No, right now there isn't support for encryption -- my 'use case' is between two machines on the same desk, so I'd assume the traffic would be filtered by the...
did you check the build-* directory?
Ack. Sorry about that, simreprap was updated last year, but I never pushed ! I'll do a bit of cleanup later and update the tree. I had added quite a...
Well I didn't have a /use/ for it, but it shouldn't be terribly difficult in the age of libinput ! Seriously, it would probably take a couple hours top to...