yf13
yf13
@wangjianxin-canaan thanks. As CPU0 and CPU1 have independent CLICs, I am wondering how can we get single source of time? are there APIs for both RTT and Linux to get...
@xiangbingj thanks for the explanations. Discussions in issue#48 seemed accepting those changes, but actually MAEE is essential for SDK Linux. Are there any concerns for moving these PMP and MAEE...
Please feel free to close it if it doesn't reproduce in latest SDK. I haven't been using SDK for a while so don't have enough bandwidth to renew my SDK...
@MrThanlon Thanks for confirming big core side idea. For little core, I noticed that `k230_canmv.dts` has: ``` panel@0 { compatible = "canaan,hx8399"; reg = ; display-timings { timing-0 { clock-frequency...
@MrThanlon I tried the following parameters, everything else is untouched: - RTOS side: `ISP_CHN0_WIDTH=720 ISP_CHN0_HEIGHT=1280 LCD_WIDTH=720 LCD_HEIGHT=1280` - Linux side: `clock-frequency=71604000; hactive=1280; vactive=720;` There is no error in Linux dmesg...
@MrThanlon , does the v1.0.2 SDK release support 720p display?
@MrThanlon is 720p display working with v1.2 now? It seems that some support has been added but my initital run still was black display and at least Linux side DRM...
@wangjianxin-canaan that may not be enough, as there are .o files under `src/` folder. :)
@anchao, let's discuss here as these comments are visible in `gh` tool as well. Can you teach your opinion about the `MM_TLSF_MANAGER`? It seems having O(1) `alloc()` and works in...
@anchao, thanks for sharing the details. Here I am trying to keep `task_tcb_s` for userspace tasks but use `tcb_s` for kthreads as suggested by @xiaoxiang781216 and it looks working for...