peter madsen-mygdal

Results 56 comments of peter madsen-mygdal

For now yes, given the support for a very large range of elixir versions.

related in sdkconfig: ``` # # mbedTLS # CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y # CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC is not set # CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 # CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set # CONFIG_MBEDTLS_DEBUG is...

CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM was recently default disabled in esp-idf. ``` This configuration option enables optimizations to speedup (about 3 ~ 4 times) the ECP fixed point multiplication using pre-computed tables in the...

I think you do it here: https://github.com/atomvm/AtomVM/blob/8eae9576c7a010ed6ad77cbc48411dabbba0818a/libs/CMakeLists.txt#L31 I doubt removing it has much impact on memory, but let us know..

atomvmlib is built in the AtomVM/build folder see https://www.atomvm.net/doc/main/build-instructions.html#generic-unix-build-instructions

> I gave this a test for stm32, and it is a bit confusing because when I selected stm32 I was asked about the port… which is currently not used...

lol, yes - I updated things to runtime: false.. one could argue for your suggested logic, but this PR goes for if `{:pythonx, "~> 0.4.0", runtime: false}` is there, we...

Agreed, but pythonx is otp25+ and elixir 1.15+, so for the time being it needs to be optional.. Think PR is good as is, as to also test it out...

needs https://github.com/atomvm/exatomvm/pull/47 but otherwise good to go.

All resolved, @bettio you just need to add the WOKWI_CLI_TOKEN to repository secrets (`Settings -> Actions secrets and variables.`) (get token here https://wokwi.com/dashboard/ci) so the job is not skipped ;-)...