Re: Miscompilation (gcc + inline asmb)

2021-09-10 Thread Ian Molton
On 15/08/2021 18:34, BERTRAND Joël wrote: > I remember I have used uECC a long time ago without this kind of bug. I > have rebuilt the same code (with uECC_avr defined), but I have compiled > this library not with gcc 11.1.0, but with 5.4.0. Just curious - what is the difference in the assem

Re: Wrong time.sleep if time < 17ms

2021-09-10 Thread Ian Molton
This isnt a compiler specific problem, but you might want to try disassembling the code and seeing whats different - objdump -D is your friend :) -Ian On 15/08/2021 19:30, D.Umbricht wrote: >  Hi all > I try to move a go program from a raspberry pi to an arduino uno using > tinygo on the arduino