Norbert Morawski

Results 37 issues of Norbert Morawski

When the user wants to enable the interrupt, Check whether a raw interrupt is added or at least a default one is set. See my problems here: https://forums.raspberrypi.com/viewtopic.php?p=2134008

Hi, I'm trying to use wrapper command functionality. I put `konsole -e nvx start` to use my dedicated nvidia card. However the instance immediately stops. Console says: `[CORE] Message: _INSTANCE_STATE_:GAME_CLOSED|none`....

Python used: 3.12 (no others tested) ``` $ python -m venv venv $ source venv/bin/activate $ pip install -e . Obtaining file:///home/norbert/Projects/pico-ice/risc-v/icicle-impl Installing build dependencies ... done Checking if build...

LittleFS has real directories instead of SPIFFS "paths with slashes", see (https://github.com/littlefs-project/littlefs/issues/353#issuecomment-566675488) > There is no limit on the path length other then the RAM and storage you have on...

Quick and dirty (but fully within LittleFS specs) fix for #69

For me, config file should be imported by `printf.h` in addition to or instead of `printf.c`. For example, `printf.h` uses `PRINTF_ALIAS_STANDARD_FUNCTION_NAMES_SOFT` which can't be set by the config file currently.

- Added CMake build system, - Fixed ESA record address offset calculation.

### Operating System Linux ### Board RP2040 ### Firmware Specifically this version, this fragment: https://github.com/MrJake222/pico-ice-sdk/blob/473e38978f7f8caab7e20c6b49f9f48623158dcf/src/ice_usb.c#L169-L175 ### What happened ? When transmitting data over CDC from UART interrupt, the `tud_cdc_n_write` function...

Bug 🐞

**Related issue**: #3737 **Type of change**: bug report **Impact**: no functional change **Development Phase**: implementation **Release Notes** Fixed build system