Christoph Honal

Results 72 comments of Christoph Honal

I have since fixed this by setting `JAVA_OPTIONS = "-Dsun.security.smartcardio.library=${lib.getLib pkgs.pcsclite}/lib/libpcsclite.so"` see also: https://github.com/NixOS/nixpkgs/issues/46840#issuecomment-1271284167

Due to the way Nix works, the variable is available during compile time; it evaluates to e.g. `-Dsun.security.smartcardio.library=/nix/store/0cdj8mkp03sh1yw9bnkg1sircj99scvp-pcsclite-1.9.5/lib/libpcsclite.so`, with the hash uniquely identifying the package. I don't think this path...

I managed to build a toolchain based on gfortran, dragonegg and emscripten. Then I compiled libgfortran to webassembly in order to provide a runtime. This enabled me to actually compile...

Are there any updates on this? I would be interested in helping out.

Multiple flash chips are allowed via #10 , see https://github.com/InfiniTimeOrg/pinetime-mcuboot-bootloader/pull/10/files#diff-1bcea6a127a33f80b40cfb7ecb5f8de407aaaaca084179d9e3d32904e9c40bdeR64 . P25Q32H support was upstreamed some time ago: https://github.com/apache/mynewt-core/pull/2798 .

Hey @JF002 , from what I saw you are maintaining this repository? This PR should be considered part of https://github.com/InfiniTimeOrg/InfiniTime/pull/1050 .

Ideally, any SPI chip should be accepted, because manufacturers often swap them without changing the hardware ID.

This PR now uses `mynewt-core` from my fork, until https://github.com/apache/mynewt-core/pull/2858 is merged. This enables the use of many SPI chips without having to know and hardcode their respective JEDEC IDs...

This PR now uses the upsteam version again, since my PR https://github.com/apache/mynewt-core/pull/2858 was merged.

Thanks for the report, I will try to reproduce the issue. The `0x6c00` response code is somewhat strange, did you try again with the most recent version of ykman? Maybe...