Jean-Michel Picod

Results 54 comments of Jean-Michel Picod

Good news on that front. NFC support will be added within the next months for the Nordic chip. Caveats: although the Nordic chip internally supports NFC, it has the following...

By the shape and the look of it, the antenna is for Bluetooth, not for NFC. NFC antennas must look like a coil (i.e. in the shape of a loop)

Thanks for reporting. Your issue is a lack of documentation on our side. OpenOCD requires to manually specify the programmer interface you use. Which means that the user must create...

OpenOCD, pyOCD as well as JLink are JTAG/SWD programmers which one must manually wire to the dongle by either using the castellations on the side of the PCB or the...

As a side note, have you tried to use PyOCD instead? It's a pure python implementation for Cortex-M devices which from my experience provides better support than OpenOCD. I think...

We saw the publication and Nordic fixed this issue starting with their rev. D chip. They changed how APPROTECT can be enabled. This isn't something we changed in our code...

I remember an issue in Tock where this actually had impact on the produced binary (perf + size). But maybe this has either been fixed in the toolchain or I'm...

Found the issue I mentioned: https://github.com/tock/libtock-rs/issues/84

Without the `--depth` argument, it's too verbose. But this seems to be fine: ```cargo outdated --depth 1 Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- elf2tab...

Blocked by https://github.com/kbknapp/cargo-outdated/issues/241 Not only the produced JSON output is truncated (resulting in an empty JSON when it shouldn't be for example) but the produced JSON is also changing from...