Winford

Results 193 comments of Winford

I don't think we want to chant the CMAKE_ configuration there, that would lead to build problems... but I believe we could add a separate definition for the compiler -...

That definition for Generic is important for all of the MCU platforms in the cmake configuration process, so we don't want to mess with that.

This is also slightly related to PR #1117 which I closed. I didn’t feel like we ever came to a logical consensus on what the returns should be, and as...

I hate to be the bearer of bad news, but Fred passed away in March. I have built and used a few of these boards. I think what you want...

An example of how to setup the clock for the stm32h7 would be a tremendous help. The configuration does not seem to be at all similar to stm32f4/f7 chips, and...

> Line 66 in [c9051f1](/atomvm/AtomVM/commit/c9051f15e208873e57ff7e0b1d856158625b2d07) > > network:sta_rssi(), This should not be used in the sim test. What you get is the equivalent of an Ethernet interface, there is no...

My second point is still valid, using network:sta_rssi/0 before a connection is established will always result in an error. We should expect to catch an error here and only expect...

Fred's plan was to migrate a few things to AtomVM main, and break some other modules out into separate repos. It would make sense to combine several of the Erlang...

Closing. The nifs are all now in upstream AtomVM.

At the moment exatomvm uses a third Elixir implementation. I am working on a PR to change that to a dependency on atomvm_packbeam so we can simplify maintenance, and allow...