1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

114 Commits

Author SHA1 Message Date
Ivan Grokhotkov
d1348264d5 Merge igrr/esp8266 into esp8266
remove the need to set programmer, by setting upload tool
  remove trailing whitespace

Conflicts:
	hardware/esp8266com/esp8266/boards.txt
2015-04-01 09:10:49 +03:00
Sandeep Mistry
ddaf3b1f4c remove the need to set programmer, by setting upload tool 2015-04-01 09:08:28 +03:00
Andrey Filimonov
89fc25aed8 Upload speed selection for ESP01 2015-04-01 07:53:54 +03:00
Sandeep Mistry
187080f40a remove the need to set programmer, by setting upload tool 2015-03-31 19:43:49 -04:00
Ivan Grokhotkov
d98efdbced Move esp8266 platform from "arduino" into "esp8266com" 2015-03-27 12:11:55 +03:00
Ivan Grokhotkov
5e30a0ab5b Update esptool to the latest version 2015-01-17 02:52:50 +03:00
Ivan Grokhotkov
14e500ac67 Create another board variant 2015-01-16 22:52:19 +03:00
Ivan Grokhotkov
b924b59c86 Update board definitions and esptool usage 2015-01-11 02:48:06 +03:00
Ivan Grokhotkov
8b33f3e5b9 Report flash memory size used by the sketch 2015-01-09 22:43:25 +03:00
Ivan Grokhotkov
54436ffd6b Rename ESP-01 board to something more generic 2014-12-29 01:19:03 +03:00
Ivan Grokhotkov
0962670a60 Use esptool-ck for flashing 2014-12-22 18:43:20 +03:00
Ivan Grokhotkov
fe2d131cb8 Upload sketch at 115200 2014-12-12 04:40:59 +03:00
Ivan Grokhotkov
39e087a19e Fix initialisation, fix HardwareSerial, add esptool.py flashing 2014-11-25 09:58:14 +03:00
Ivan Grokhotkov
04fe8e8b58 Basic support for esp8266 platform
This includes empty stubs for most core Arduino functions.
Need to actually implement all those digital reads writes whatever.
Need to prebuild toolchains (xtensa-elf-lx106) for 3 platforms and put them on some download server.
Need to do the same with esptool.
Need to fix 0x40000 binary generation and add correct upload commands.
Maybe even implement uploads over WiFi.
2014-11-15 10:45:08 +03:00