Results 28 issues of jhgorse

With this setup: ``` export PATH_TO_YOUR_PROJECT=c:/esp/hello_world export USER=bschwind docker run --rm -it --privileged -v /dev/bus/usb:/dev/bus/usb -v ${PATH_TO_YOUR_PROJECT}:/esp/project ${USER}/esp-32-build /bin/bash ``` I get the following issue for any project: ``` root@0ef77776baf8:/esp/project#...

### Describe the Enhancement: An ubuntu-18.04-arm64 recipe for parallels. ### Describe the Need: Apple M1 Parallels users supporting legacy Ubuntu 18.04 x86 based applications and toolsets. ### Current Alternative Custom...

Status: Untriaged

## Steps to Reproduce 1. git clone mono 2. git checkout 0463131f75cbb341def4b783c3295b82fde61b23 3. PREFIX=/opt/mono 4. ./autogen.sh --prefix=$PREFIX --disable-nls 5. make -j`nproc` 6. make check ### Current Behavior ``` make[9]: Nothing...

Hello, I need to use a watchdog timer (WDT) which requires defining startup_early_hook() code to initialize it correctly. libSnooze uses the startup_early_hook() and provides no way to extend it (callback...

similar to: deepSleep prevents loading new code? #35 USB serial coms to the terminal work before and after the Snooze.hibernate() call. Teensy bootloader flashing works prior but not after the...

Digital plots stack from bottom to top. The legend starts top to bottom. How can we align these?

enhancement

Greetings, I imported the STM32F4Cube Example `LTDC_Display_2Layers` into STM32CubeIDE, built, and deployed successfully to the STM32F429 Discovery Board. It shows two rectangular layers in an animation swapping places from top...

Greetings, At https://github.com/renode/renode/blob/7545b9a188d292dc99af2b6015e11b41ae95fa01/scripts/single-node/stm32f746.resc#L15 it references a precompiled binary hosted by the Renode team: `$bin ?= @https://dl.antmicro.com/projects/renode/dartino-lines.elf-s_486816-cd8876ab9de60af779f4429dfe16c79bf831b84d` I took a quick look into Dartino and, while it looks interesting, it has...

### Issue description It appears when using `liquidprompt` via `zinit`. Using liquidprompt, `zinit light nojhan/liquidprompt`, use this to reproduce the issue: `__lp_runtime_after() { _LP_RUNTIME_SECONDS=550; }` xref: https://github.com/nojhan/liquidprompt/issues/691 ### zinit config...

bug

Greetings. It appears you might use some help with maintenance of the project. What would it take for us to set up a little release process and delegate some repository...