sprintersb

Results 7 issues of sprintersb

Due to a Doxygen bug introduced in v1.8.1.2, the indentations in `\code` regions are gone. See for example the online [FAQ](https://www.nongnu.org/avr-libc/user-manual/FAQ.html#faq_flashstrings) which is generated with Doxygen v1.8.7 (as of 2024-03-17)....

documentation

I am getting fails from running the EEPROM tests for ATtiny2313, for example execute in `tests/simulate`: ```none > MCU_LIST_FULL="attiny2313" ./runtest.sh -a $build -s avr/eeprom-*.c Simulate: avr/eeprom-1.c attiny2313 ... *** simulate...

testsuite

Configuring GCC with `--with-gnu-ld` can improve the handling of @-files: Only when the driver knows that the GNU linker is used, it will put options / objects for linking in...

**Describe the issue** The rendering of a hexadecimal floating-point constant may stop in the middle of the literal ```cpp double a = -0x1.638e38e38e38ep5; ``` Live example: https://stackoverflow.com/q/78603151/1556746 Such literals are...

language
bug
help welcome
good first issue

I did ``` $ pip install grip $ grip --version Grip 4.6.2 ``` Is there a way to get a more recent version, e.g. one that includes `{#tag}` style anchors?...

In https://avrdudes.github.io/avr-libc/ there is a link to the "Most recent [HTML online](https://avrdudes.github.io/avr-libc/avr-libc-user-manual-2.2.0/index.html)" documentation. However, the link is to v2.2.0 documentation, which is the most recent documentation technically, but when you...

documentation
www