Search code examples
Can snprintf format '-0'?...


printfavr-gcc

Read More
-gc-sections discards used data...


cgarbage-collectionavr-gcc

Read More
avr-g++ - Undefined reference to register Y upon linking...


c++linker-errorsavravr-gcc

Read More
Why does the compiler give strncpy 'stringop-truncation' warning only with -O2?...


compiler-optimizationcompiler-warningsavr-gcc

Read More
Cross-compiled executable for arm64: "No such file or directory"...


androidandroid-ndkcross-compilingarm64avr-gcc

Read More
AVR ATmega32U4 Timer compare interrupt not triggering...


timeravratmegaavr-gccavrdude

Read More
AVR ATtiny1626 bizarre infinite interrupt problem...


cinterruptavravr-gccattiny

Read More
Why does main() function gets executed again and again only when interrupt- ISR(ADC_vect) gets execu...


arduinointerruptavrarduino-unoavr-gcc

Read More
How can I prevent GCC from optimizing out a busy wait loop?...


coptimizationgccavr-gcc

Read More
How can I verify the TIMER2 overflow frequency in AVR ATmega328P?...


cembeddedavratmegaavr-gcc

Read More
Why are functions executed in the order they are defined and not in the order they are called from t...


cavratmegaavr-gcc

Read More
Can I build an avr-libc static library without specifying target MCU?...


static-librariesavr-gcc

Read More
Passing a non-volatile variable pointer to a function expecting a volatile variable pointer...


cgccavr-gcc

Read More
Arduino Nano ATmega328P C++; unsigned 8bit shift right generates 16bit code. This wastes time and me...


arduino-unoarduino-c++avr-gcc

Read More
Why does AVR-GCC show the line "text+data+bootloader" when compiling the simple LED blinke...


cavrbootloaderavr-gcc

Read More
AVR-GCC macro behaviour...


cgdbatmegaavr-gcc

Read More
How to reliably determine that current CMake compiler is the avr compiler?...


c++cmakearduinoavr-gcc

Read More
designator order for field '__file::flags' does not match the declaration order in 'FILE...


c++avravr-gcc

Read More
Is there a way to create a static array in the .data section, where its length is calculated by the ...


arduinoavrarduino-c++avr-gccstatic-memory-allocation

Read More
Where to find information about the exact binary representation of floating point values used by avr...


c++floating-pointavr-gcc

Read More
ATmega8 - Compile and link C and Assembly-files with one Makefile...


assemblymakefileembeddedavravr-gcc

Read More
jmp to address in inline AVR C...


cassemblyarduinomemory-addressavr-gcc

Read More
macro passed 2 arguments, but takes just 1...


c++compiler-errorsavr-gcc

Read More
How to get an ATtiny24A MCU into sleep mode?...


embeddedavravr-gccavrdudeattiny

Read More
Why is this code being generated by avr-gcc and how does it work?...


assemblyoptimizationavravr-gcc

Read More
Unexpected global variable read result in C++ using avr-gcc for (local variable access is as expecte...


gccglobal-variablesavravr-gcc

Read More
Calling C function from the .init3 section of a AVR-GCC compiled program...


initializationgcc-warningavr-gcclinker-scripts

Read More
avr-gcc ATmega4809 problem with `.rodata` section...


gccavratmegaavr-gcc

Read More
How to fix a simple error in Atmel studio...


cmakefilemacrosavr-gccatmelstudio

Read More
Template with parameter pack compiles using avr-gcc, but not using Arduino IDE...


c++templatesarduinoavr-gcc

Read More
BackNext