Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings
ClangBuiltArduino

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@ClangBuiltArduino

ClangBuiltArduino

ClangBuiltArduino is an initiative aimed at adding and enhancing LLVM/Clang support for Arduino programs and related software. By addressing compatibility issues and improving compiler support, we strive to make it easier to build Arduino projects using modern LLVM toolchains.

Note

ClangBuiltArduino GitHub organization is an independent initiative. We are not affiliated with or endorsed by Arduino or the LLVM Project.

About the Project

The Arduino ecosystem has long relied on GCC as its default toolchain. While GCC is widely adopted, clang offers several benefits, including:

  • Unified Toolchain: With clang, you can use a single toolchain for multiple architectures, avoiding the need for maintaining multiple prefixed toolchains for each target.
  • Advanced Diagnostics: Clang provides detailed code diagnostics in terms of error messages and warnings, making it easier to debug and optimize code.
  • Modular Architecture: LLVM's highly modular design allows for creating slim toolchains by shipping only the necessary components.

Our goal is to:

  1. Identify and fix issues that prevent Arduino programs from building with clang and other LLVM tools.
  2. Contribute patches upstream to relevant repositories.
  3. Provide custom board packages to integrate LLVM/Clang support into Arduino IDE.
  4. Serve as a centralized issue tracker for LLVM compatibility with Arduino software.

PinnedLoading

  1. BoardManagerFilesBoardManagerFilesPublic

    board manager json for Arduino IDE

  2. clang-wrapperclang-wrapperPublic

    Wrapper for clang for working around some niche problems

    Go

  3. tc-buildtc-buildPublic

    Scripts to build LLVM toolchains targeting AVR and ARM chips

    Shell 2

  4. core_arduino_avrcore_arduino_avrPublic

    Forked fromarduino/ArduinoCore-avr

    Fork of Arduino AVR core with patches for building with Clang

    C 2

  5. avr-libcavr-libcPublic

    Forked fromavrdudes/avr-libc

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

    Assembly 2

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 10 repositories

Top languages

Loading…

Most used topics

Loading…


[8]ページ先頭

©2009-2025 Movatter.jp