1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-27 21:16:50 +03:00

8 Commits

Author SHA1 Message Date
Ivan Grokhotkov
0c703b3baf Move timer ISR handlers and PWM handler into RAM (fix #819) 2015-10-06 13:26:21 +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
c66a60d972 Fix missing slash 2015-06-01 03:05:34 +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
1d0a923292 add missing include #include "ets_sys.h" 2015-05-28 18:50:11 +02:00
ficeto
4425e0921f removing timer aliases 2015-05-12 10:36:12 +03:00
ficeto
b5d6951743 fix PWM and Timer1 2015-05-11 14:17:13 +03:00
ficeto
fbec557ddb Importing my changes 2015-04-30 20:48:50 +03:00