Ivan Grokhotkov
5d5ea92a4d
Move continuation stack from .bss onto sys stack ( #4622 )
2018-04-18 11:19:49 +08:00
Develo
a2d16f38d4
Extern C blocks ( #1352 ) ( #4044 )
...
* Add extern C guard blocks to SDK header files #1352
* fixed some extern C blocks in core and libraries
2017-12-30 02:03:26 -03:00
Ivan Grokhotkov
e04903225e
sdk: update to v2.1.0-10-g509eae8
2017-10-15 01:40:10 -05:00
Ivan Grokhotkov
4c587e28bc
Fix Exception 2 when using printf or vprintf
...
ets_vprintf signature is not the same as vprintf, it takes an output function as a first argument.
2016-04-17 02:12:01 +03:00
Me No Dev
bfe9f7be69
Update and move lwIP headers, add options to use different lwIP build for generic device
...
Makefile added to lwip source folder to build and install liblwip_gcc.a
2016-04-10 21:55:22 +03:00
Ivan Grokhotkov
477e9cfb8a
Update SDK to 1.5.2 ( #1653 )
...
patch included: http://bbs.espressif.com/viewtopic.php?f=46&t=1856
2016-03-29 17:24:37 +03:00
Ivan Grokhotkov
b66ddbf93a
Update to SDK 1.5 ( #1102 )
2015-12-17 23:14:59 +03:00
Makuna
57642c10b6
Interrupt cleanup
...
Fixes issue of reentrant calls to nointerrupts()
exposed functional replacements to cli sei and SREG when dealing with
interrupts
InterruptLock class to auto stop and restore interrupt level
Fix user ISR calls to be like Arduino with interrupts disabled fully.
2015-08-03 19:35:17 -07:00
Ivan Grokhotkov
e5d2ba5db8
Pass timeout to optimistic_yield, add cont_can_yield check
2015-07-20 15:48:25 +03:00
Makuna
0b2fb8d3ee
never yield within an ISR
2015-07-15 15:06:41 -07:00
Markus Sattler
d4ddb66fc4
update SDK to v1.2.0_15_07_03
2015-07-07 18:09:23 +03:00
John Doe
8ba054c6b0
readd wrongly deleted definition
2015-06-16 13:22:00 +03:00
John Doe
56bb877ef0
add SLC interrupt routines
2015-06-16 01:09:16 +03:00
Markus Sattler
7c45873ffb
update to SDK 1.1.1_15_06_05
2015-06-06 13:48:53 +02:00
John Doe
6ab3c76e03
register and clock changes
2015-06-02 00:11:20 +03:00
Makuna
3c3bc0f523
Timer0 and Servo library support
...
This exposes the Timer0
This provides a Servo library support compatible with Arduino Servo
library but only supports the two timers the esp8266 has available
2015-05-29 13:30:15 -07:00
Markus Sattler
f18bb28813
fix bug #343
...
add __attribute__ to printf functions for better compiler warning handling.
remove ICACHE_FLASH_ATTR, all cpp files are automatic in FLASH (ld script)
2015-05-28 18:58:09 +02:00
Ivan Grokhotkov
870b8b9478
Move tools to platform directory
2015-05-18 16:04:30 +03:00