rt-thread
rt-thread copied to clipboard
master 的 raspberrypi-pico 开启smp 编译报错
开启smp 后编译报错 libcpu/cpuport.c:148:17: error: 'struct rt_thread' has no member named 'scheduler_lock_nest'; did you mean 'cpus_lock_nest'? 148 | thread->scheduler_lock_nest = pcpu->current_thread->scheduler_lock_nest;
查看 rtdef.h 的 修改log,在下面提交中已经去掉了, SHA-1: 3283f54c7a0444b2e51ec79a4da57e7871528f05
- 🎈 perf: perf rt_hw_interrupt_disable/enable (#8042)