Search code examples
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
Can snprintf format '-0'?...


printfavr-gcc

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


c++cmakearduinoavr-gcc

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


coptimizationgccavr-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
How to verify the TIMER2 overflow frequency in AVR ATmega328P?...


cembeddedavratmegaavr-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
AVR ATtiny1626 bizarre infinite interrupt problem...


cinterruptavravr-gccattiny

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
How can I unit test Arduino code?...


unit-testingembeddedarduinoavravr-gcc

Read More
Issues with Link Time Optimization (LTO) on avr-gcc with ATmega328...


c++gccstatic-librariesavr-gccatmega32

Read More
Saturating addition optimization in avr-gcc...


coptimizationembeddedavravr-gcc

Read More
How can I install the ZFP (Zero Foot Print) RTS (Run Time System) for AVR with the Alire package man...


adaavr-gccgnatalire

Read More
What is the purpose of __cxa_pure_virtual?...


c++avr-gccpure-virtual

Read More
How does C compiler or Preprocessor handle MACRO with arguments differently?...


cmacrosc-preprocessorcompiler-optimizationavr-gcc

Read More
BackNext