Pat Pannuto

Results 133 comments of Pat Pannuto

> There has always been a tension between ELF and TAB: how much of the information in the elf needs to be shared with a tool like tockloader or some...

Rubble project EOL'd mid-2022 :(.

Update: mixing toolchains (i.e. using the GNU `ar` while otherwise using mac-native tools via `AR=/usr/local/opt/binutils/bin/ar ./build.sh`) results in more errors: ``` ld: warning: ignoring file libjim.a, building for macOS-x86_64 but...

I was reading through the links to old discussions you posted, and the most relevant ones are in the second link. The issue is precisely when things outside the build...

Yes, variants are well-supported / well-tested / well-documented at this point. This issue should probably just be closed.

Just made one because I couldn't find one from a quick search. Had this tab still open so figured I'd share if it's useful for folks. Consider this message a...

We have a `Frequency` trait in the time HIL currently, and a somewhat thorough discussion of time-related concerns in TRD105. Should this be the same `Frequency` type? I could see...

https://www.ewsn.org/file-repository/ewsn2021/Article13.pdf This is the paper discussed on the call. --- This comment, https://github.com/tock/tock/pull/3333#issuecomment-1332522937, from Leon's old PR also likely relevant

Is the solution simply to make the function `get_configured_clock_frequency() -> NonZeroU32 [or Frequency]`? We already have the `is_enabled()` method in that interface to answer whether the clock is powered on...