summaryrefslogtreecommitdiff
path: root/esp8266/esp8266_common.ld
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-02-15 17:45:36 +1100
committerDamien George <damien.p.george@gmail.com>2017-03-20 15:20:26 +1100
commit1b7d67266df7dd0853698726e98d63b4aeebe205 (patch)
tree59ef8880c23b1587585d5a6c4dce0fa21f708513 /esp8266/esp8266_common.ld
parenta5159edc2090a5670c33a829d7e54ab2ba8635c4 (diff)
esp8266: Enable micropython.schedule() with locking in pin callback.
Diffstat (limited to 'esp8266/esp8266_common.ld')
-rw-r--r--esp8266/esp8266_common.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/esp8266_common.ld b/esp8266/esp8266_common.ld
index f721c28b0..1da835681 100644
--- a/esp8266/esp8266_common.ld
+++ b/esp8266/esp8266_common.ld
@@ -100,6 +100,7 @@ SECTIONS
*py/qstr.o*(.literal* .text*)
*py/repl.o*(.literal* .text*)
*py/runtime.o*(.literal* .text*)
+ *py/scheduler.o*(.literal* .text*)
*py/scope.o*(.literal* .text*)
*py/sequence.o*(.literal* .text*)
*py/showbc.o*(.literal* .text*)