Jim Huang
Jim Huang
Instead of add new commits on top of the existing git commits, please use `git rebase -i` to rework your commits, ensuring each commit message is meaningful. Then, use `git...
This project was a complementary lecture material for embedded systems. If you can read Chinese, please check this: http://wiki.csie.ncku.edu.tw/embedded/Lab19/stm32-prog.pdf
Cc. @lecopzer as reviewer. Please revise changes in @mgood7123's tree: https://github.com/mgood7123/min-dl-dynamic-loader
@mgood7123, Would you mind if you rebase to latest upstream `master` branch in advance? So that, @lecopzer and I can help revise your changes.
I would like to introduce partial concepts in F9 microkernel regarding MPU support such as flexible pages. However, there is no explicit memory management API in mini-arm-os at the moment.
It depends on OOM killer and virtual memory behavior of Linux kernel. Instead of checking the result value of `malloc`, I would like to introduce an efficient way to validate...
> I managed to solve the problem by appending > set( CMAKE_BUILD_TYPE "Release" ) in the CMakeLists.txt. Thank @sfchng for working on `lsd_slam`. Can you send a pull request?
Attach text message generated by `chewing-editor -d`. No more pictures.
@davis8211, Good. It is time to analyze the log. As far as it indicates, incomplete phonetic representations went to storage area of SQLite, that is not expected to take place....
Call path stands for the function graph and its effective path to trace function call at first glance. You can start to dig source code and hack.