-
Hello, I have compiled the app on linux, but when I try to connect the device via USB the app sees the cable but when I press connect, I get 2/3 seconds of grey app and then nothing, no device found. …
-
I only just discovered this issue recently when attempting to update the firmware, but my ChameleonMini RevG is not being recognized by my computer over USB (in Windows 10 and Ubuntu 16.04). Usually, …
-
System crashes when too many events are posted at a time. A 10 ms tick is not possible with 32 MHz system clock while the screen driver is operated.
-
Attempting to program an AVR device when none are plugged in causes CWCapture to crash. The XMEGA programmer is a bit less insane (displays a warning that programming failed) - the AVR should work lik…
-
Hello,
So this is a pretty annoying issue. The memory of the IC somehow gets corrupted (mostly if you power it off during startup). The ChameleonMini is not responding - the LEDs power off and not se…
-
Hello. I have an SST26VF064B flash chip from Microchip and am desperately trying to find a way to control it from an arduino UNO. No success so far, tried with multiple libraries including yours. Can …
-
Hello,
Just tried your library on my atxmega128a4u chipset but couldn't get it to work. Here are my local changes:
```diff
diff --git a/usb_requests.c b/usb_requests.c
index 91c5cf5..3b67889 100…
Risca updated
7 years ago
-
hi
i have been working on grbl port on xmega controller i have seen an older port of grbl to xmega avr but thats V0.8 grbl port
i have added many new features as i have more processing power in xm…
-
Hey, I was curious about this project but the first few things that you read when you stumble across it are not really very helpful unfortunately. Take a newcomers perspective that has no idea what th…
-
For quite a long time, the PROGMEM 'bogus warning' issue has been around. As an example see here:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
This supposed to have been corrected in gcc …