Separate Atmel Studio and avr-libc

This commit is contained in:
Fabio Pugliese Ornellas 2019-02-10 11:09:59 +00:00
parent 090fe8d228
commit f23e799fa6
8 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
This directory contains code that can be shared across all AVR uC.
This directory contains code that can be shared across all AVR uC, when developing with https://www.nongnu.org/avr-libc/.
Please refer to https://github.com/olikraus/u8g2/wiki/Porting-to-new-MCU-platform to understand what is here.
@ -11,4 +11,4 @@ At lib/u8x8_avr.h, you can find:
This means, you have to write little code to support your own project.
Please refer to the existing main.c and Makefile examples for details on how to use it.
Please refer to the existing main.c and Makefile examples for details on how to use it.