summaryrefslogtreecommitdiff
path: root/esp8266/intr.c
AgeCommit message (Collapse)Author
2016-11-06esp8266: Rename "machine" module implementation to use contemporary naming.Paul Sokolovsky
Previously they used historical "pyb" affix causing confusion and inconsistency (there's no "pyb" module in modern ports; but people took esp8266 port as an example, and "pyb" naming kept proliferating, while other people complained that source structure is not clear).
2016-04-14esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.Damien George