Skip to content

Commit 93f7240

Browse files
ficetoficeto
ficeto
authored and
ficeto
committed
Merge branch 'esp8266-esp8266' into esp8266
2 parents d6e7cf1 + df0da7c commit 93f7240

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+4094
-243
lines changed

.gitignore

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,36 @@ build/windows/libastylej*
2121
build/windows/arduino-*.zip
2222
build/windows/dist/*.tar.gz
2323
build/windows/dist/*.tar.bz2
24-
build/windows/launch4j-*
24+
build/windows/launch4j-*.tgz
25+
build/windows/launch4j-*.zip
2526
build/windows/launcher/launch4j
2627
build/windows/WinAVR-*.zip
2728
build/macosx/arduino-*.zip
2829
build/macosx/dist/*.tar.gz
2930
build/macosx/dist/*.tar.bz2
31+
build/macosx/*.tar.bz2
3032
build/macosx/libastylej*
3133
build/macosx/appbundler*.jar
3234
build/macosx/appbundler*.zip
3335
build/macosx/appbundler
3436
build/macosx/appbundler-1.0ea-arduino2
37+
build/macosx/appbundler-1.0ea-upstream1
3538
build/linux/work/
3639
build/linux/dist/*.tar.gz
3740
build/linux/dist/*.tar.bz2
3841
build/linux/*.tgz
42+
build/linux/*.tar.xz
43+
build/linux/*.tar.bz2
3944
build/linux/*.zip
4045
build/linux/libastylej*
4146
build/shared/reference*.zip
47+
build/shared/Edison*.zip
48+
build/shared/Galileo*.zip
4249
test-bin
4350
*.iml
4451
.idea
4552
.DS_Store
4653
.directory
47-
build/windows/launch4j-*
48-
build/windows/launcher/launch4j
49-
build/windows/WinAVR-*.zip
5054
hardware/arduino/avr/libraries/Bridge/examples/XivelyClient/passwords.h
5155
avr-toolchain-*.zip
5256
/hardware/tools/esp8266/utils/
@@ -57,6 +61,14 @@ avr-toolchain-*.zip
5761
/hardware/tools/bossac.exe
5862
/hardware/tools/listComPorts.exe
5963

64+
/app/nbproject/private/
65+
/arduino-core/nbproject/private/
66+
/app/build/
67+
/arduino-core/build/
68+
69+
manifest.mf
70+
nbbuild.xml
71+
nbproject
6072
build/macosx/esptool-*-osx.zip
6173

6274
build/macosx/dist/osx-xtensa-lx106-elf.tgz

cores/esp8266/Arduino.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ extern "C" {
3838
#include "pgmspace.h"
3939
#include "esp8266_peri.h"
4040
#include "twi.h"
41-
//#include "spiffs/spiffs.h"
4241

4342
void yield(void);
4443

0 commit comments

Comments
 (0)