-
Why not adding real jerk (as the derivative of the acceleration, in mm/s^3) control to Marlin?, there is already code out there, in TinyG and G2 core have it implemented and (at least TinyG) is Open s…
kunok updated
2 years ago
-
Priyend
Fri 14 Aug 2009 09:45:29 PM UTC
Hi.
I am able to program my ATXMega128A1 using the AVROSP command line programmer tool from Atmel but cannot program the same device using the AVRDUDE progra…
-
Tue 12 Jan 2010 11:33:21 PM CET
From WinAVR **[bug #2889660](https://savannah.nongnu.org/bugs/?2889660)** (SourceForge):
In the header files for the Xmega D series, the ADC_t struct is missing
sever…
-
Tue 14 Dec 2010 07:53:21 AM CET
For all Xmega devices, support for power_aes_enable() and power_aes_disable() were commented in power.h.
#if defined(**_AVR_ATxmega16A4_**) \
|| defined(**_AVR_ATxmeg…
-
Fri 12 Dec 2014 12:50:25 PM CET
In definition wdt_enable() and wdt_disable():
1. Operands must be in brackets (see patch).
2. After "__asm__ ... ()" must be ";" (see patch).
3. In wdt_disable(), afte…
-
Strange that I am seeing issues with EEPROM write for the bigboot optiboot for the ATmega328P with `-c urclock`. `-c arduino` is okay.
This is with a new Nano clone with ATmega328P and FT232RL. Str…
-
Tue 08 Jun 2010 05:45:48 PM CEST
Hi there,
I've had some trouble today with the XMega. I used memcpy_P, which usually worked just fine, except for a certain part of my code where it suddenly produce…
-
Fri 09 Jan 2009 05:05:52 AM CET
The EEPROM funtions are not the best yet:
* The multibyte reading is very slow.
* The space expense is large: inlined byte functions are include
into each source file,…
-
Sun 09 Aug 2009 05:57:58 PM CEST
Added paragraph about using RST_SWRST_bm in RST.CTRL
to do a software reset in the faq_softwarereset section.
[file #18545: xmega_faq_softreset.patch](https://savann…
-
Mon 10 May 2010 04:19:22 AM CEST
CPU_t is missing in all xmega header files. All that really means is registers in the CPU set need to addressed as CPU_CCP instead of CPU.CCP. But it would be nice …