1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
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
e5d2ba5db8 Pass timeout to optimistic_yield, add cont_can_yield check 2015-07-20 15:48:25 +03:00
0b2fb8d3ee never yield within an ISR 2015-07-15 15:06:41 -07:00
d4ddb66fc4 update SDK to v1.2.0_15_07_03 2015-07-07 18:09:23 +03:00
8ba054c6b0 readd wrongly deleted definition 2015-06-16 13:22:00 +03:00
56bb877ef0 add SLC interrupt routines 2015-06-16 01:09:16 +03:00
7c45873ffb update to SDK 1.1.1_15_06_05 2015-06-06 13:48:53 +02:00
6ab3c76e03 register and clock changes 2015-06-02 00:11:20 +03:00
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
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
870b8b9478 Move tools to platform directory 2015-05-18 16:04:30 +03:00