-
Hello,
I've [forked LUFA](https://github.com/trusktr/lufa) in order to modify it to work specifically with the Arduino UNO R3 (e.g. make the Board folder and the files within, modify the makefiles, e…
-
I'm trying to upgrade my CC3000 firmware, but I'm running into the issue described in the title.
I'm able to start the process through the serial monitor, and it displays the RX/TX buffers and RAM on…
-
To be useful as a MIT-licensed library by proprietary applications, we cannot depend solely on the LGPL-licensed Arduino libs.
In addition, having a separate backend would be a good validation that w…
-
First of all, sorry for pushing 3 commits to experimental yesterday without testing on a printer. I just reset them, they're the first three on the looping branch now.
The trouble came in with this c…
-
I get significantly different versions of LUFA-111009 depending on where I download it from.
If I download [LUFA-111009.zip from googlecode.com](https://lufa-lib.googlecode.com/files/LUFA-111009.zip)…
-
must also buy/allocate a VID/PID
http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1
tehn updated
10 years ago
-
My setup :
- windows 8.1
- core i7
- winAVR 2010-01-20
- command prompt
When I try to compile UPDATER from the MASTER branch I get the following error :
```
process_begin: CreateProcess(NULL, stat …
-
Hi Guys,
I try to recompile the bootloader for the mega2560 because I want to adapt it for a mega2561 and a w5500. But as you can see below I get an error.
The standard libs from the arduino package…
-
I am building a version with an atmega168 / 12 Mhz / 3.3V (I think this is out of specifications, but it seems to work for now).
I have a boot button instead of a boot jumper. With the USBaspLoader f…
-
[There](http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&p=992243#992243) would be more sophisticated way to implement interrupts by using C only with customized linker script. This app…