Release v0.0.2
Fix bugs and enhance performance.
A concurrency bug in rust-fatfs.
Description: See #81 for details.
Solution: Re-implement rust-fatfs, and wrap related data structure in another way.
Support IPI to support mmap on x86_64
Description: See #104 for details.
Solution: Fixed in #114 by supporting IPI to correctly flush TLB.
Multitask apps run slowly on x86_64
…
Fix bugs and enhance performance.
A concurrency bug in rust-fatfs.
Description: See #81 for details.
Solution: Re-implement rust-fatfs, and wrap related data structure in another way.
Support IPI to support mmap on x86_64
Description: See #104 for details.
Solution: Fixed in #114 by supporting IPI to correctly flush TLB.
Multitask apps run slowly on x86_64
Description: See #105 and #121 for details.
Solution: Fixed in #124. Inappropriate schedule strategy leads to disastrous performance for multi-task applications. Change default strategy to RoundRobin.
sys_poll
is mistakenly implemented
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.