Alan C. Assis
Alan C. Assis
I don't know if I understood correctly what you want to do and what you are doing, but let to highlight some points: in kernel build mode NuttX is very...
Hi @MainframeReboot I'm happy to know that you are evolving with your testings! (Suggestion: if you have a blog, create a post documenting the path you are following, it could...
Nice findings @MainframeReboot ! Seems like finally the code is loading, but an exception Instruction page fault (MCAUSE = 0x0c) is happening. Maybe @lupyuen has some tips to track this...
Congratulations @MainframeReboot !!! I'm glad to know you got it working. Since you don't have a blog, I have a better suggestion: Please submit it a guide "Running NuttX in...
@patacongo @MainframeReboot should this arch/risc-v/src/common/crt1.c be submitted to inclusion into nuttx mainline?
@xiaoxiang781216 I think the issue is because on esp32s3 the _start is called __esp32s3_start ? @tmedicci may I rename __esp32s3_start to _start?
Please fix this failure: ``` In function 'nxthread_create', inlined from 'kthread_create_with_stack' at task/task_create.c:254:10: Error: task/task_create.c:97:18: error: array subscript 'struct task_tcb_s[0]' is partly outside array bounds of 'unsigned char[368]' [-Werror=array-bounds] 97...
@yf13 adding #pragma in the generic code is not a good idea, maybe you can try to fix the structure to avoid the issue, please see here: https://github.com/micropython/micropython/issues/7064 He create...
@xiaoxiang781216 is it ok to merge?
Seems to be the save chip with just some small modifications: https://lupyuen.codeberg.page/articles/sg2000.html