Christoph Honal

Results 33 issues of Christoph Honal

enhancement
help wanted

Hi, I want to use Nimble on a NRF52832 board which does not contain an external low frequency crystal (LFXO) - specifically, I want to build InfiniTime for a P8...

This PR moves the static `sbox`, `rsbox` and `Rcon` substitution boxes from the SRAM into the Flash memory on AVR microcontrollers, which is typically larger. This frees up half a...

I am using the _Windows Subsystem for Linux_ as my ocaml environment. (Because installing ocaml naively on windows is painful) However, because vscode and the ocaml debugging interface are running...

After switching from https://github.com/hackwaly/vscode-ocaml to this plugin, I am missing support for the Ocaml debugger and formatter. Would it be possible to add support for these two components?

C-feature-request
E-hard
P-low
S-wishlist

First of all, great work. This project seems to be very promising in building a custom, self-hosted AIDungeon-type game. I would like to run this as a simple webservice for...

enhancement

Due to the hard-coded paths to `libpcsclite.so.1` at https://github.com/martinpaljak/apdu4j/blob/master/pcsc/src/main/java/apdu4j/pcsc/TerminalManager.java#L54 , the PC/SC library cannot be found on the NixOS Linux distribution, which does not use the Filesystem Hierarchy Standard (`/lib`...

I have created a hardware-bound [address](https://etherscan.io/address/0xE8a4dA3BAE89243E088250Fc43FaB91B5aB3f04B) using the Status app on a Keycard. I am able to use this address to receive and send funds, and the transactions are displayed...

The IDF vscode debugger still depends on Python 2.7: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/DEBUGGING.md#use-the-esp-idf-debug-adapter Unfortunately, building for 2.7 is a pain on Nix in general an using mach-nix specifically.

This PR adds support for a new hardware target; the P8(b) smartwatch. It is derived from the work by @tt1pjm and @ildar at https://github.com/ildar/pinetime-mcuboot-bootloader . By default, the original Pinetime...