1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-16 22:27:59 +03:00

Corretions and refinements to the String examples

This commit is contained in:
Federico Vanzati
2012-04-06 12:59:54 +02:00
parent ade4893f58
commit 383ac95f3e
1111 changed files with 244427 additions and 223 deletions

View File

@@ -0,0 +1,8 @@
To make it possible to have different versions of binutils packages
installed for diffrent targets the locale and most common documentation have
been removed from the cross packages. If you want these files aswell you'll
have to install the same version of the native package as of this package.
For nesC/TinyOS users, the addition of "OPTFLAGS:= -Wa,--allow-dollars"
to their makefiles will allow the use of dollars in function names (with
nesC >=1.1.3).

View File

@@ -0,0 +1,11 @@
This is a debian pakcage of the GNU assembler, linker, and binary
utilities compiled for cross develoopment for the avr processor.
It is created from a cvs snapshot downloaded from:
ftp://ftp.funet.fi/pub/gnu/prep/binutils/
Copyright: GNU General Public License
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

View File

@@ -0,0 +1,9 @@
To make it possible to have different versions of gcc packages
installed for diffrent targets the locale and most common documentation have
been removed from the cross packages. If you want these files aswell you'll
have to install the same version of the native package as of this package.
For nesC/TinyOS users, the addition of "OPTFLAGS:= -Wa,--allow-dollars"
to their makefiles will allow the use of dollars in function names (with
nesC >=1.1.3). Note, this will require binutils-avr >= 2.15-2.

View File

@@ -0,0 +1,9 @@
This is a debian pakcage of the GNU gcc compiler compiled as an avr
crosscompiler. This package was downloaded from:
ftp://ftp.funet.fi/pub/gnu/prep/gcc/gcc-3.3.2/
Copyright: GNU General Public License
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.