Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.57 KB

avr-libc.md

File metadata and controls

33 lines (20 loc) · 1.57 KB
title
AVR / Libc

AVR / Libc

  • AVR Libc Home Page AVR Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on Atmel AVR microcontrollers. 對照 Library Reference,除了實現 Standard C Library 外,另外也提供不少 AVR 專有的 libraries。

Toolchain ??

  • AVR- and Arm- Toolchains (C Compilers) | Microchip Technology #ril
  • AVR Libc Home Page Together, avr-binutils, avr-gcc, and avr-libc form the heart of the Free Software toolchain for the Atmel AVR microcontrollers. They are further accompanied by projects for in-system programming software (avrdude), simulation (simulavr) and debugging (avr-gdb, AVaRICE). 這些都是獨立的專案?? 跟 GCC 是什麼關係??

GCC ??

參考資料 {: #reference }

文件:

相關:

手冊: