Skip to content
View sprintersb's full-sized avatar

Block or report sprintersb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. atest Public

    AVRtest is an AVR core simulator used for regression testing of avr-gcc and parts of AVR-LibC.

    C 4 1

  2. avr-gcc: Locate .rodata in Flash for...
    1
    ### avr-gcc: Locate .rodata in Flash for AVR Devices like AVR64 and AVR128
    2
    
                  
    3
    **Abstract:**
    4
    Modern [AVR](https://en.wikipedia.org/wiki/AVR_microcontrollers) microcontrollers from families AVR64 and AVR128, like AVR128DA32, map a 32 [KiB](https://en.wikipedia.org/wiki/Byte#Multiple-byte_units) portion of their flash memory into the RAM address space.  This makes it possible to locate read-only data in flash memory, and not in RAM like it is currently the case with GNU Tools for AVR.
    5
    
                  
  3. avr-gcc-8 Public

    Forked from gcc-mirror/gcc

    A fork of GCC v8 to add changes to the releases/gcc-8 branch that affect target AVR.

    C

  4. avr-libc Public

    Forked from avrdudes/avr-libc

    A fork of AVR-LibC used to pop pull requests.

    Assembly

  5. avrdudes/avr-libc Public

    The AVR-LibC package provides a subset of the standard C library for AVR 8-bit RISC microcontrollers.

    Assembly 317 62