leongross

Results 155 comments of leongross

@rusty1968 @jhand2 may you have a look at this?

@korran does this fit the needs? Is generating and freezing the checksums all we are interested in?

@korran does this implement what you have in mind? Is building the binaries `caliptra-rom-with-log.bin` and `caliptra-rom-no-log.bin` and recording their sha384 sums enough? Or should this also package and release other...

@scottfeldman could you maybe elaborate on the process of how the board-specific drivers are abstracted here? As my understanding of tinygos network driver model goes, drivers are represented as the...

I did some work on enabling the `unix.Syscall` wrapper for tinygo [1]. When the syscal interface for the network stack is done I think we have a good chance to...

> Ok, I'm passed the server cert validation issue I was having. I created a root CA cert to pass into tls.Dial() by go:embed'ing a PEM file containing the CA...

This PR has been quite inactive in recent history. We at u-root are quite interested in getting this working, so we can make the remaining commands build for the initramfs...

I rebased PR #3318 since the original author was not really responsive anymore in their PR. Here is the rebased version, all tests pass https://github.com/tinygo-org/tinygo/pull/4470. @deadprogram would you mind giving...

@deadprogram I think this can be closed then?

Is this still of interest? @korran @jhand2