Rhaskia

Results 6 comments of Rhaskia

The output is just ```Board Arduino Nano Programming => COM5 ``` I managed to finally get something flashed onto the nano, but only through first converting it to a hex...

Yes that's right. ravedude v0.1.8 (no git) ``` Usage: avrdude [options] Options: -p Specify AVR device; -p ? lists all known parts -p / Run developer options for matched AVR...

Oh sorry completely forgot about this issue, pretty sure I solved it somehow as I did manage to get it uploaded.

I can't remember exactly but I believe cutting down the program's size was all I did. I am not sure why I left the issue all of a sudden though,...

I found a fix here: https://github.com/fzyzcjy/flutter_rust_bridge/issues/2209#issuecomment-2251126662 Turning on the feature `shared-stdcxx` for oboe, and copying `$ANDROID_NDK/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/lib/libc++_shared.so` into \target\dx\\debug\android\app\app\src\main\jniLibs makes oboe functional. Although I still am confused why there's no error...

cpal (which most major audio libraries use) now uses ndk::audio instead of oboe ([#961](https://github.com/RustAudio/cpal/pull/961)), which I believe removes the C++ bindings and means this error should not show up unless...