Luca Burelli

Results 10 issues of Luca Burelli

Hello, I use TablePlus at work on Windows. When browsing large query results (many rows & columns), it would be useful to have a way to mark some rows visually...

### Describe the request The CLI always automatically pulls the latest `package_index.json` from the web, and uses that in all requests (`core search` etc). For CI purposes, it would be...

type: enhancement
topic: code

### Describe the request As I understand there are 3 ways to initialize the CLI config: * `arduino-cli config init` will initialize the config in `~/.arduino15/arduino-cli.yaml` and use `~/.arduino15` as...

type: enhancement

Currently all llext code is contained in a single 1k-line file, making it difficult to manage. This PR refactors the llext subsystem by splitting `llext.c` by topic in multiple files:...

This PR is just a way to run SOF CI with new updates to the LLEXT subsystem in Zephyr.

The current SIGINT handler in interactive sessions simply ignores it. This is not the behavior of most shells, which respond to SIGINT by restarting the prompt. This patch changes the...

The LLEXT "modules" sample was designed to show how to compile the same code in two different ways - directly as part of one binary, or as a separate extension....

area: Samples
area: llext

This replaces #76724, and includes all feedback received there. Add support for the `.preinit_array` and `.init_array` sections in ELF files. These sections are arrays of function pointers that are filled...

area: llext

### Summary The `machine.bootloder`implementation on the Arduino Nano ESP32 is different from other Espressif-based boards in that it calls a custom "bootloader" (actually, a different application) which allows DFU uploads....

port-esp32

Instead of resetting to the maximum latency timer when closing the device, the original latency timer value is read on `open` and restored on `close`. This ensures the performance of...