-
Code should be updated to check for SPI_HAS_TRANSACTION define and in that case use the new SPI Transaction API
Here is the relevant code from the Adafruit_CC3000_Library.
```
#if defined(SPI2X) && …
-
```
How's this feature sound - what about adding a watchdog during the bootload
process? Sometimes I leave minicom open and I hit the program via
bootloader button, which again causes serial port con…
-
Mike's comment(in issue 121) about EEPROM write delay prompts me to open this as a separate issue .
I am fiddling with a fiddle widget enhancement over at CP to implement parameter backup and download…
-
```
I've started writing a quick little Python script that can be used to configure
XBoot. I'm going for a quick and dirty terminal version. Later this may lead
up to a GUI version. Python is nic…
-
I understand that this IDE supports XMEGA128A1, but how much would it require to support A4U as well?
Cheers.
-
In lufa-LUFA-140302/LUFA/Drivers/Peripheral/XMEGA/TWI_XMEGA.c it looks like the capitalization of twi (in the function body) vs TWI (arguments) is mismatched.
Causes compilation errors like "XMEGA TW…
-
I attempted to flash the board but it fails to verify the flashing
```
avrdude -p atxmega128a4u -c dragon_pdi -U flash:w:atxmega128a4u_104.hex:i -e -Ulock:w:0x0F:m
avrdude: AVR device initialized …
-
need support for larger images, particularly >64k, >128k [depending on transfer method, etc.]. needs to be compatible with avrdude. may need a different protocol than 'arduino' or 'stk500'.
-
I am working with a XMEGA128A4U which supports multiple I2C connections (2). I am currently using one as a Slave and one as a Master. Is it possible to use xboot for such purpose?
-
XMEGA chips have a unique 11-byte serial number in the prodsig row. This could be useful for unique identification of boards or devices.
Would just be a simple function that fills an 11-byte user pro…
dave2 updated
10 years ago