yf13
yf13
@anchao as current approach already supports both static and dyanmic pid ranges, maybe we can stick with it and just see if there are better names? Other names I can...
@anchao, eliminating allocator use during boot time is a large topic that can be discussed separately. my purpose is just to achieve [leakless ostest](https://yf13.github.io/nuttx/leakless-ostest). Also thanks for reminding as I...
@anchao, how do you find out patch 4117 from commit `00cf12b`? I don't see a method in `gh pr` command.
Looks like CI is broken? Got below from `Linux (arm-01)`: ``` Configuration/Tool: ntosd-dm320/udp,CONFIG_ARM_TOOLCHAIN_GNU_EABI ------------------------------------------------------------------------------------ Cleaning... Configuring... Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Building NuttX... make[1]: *** No rule to make target '/github/workspace/sources/nuttx/.config'....
@anchao, thanks for teach this URL rule. If I get commit id `00cf12b` from my local repo (e.g. via `git blame`), how can I find the PR number 4117 which...
@anchao, many thanks! I tried the web search, now both 4117 and this PR are returned. It is so nice of you!
@acassis thanks for the git tips! guess it is the thing behind `gh pr checkout 1234`. Unfortunately I can't access wordpress in China, will check them later when there are...
Is it possible to also add rules in `tools/uncrustify.cfg`? thus we can use uncrusity tool to fix the formating issue. Currently version of `uncrustify.cfg` seems wrong on block comment styles.
@xuxin930 I tried this and it works, the artifact runs on CanMV230 device as well: ``` ABC NuttShell (NSH) NuttX-12.4.0 nsh> cat /proc/version NuttX version 12.4.0 da63218c4d Apr 5 2024...
@xuxin930, Here I tried this again with GCC toolchain v10.2 got via `apt install gcc-riscv64-unknown-elf` on Ubuntu. It seems that we can avoid the above cmake config time warning by...