1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
11e8e3d16f Fix build errors 2014-11-21 12:15:50 +03:00
307a029a0e Updates for esp8266 platform 2014-11-20 17:25:01 +03:00
a12c6fcea2 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
170870d9aa Removed unused boards/programmers 2012-08-25 16:31:25 +02:00
dedf1b5fc3 Adding README file at root of tools folders 2011-06-21 00:22:54 +02:00
3da8227878 Removing CodeSourcery toolchain from GIT 2011-06-21 00:08:25 +02:00
7c9a03410f Renaming platform components. 2011-06-14 23:49:47 +02:00
65ce0cd0a2 Modified syscalls.* to fit CPP compilation 2011-06-01 01:53:32 +02:00
49b03a0ea7 Putting back all vectors to libchip (Core based) 2011-06-01 01:24:23 +02:00
799c348db5 Adding needed folder for CS 2011-06-01 00:04:17 +02:00
fdfdd0b4bf Adding minimal libboard with lowlevel init and vectors 2011-05-31 23:17:52 +02:00
f08e822b17 Adding libchip_sam3s into tools, needed to add all SAM3S peripheral drivers 2011-05-31 23:09:42 +02:00
4e0df49a5d Adding CodeSourcery just in case of, to be removed later 2011-05-31 22:04:30 +02:00