Giampaolo Mancini
Giampaolo Mancini
Without this PR the library will fail at run-time on MbedOS-based Arduino boards (and actually works by chance on every other board) Please, @autowp review and merge it!
@autowp works as usual on legacy boards. SPI (or I2C) initialization in the constructor has always been a cause of major issues in several Arduino libraries. This is the reason...
Uhm, I see. Would be better to move the`SPI.begin()` to the `::reset()` method, maybe? Would that be safer?
I think that would be a lot easier to just download the warp-packer binary you need at build/packaging stage: - Stage 1: build your app whitin your language/framework sdk docker...
I would add a fine build stage to generate a minimal image. Just append the following lines to your Dockerfile: ```Dockerfile FROM mcr.microsoft.com/dotnet/core/runtime-deps AS runtime WORKDIR /app COPY --from=build-env /app/out/warp-example...
Docker [multi-stage builds](https://docs.docker.com/develop/develop-images/multistage-build/) have been introduced in Docker 17.05 precisely to deal with such a scenario.
Hi @stevekatholnigwi, how is the PR going? Is anything ready to share?
Hi @gmram, would you mind to submit a PR with your fix? Could you, please, try with the ` __attribute__((aligned(8)))` syntax and base your PR on this (take a look...
Yes, there's been introduced a regression at some point due to a text formatting change which is preventing standard MacOS' sed to work properly. I will PR to revert ASAP.