Daniël van de Giessen

Results 22 issues of Daniël van de Giessen

Use case: You want to go to the BIOS/EFI setup menu. But for example didn't press the key in time, or perhaps don't know which key to press for this...

enhancement

This MR adds support for building the ESP32 port with ESP-IDF v5.2. I've been using these for a little bit the past few weeks on three different ESP32 variants and...

port-esp32

This makes the stream that the PPP object wraps, which is normally only set once via the constructor, accessible and configurable via the `.config()` method. It also allows the stream...

port-esp32

## Summary This implements support for the `SSLSession` class, introduced in CPython in 3.6 (see https://github.com/micropython/micropython/issues/2415). It allows saving session data from an active TLS client-side connection and then creating...

extmod

### Circumstances triggering the bug While generating bash completion with dashdash through [cmdln](https://github.com/trentm/node-cmdln), I noticed that debugging logs for the completion were being written to my current directory. My program...

The module won't compile on the latest nginx (tested on `nginx-1.11.1`). From the build attempt: ``` cc -c -p-o objs/addon/nginx-rtmp-module-1.1.7.10/ngx_rtmp_core_module.o \ -I/tmp/build/nginx-rtmp-module/nginx-rtmp-module-1.1.7.10 -I src/core -I src/event -I src/event/modules -I src/os/unix...

When I remove a secondary NIC from one of my SmartOS systems, the admin NIC doesn't get fully configured in the GZ. The global zone doesn't come online; however VM's...

This adds support for the new `SSLSession` class implemented in https://github.com/micropython/micropython/pull/12780.

Implements a new module, `utop`, as suggested in https://github.com/micropython/micropython/pull/12732#issuecomment-1790040708. Currently only works on the `esp32` port, and requires https://github.com/micropython/micropython/pull/12732. An animated GIF to demonstrate what the output looks like: ![utop](https://github.com/micropython/micropython-lib/assets/954385/5b16b50a-3d21-4132-9844-1a97e26fe55a)...

As an easy way to support more use cases / configuration, we could add command line arguments that allow configuring certain things about the app and/or triggering functionalities programmatically. Ideas...

enhancement