You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/17 04:44:50 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7118: Remove EXPERIMENTAL from some long existent config

xiaoxiang781216 opened a new pull request, #7118:
URL: https://github.com/apache/incubator-nuttx/pull/7118

   ## Summary
   
   - Kconfig: Remove EXPERIMENTAL for features which is been around a long time
   - sched/Kconfig: let PREALLOC_TIMERS depends on !DISABLE_POSIX_TIMERS 
   
   ## Impact
   Minor
   
   ## Testing
   Pass CI
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7118: Remove EXPERIMENTAL from some long existent config

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on PR #7118:
URL: https://github.com/apache/incubator-nuttx/pull/7118#issuecomment-1251676318

   @xiaoxiang781216 
   See https://github.com/apache/incubator-nuttx/pull/6237


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] acassis merged pull request #7118: Remove EXPERIMENTAL from some long existent config

Posted by GitBox <gi...@apache.org>.
acassis merged PR #7118:
URL: https://github.com/apache/incubator-nuttx/pull/7118


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7118: Remove EXPERIMENTAL from some long existent config

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on PR #7118:
URL: https://github.com/apache/incubator-nuttx/pull/7118#issuecomment-1251674563

   @xiaoxiang781216 
   I noticed that ostest with `rv-virt:nsh64` fails now.
   
   ```
   user_main: FPU test
   Starting task FPU#1
   fpu_test: Started task FPU#1 at PID=7
   riscv_exception: EXCEPTION: Illegal instruction. MCAUSE: 0000000000000002, MTVAL: 0000000000000000
   riscv_exception: PANIC!!! Exception = 0000000000000002
   up_assert: Assertion failed at file:common/riscv_exception.c line: 83 task: FPU#1
   riscv_registerdump: EPC: 00000000800151a0
   riscv_registerdump: A0: 0000000000000000 A1: 000000008002ea70 A2: 000000008002ea70 A3: 0000000080015144
   riscv_registerdump: A4: 0000000000000020 A5: 0000000000000440 A6: 0000000000000000 A7: 0000000000000000
   riscv_registerdump: T0: 0000000000000000 T1: 0000000000000000 T2: 0000000000000000 T3: 0000000000000000
   riscv_registerdump: T4: 0000000000000000 T5: 0000000000000000 T6: 0000000000000000
   riscv_registerdump: S0: 0000000000000000 S1: 0000000000000001 S2: 0000000000000000 S3: 0000000000000000
   riscv_registerdump: S4: 0000000000000000 S5: 00000000800279a0 S6: 0000000000000000 S7: 0000000000000000
   riscv_registerdump: S8: 0000000000000000 S9: 0000000000000000 S10: 0000000000000000 S11: 0000000000000000
   riscv_registerdump: SP: 000000008002f180 FP: 0000000000000000 TP: 0000000000000000 RA: 0000000080015192
   riscv_dump_stack: IRQ Stack:
   riscv_dump_stack: sp:     80026280
   riscv_dump_stack:   base: 80025b20
   riscv_dump_stack:   size: 00000800
   riscv_stackdump: 0000000080026280: 00000053 00000000 8001b848 00000000 00000004 deadbeef 00000000 00000000
   riscv_stackdump: 00000000800262a0: 00000000 00000000 8002ef70 00000000 00000002 00000000 80003216 00000000
   riscv_stackdump: 00000000800262c0: 00000009 00000000 800006fa 00000000 8002831c 00000000 00000001 00000000
   riscv_stackdump: 00000000800262e0: 80028310 00000000 80000aea 00000000 deadbeef deadbeef 8000043a 00000000
   riscv_stackdump: 0000000080026300: 00000002 00000000 800003fc 00000000 800151a0 00000000 800001c8 00000000
   riscv_dump_stack: User Stack:
   riscv_dump_stack: sp:     8002f180
   riscv_dump_stack:   base: 8002ea90
   riscv_dump_stack:   size: 000007b0
   riscv_stackdump: 000000008002f180: 80026450 00000000 80001ef4 00000000 80028ea0 00000000 8000f894 00000000
   riscv_stackdump: 000000008002f1a0: 80028ea0 00000000 00000018 00000000 80029ca0 00000000 80028c60 00000000
   riscv_stackdump: 000000008002f1c0: 80029ce0 00000000 80000ec8 00000000 00000000 00000000 00000000 00000000
   riscv_stackdump: 000000008002f1e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
   riscv_stackdump: 000000008002f200: 80015144 00000000 80003288 00000000 8002ea70 00000000 00000001 00000000
   riscv_stackdump: 000000008002f220: 00000000 00000000 800011ec 00000000 00000000 00000000 00000000 00000000
   riscv_showtasks:    PID    PRI     STACK      USED   FILLED    COMMAND
   riscv_showtasks:   ----   ----      2048       648    31.6%    irq
   riscv_dump_task:      0      0      2000       896    44.8%    Idle Task
   riscv_dump_task:      1    100      2992      2304    77.0%    nsh_main
   riscv_dump_task:      3    100      1968      1296    65.8%    ostest
   riscv_dump_task:      6    100      8064      1440    17.8%    ostest Arg1 Arg2 Arg3 Arg4
   riscv_dump_task:      7    100      1968       720    36.5%    FPU#1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org