File tree 3 files changed +6
-0
lines changed
boards/xtensa/esp32s3/common/scripts
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,11 @@ SECTIONS
134
134
*libsched.a :irq_csection.*(.literal .text .literal.* .text.*)
135
135
*libsched.a :irq_dispatch.*(.literal .text .literal.* .text.*)
136
136
*libsched.a :irq_spinlock.*(.literal .text .literal.* .text.*)
137
+ *libsched.a :sched_lock.*(.literal .text .literal.* .text.*)
137
138
*libsched.a :sched_note.*(.literal .text .literal.* .text.*)
138
139
*libsched.a :sched_suspendscheduler.*(.literal .text .literal.* .text.*)
139
140
*libsched.a :sched_thistask.*(.literal .text .literal.* .text.*)
141
+ *libsched.a :sched_unlock.*(.literal .text .literal.* .text.*)
140
142
*libsched.a :spinlock.*(.literal .text .literal.* .text.*)
141
143
*libsched.a :*sched_get_stackinfo.*(.literal .text .literal.* .text.*)
142
144
*libsched.a :stack_record.*(.literal .text .literal.* .text.*)
Original file line number Diff line number Diff line change @@ -100,9 +100,11 @@ SECTIONS
100
100
*libsched.a :irq_csection.*(.literal .text .literal.* .text.*)
101
101
*libsched.a :irq_dispatch.*(.literal .text .literal.* .text.*)
102
102
*libsched.a :irq_spinlock.*(.literal .text .literal.* .text.*)
103
+ *libsched.a :sched_lock.*(.literal .text .literal.* .text.*)
103
104
*libsched.a :sched_note.*(.literal .text .literal.* .text.*)
104
105
*libsched.a :sched_suspendscheduler.*(.literal .text .literal.* .text.*)
105
106
*libsched.a :sched_thistask.*(.literal .text .literal.* .text.*)
107
+ *libsched.a :sched_unlock.*(.literal .text .literal.* .text.*)
106
108
*libsched.a :spinlock.*(.literal .text .literal.* .text.*)
107
109
*libsched.a :stack_record.*(.literal .text .literal.* .text.*)
108
110
Original file line number Diff line number Diff line change @@ -208,9 +208,11 @@ SECTIONS
208
208
*libsched.a :irq_csection.*(.literal .text .literal.* .text.*)
209
209
*libsched.a :irq_dispatch.*(.literal .text .literal.* .text.*)
210
210
*libsched.a :irq_spinlock.*(.literal .text .literal.* .text.*)
211
+ *libsched.a :sched_lock.*(.literal .text .literal.* .text.*)
211
212
*libsched.a :sched_note.*(.literal .text .literal.* .text.*)
212
213
*libsched.a :sched_suspendscheduler.*(.literal .text .literal.* .text.*)
213
214
*libsched.a :sched_thistask.*(.literal .text .literal.* .text.*)
215
+ *libsched.a :sched_unlock.*(.literal .text .literal.* .text.*)
214
216
*libsched.a :spinlock.*(.literal .text .literal.* .text.*)
215
217
*libsched.a :stack_record.*(.literal .text .literal.* .text.*)
216
218
You can’t perform that action at this time.
0 commit comments