mcuee

Results 153 issues of mcuee

Change the issue to CMAKE improvement. 1) `-D HAVE_SWIG=0` does not work. 2) `-D CMAKE_INSTALL_PREFIX:PATH=/xxx/xxx" does not work for SWIG/PYTHON binding. * https://github.com/avrdudes/avrdude/issues/1914 3) Library detection improvement -- using pkg-find...

enhancement

From here: * https://github.com/avrdudes/avrdude/issues/1038#issuecomment-1354195120 For this test, I build avrdude without hidapi support. And I make sure the hid drver is already detached and then libusb is used. hidapi version...

bug

@tormodvolden Somehow github action for Linux failed because of the following step (test failed) ``` - name: emscripten run: emconfigure .private/ci-build.sh --build-dir build-emscripten -- --host=wasm32-unknown-emscripten ``` Reference: https://github.com/libusb/libusb/actions/runs/15379068007/job/43267492190 ``` FAIL:...

WebAssembly

I got a new laptop (Windows 11 Enterpris 23H2) and installed VS2022 Community Edition and add latest Windows SDK and Windows WDK, somehow libusb failed to build. VS2022 shows that...

windows

libusb-1.0.29 has been released. * https://github.com/libusb/libusb/issues/1623 **Next release will be libusb-1.0.30.** Pending review, may be postponed if not enough reviews: **macOS** * https://github.com/libusb/libusb/pull/1610 (critical regression fix already merged in 1.0.29,...

Release

download-artifact@v2 has been deprecated. https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

build_CI

https://github.com/avrdudes/avrdude/actions/runs/15824523100 ``` Error: This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v2`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ ```` This is because `download-artifact@v2` has been deprecated. https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

bug
build_CI

Somehow we did not have this issue previously for 8.0 release. I have no ideas why this failed. https://github.com/avrdudes/avrdude/actions/runs/15824523096/job/44645916386 ``` Run actions/upload-artifact@v4 /usr/bin/docker exec bee507e0733f4a79dd7690dd2a4c4fe7898de9[1](https://github.com/avrdudes/avrdude/actions/runs/15824523096/job/44646408235#step:7:1)44c6d60d7a7d9f69e4e6f282c sh -c "cat /etc/*release |...

bug
build_CI

### Discussed in https://github.com/avrdudes/avrdude/discussions/2015 Originally posted by **guillaume-jcb** June 12, 2025 Hello, I'm trying to use a Coral board to program an Atmega 128a chip using the linuxgpio programmer. The...

enhancement