1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-24 19:42:27 +03:00
Commit Graph

8 Commits

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