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

43 Commits

Author SHA1 Message Date
7842b3c41d fix SPIFFS to work 2015-05-14 00:44:33 +03:00
6c6420eff6 Add SPIFFS Support 2015-05-13 19:50:31 +03:00
0018e30823 fixing bool redeclaration errors and warnings 2015-05-07 12:04:02 +03:00
102c8242b3 Merge pull request #190 from Links2004/esp8266
add Patch for station+softAP issue based on SDK_v1.0.1 from espressif
2015-05-07 10:20:17 +03:00
c71f198ac2 revert some changes that were wrong 2015-05-06 20:54:56 +03:00
9e306d706c add Patch for station+softAP issue based on SDK_v1.0.1 from espressif
esp_iot_sdk_v1.0.1_15_05_04_p1
-------------------------------------------
Here is a patch for station+softAP issue that users may have, based on SDK_v1.0.1,
solved problem that connect to ESP8266 softAP may fail in station+softAP mode.

Sorry for the inconvenience.
2015-05-06 17:38:00 +02:00
a1aa4c1493 adding some missing libs and definitions
included also a dump of the known registers range
2015-05-06 11:45:40 +03:00
5d2cc7db7f increase irom0 from 0x3C000 to 0x6B000 (+192KB) space 2015-05-03 17:44:20 +02:00
cdd2fed53d Minor code style changes 2015-04-30 18:54:16 +08:00
c209af0fc2 add back SmartConfig 2015-04-30 11:44:26 +02:00
bb5543160f add new macro for force function to ram
move uart_interrupt_handler in ram
2015-04-29 07:01:19 +08:00
951ab8e482 update SDK to esp_iot_sdk_v1.0.1_15_04_24 2015-04-25 10:52:19 +02:00
abdbdb1a5c move libm to flash (.irom0.text)
saves 3544 Byte in ram
see #104
2015-04-24 21:07:16 +02:00
c079ee1cf2 Revert c_types.h
bool, true, and false are defined in stdbool.h
2015-04-23 21:45:34 +08:00
129175c1bc add prototypes for ets_vsnprintf and ets_vprintf
fix some compiler warnings
2015-04-21 18:34:23 +02:00
af6c4008df update SDK to 1.0.1_b2_15_04_10 + SSL Patch 2015-04-21 17:55:47 +02:00
8b311b6bdd update SDK to 1.0.1_b1_15_04_02 2015-04-21 17:47:55 +02:00
183bc84185 add more libc functions
add missing ICACHE_RODATA_ATTR define in #else case
2015-04-06 18:41:03 +02:00
b64079f539 Update to SDK 1.0.0
Fixes #1
2015-03-30 00:50:24 +03:00
30086663f1 Update to SDK 0.9.5 2015-02-03 12:26:43 +03:00
5cd194b694 Add more pin mux definitions to eagle_soc.h 2015-01-16 17:53:53 +03:00
573d06c846 Implement interrupts/noInterrupts 2014-12-23 12:31:26 +03:00
c418bac33c Clean up ets_printf declarations 2014-12-18 18:45:22 +03:00
c87a77e0da Fix sdk files permissions 2014-12-17 10:30:35 +03:00
4936093dcf Update SDK to 0.9.3 2014-12-09 10:25:59 +03:00
f788022730 Modify the linker script to move some code into flash, enable -mtext-section-literals 2014-12-02 00:46:57 +03:00
22b88f73c2 Fix malloc/free references 2014-12-01 00:34:28 +03:00
636745b9a8 Fix initialisation, fix HardwareSerial, add esptool.py flashing 2014-11-25 09:58:14 +03:00
71e7ed040f Tidy up backend code for esp8266 (malloc, free, yield) 2014-11-21 19:15:40 +03:00
e059e5a231 Implement global init for esp8266 2014-11-21 18:14:45 +03:00
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