-
Note: I am building this firmware on Ubuntu Linux because I can't seem to get the toolchain working properly on OS X.
Tested on a Macbook running 10.10 and a Macbook running 10.11. Neither device wil…
-
My PDI programmer, "fandigist Lufa AVR Starter AVR ISP Programmer, compatible with MKII" requires an updated [firmware](http://www.fourwalledcubicle.com/LUFA.php) to work with the current Atmel Studio…
-
I've found that the doing **Shift + Shift + Pause** isn't putting the teensy 2.0 into bootloader / flashing mode properly. TMK worked fine.
I've looked at #164 and ensured the USB is unplugged/plugge…
-
Dear Arduino-Team,
I am currently trying to build an Arduino-Bootloader with some crypto extensions (secure IoT and so on) and as a base I wanted to use the existing optiboot-bootloader. I am running…
-
Hello,
I got the ChameleonMini today and tried it on my Notebook which is running Windows 7.
When I connect it via MicroUSB the device manager finds LUFA CDC demo with an exclamation mark. So I down…
Xykon updated
8 years ago
-
Hi there!
I guess you all use Midi for the Serial ports. I've implemented a USB-Core for Arduino Leonardo/Micro (witht he help of rkistner) to use Midi with your PC as well. If someone is interested i…
-
Take a look at this from the bootloader.c file...
```
/* Bootloader Size in *bytes*
*
* AVR Boot section size are defined by setting BOOTSZ fuse in fact. Consult with your MCU datasheet.
* Note th…
-
I'm unable to plug my ErgoDox (using QMK) into an iPad Mini because it claims the power draw is too high. I can't imagine it's exceeding 500mA, so I'm wondering if someone could point me in the direct…
-
interesting.
> Modified the LUFA USB HID Descriptor to change the logical/usage
> minimums for System Control from 0x01 (Mouse) to 0x81 (System Power
> Down), this fixes OS X recognizing the Planck a…
-
Feature request: update this to work with the most recent version of [LUFA](https://github.com/abcminiuser/lufa).