Alexandru Radovici

Results 97 comments of Alexandru Radovici

I rebased it to use the new `static_buf` with `MaybeUninit`. I think this is good to go.

We do not yet support libtock-rs for the Raspberry Pi Pico. From what I can read in the error, it seems that you are missing the armv6 toolchain. Please try...

It used to build when I added it, but I think I had the `armv6` toolchain already installed.

I agree with @brghena, I was counting on this behavior. I think we can use the exit if and only if we can be sure that there is no registered...

> > I think we can use the exit if and only if we can be sure that there is no registered callback. > > Independent of whether this is...

@lschuermann I agree with you point of view. I am still in favour of keeping the current behaviour and asking developers to explicitly use the exit system call if they...

> What would you expect this program to do? > > > > ```c > > int main (void) { > > return 1; > > } > > ```...

Sadly, not at the moment. I'm trying to get a student to pick it up :)