yf13 opened a new pull request, #12389:
URL: https://github.com/apache/nuttx/pull/12389
## Summary
This guards `tcb->name` usage in `riscv_exception()`.
## Impact
None
## Testing
- rv-virt/knsh64
- CI checks
--
This is an automated message from the
simbit18 closed issue #12386: GitHub Status: Incident with Actions May 21,
2024 - 12:45 UTC
URL: https://github.com/apache/nuttx/issues/12386
--
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 spe
xiaoxiang781216 merged PR #12387:
URL: https://github.com/apache/nuttx/pull/12387
--
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-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 7db71c8ee43a64466f2516980f5d8f6699a9c2dd
Author: Yanfeng Liu
AuthorDate: Wed May 22 08:12:52 2024 +0800
ci/riscv:
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 4b2b26c0b05f4c034d781a6215971e1675623486
Author: Yanfeng Liu
AuthorDate: Wed May 22 10:08:40 2024 +0800
ci/ltp: e
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 8b9568ec13 Fix ECAT_P1_LED_LINK_ACT in xmc4800 board.
new 3bfdb14f4d ci/riscv: fix rv-virt/kfb64 CI issue
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 3bfdb14f4d0bb7a92b4f114610cbcbc47ffbe877
Author: Yanfeng Liu
AuthorDate: Tue May 21 19:03:52 2024 +0800
ci/riscv:
jasonbu opened a new pull request, #12390:
URL: https://github.com/apache/nuttx/pull/12390
## Summary
only when first time change state can hold WFI for enough time thresh, allow
second time goto target state,
suitable for the case when wakeup from sleep too slow, etc.
## Impact
Meissi-jian opened a new pull request, #12391:
URL: https://github.com/apache/nuttx/pull/12391
## Summary
tcp retransmit max timers need to close
## Impact
TCP stack
## Testing
Tested on sim and iperf3
1. opern sim hostroute.sh
2. set filter on Ubuntu "sudo iptabl
pkarashchenko commented on code in PR #12382:
URL: https://github.com/apache/nuttx/pull/12382#discussion_r1609642076
##
arch/arm/src/samv7/sam_serial_spi.c:
##
@@ -69,16 +69,16 @@
struct sam_serial_spi_pins_s
{
- uint32_t mosi;
- uint32_t miso;
- uint32_t sck;
- uint32_t
pkarashchenko commented on code in PR #12382:
URL: https://github.com/apache/nuttx/pull/12382#discussion_r1609641822
##
arch/arm/src/samv7/sam_serial_spi.c:
##
@@ -69,16 +69,16 @@
struct sam_serial_spi_pins_s
{
- uint32_t mosi;
- uint32_t miso;
- uint32_t sck;
- uint32_t
pkarashchenko commented on PR #12382:
URL: https://github.com/apache/nuttx/pull/12382#issuecomment-2124385085
> Should not this be already set in
https://github.com/apache/nuttx/blob/master/arch/arm/src/samv7/sam_gpio.c#L466?
And just raise compile time error if both `USART1` and
`CONFIG_S
xiaoxiang781216 merged PR #12389:
URL: https://github.com/apache/nuttx/pull/12389
--
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-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new f8749ef0e0 arch/risc-v: guard tcb->name usage
xiaoxiang781216 merged PR #12388:
URL: https://github.com/apache/nuttx/pull/12388
--
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-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f8749ef0e0 arch/risc-v: guard tcb->name usage
add d019828d3c sched/pthread: rename pthread_initialize.c as pthr
xiaoxiang781216 merged PR #2402:
URL: https://github.com/apache/nuttx-apps/pull/2402
--
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-unsubscr...
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new a9bd4dbe0 Fix compiler errors
a9bd4dbe0 i
xiaoxiang781216 merged PR #12378:
URL: https://github.com/apache/nuttx/pull/12378
--
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-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 61caf7cce9 types: on some arch, execution spee
lupyuen commented on PR #12178:
URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2124543560
@inochisa There might be a problem with QEMU SMP and OpenSBI / SSTC:
When I tested with QEMU `-smp 8`: Out of 16 tries, 3 will boot OK, the rest
will hang during NuttX Startup. It
inochisa commented on PR #12178:
URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2124575886
> @inochisa There might be a problem with QEMU SMP and OpenSBI / SSTC:
>
> When I tested with QEMU `-smp 8`: Out of 16 tries, 3 will boot OK, the
rest will hang during NuttX Startu
lupyuen commented on PR #12178:
URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2124613338
@inochisa Thanks, does it mean that `ksmp64` and `knetnsh64_smp` won't work
with OpenSBI / SSTC?
https://nuttx.apache.org/docs/latest/platforms/risc-v/qemu-rv/boards/rv-virt/index.
inochisa commented on PR #12178:
URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2124618892
> @inochisa Thanks, does it mean that `ksmp64` and `knetnsh64_smp` won't
work with OpenSBI / SSTC?
>
>
https://nuttx.apache.org/docs/latest/platforms/risc-v/qemu-rv/boards/rv-virt
pkarashchenko commented on PR #12382:
URL: https://github.com/apache/nuttx/pull/12382#issuecomment-2124678984
@michallenc please check
--
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
michallenc commented on code in PR #12382:
URL: https://github.com/apache/nuttx/pull/12382#discussion_r1609889789
##
arch/arm/src/samv7/sam_lowputc.c:
##
@@ -327,14 +327,10 @@ void sam_lowsetup(void)
*/
# if defined(CONFIG_SAMV7_JTAG_FULL_ENABLE)
-#warning CONFIG_SAM
pkarashchenko commented on code in PR #12382:
URL: https://github.com/apache/nuttx/pull/12382#discussion_r1609897210
##
arch/arm/src/samv7/sam_lowputc.c:
##
@@ -327,14 +327,10 @@ void sam_lowsetup(void)
*/
# if defined(CONFIG_SAMV7_JTAG_FULL_ENABLE)
-#warning CONFIG_
acassis commented on code in PR #12390:
URL: https://github.com/apache/nuttx/pull/12390#discussion_r1610031866
##
drivers/power/pm/Kconfig:
##
@@ -77,6 +87,43 @@ config PM_GOVERNOR_EXPLICIT_RELAX
if set to timeout (unit: ms), that means pm_staytimeout(ms).
acassis commented on PR #12390:
URL: https://github.com/apache/nuttx/pull/12390#issuecomment-2124905170
@jasonbu we faced a related issue when using NuttX with Tickless mode,
sometimes when some modem data arrived the UART was losing data. We discovered
that the issue was caused by the long
jasonbu commented on PR #12390:
URL: https://github.com/apache/nuttx/pull/12390#issuecomment-2124922670
> @jasonbu we faced a related issue when using NuttX with Tickless mode,
sometimes when some modem data arrived the UART was losing data. We discovered
that the issue was caused by the lo
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch nandfs
in repository https://gitbox.apache.org/repos/asf/nuttx.git
at 61caf7cce9 types: on some arch, execution speed can be accelerated
No new revisions were added by this update.
jasonbu commented on code in PR #12390:
URL: https://github.com/apache/nuttx/pull/12390#discussion_r1610079477
##
drivers/power/pm/Kconfig:
##
@@ -77,6 +87,43 @@ config PM_GOVERNOR_EXPLICIT_RELAX
if set to timeout (unit: ms), that means pm_staytimeout(ms).
sastel commented on issue #12362:
URL: https://github.com/apache/nuttx/issues/12362#issuecomment-2125011019
@leducp are you using `make export` with NuttX? And if so, how are you
getting Conan to consume the resulting toolchain in the export? Are you simply
treating it as a customer toolcha
jasonbu commented on PR #12390:
URL: https://github.com/apache/nuttx/pull/12390#issuecomment-2125013093
still failing test_ltp_behavior_WIFEXITED_1_1 and
test_ltp_behavior_WIFEXITED_1_2 forkcase from
[open_posix_WIFEXITED](https://github.com/linux-test-project/ltp/blob/20230516/test
MainframeReboot commented on issue #12356:
URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2125321267
Thank you all so much for your help. The recent suggestions pointed me down
the right path and I can confirm that init now loads:
 usin
trns1997 opened a new pull request, #10534:
URL: https://github.com/apache/nuttx/pull/10534
## Summary
- Test make export archive in the CI
- Add `CONFIG_ARCH_BOARD_COMMON` to all defconfig by default for all boards
Closes #10388
## Impact
## Testing
--
This
trns1997 commented on code in PR #10534:
URL: https://github.com/apache/nuttx/pull/10534#discussion_r1610510104
##
boards/arm/a1x/pcduino-a10/configs/nsh/defconfig:
##
@@ -46,3 +46,4 @@ CONFIG_START_YEAR=2013
CONFIG_SYMTAB_ORDEREDBYNAME=y
CONFIG_SYSTEM_NSH=y
CONFIG_UART0_SERI
pussuw commented on issue #12356:
URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2125563636
A good candidate for that page fault would be C++ ctors/dtors trying to
execute with kernel privileges. The same crt0 file should handle those _per
process_, however I have seen place
sastel commented on issue #12362:
URL: https://github.com/apache/nuttx/issues/12362#issuecomment-2125615029
@trns1997 I might modify my approach to do what you are suggesting. A
minimal example would be welcome!
I'm especially interested in how you work with the `--start-group --end-
patacongo commented on issue #12356:
URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2125637674
> I have seen places where the ctor/dtor code is executed in binfmt
Constructors and destructors should run in crti and crtN, respectively, for
general Unix compatibility. c
trns1997 commented on issue #12362:
URL: https://github.com/apache/nuttx/issues/12362#issuecomment-2125638177
@sastel here is what the `/scripts/toolchain.cmake` looks like:
```
set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_VERSION 1)
set(NUTTX 1)
set(CMAKE_TRY_COMPILE_TA
MainframeReboot commented on issue #12356:
URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2125712553
> > I have seen places where the ctor/dtor code is executed in binfmt
>
> Constructors and destructors should run in crti and crtN, respectively,
for general Unix compa
acassis merged PR #12391:
URL: https://github.com/apache/nuttx/pull/12391
--
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-unsubscr...@nuttx.apac
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 61caf7cce9 types: on some arch, execution speed can be accelerated
add 0bad215cf8 net/tcp: fix tcp will not close
pkarashchenko opened a new pull request, #12392:
URL: https://github.com/apache/nuttx/pull/12392
## Summary
By default U(S)ART clocks are enabled in sam_lowput.c but configuration
check from sam_config.h may override USART configuration and prevent clocks
from been enabled.
This c
pkarashchenko commented on PR #12392:
URL: https://github.com/apache/nuttx/pull/12392#issuecomment-2125847913
@michallenc could you please take a look here. I'm back porting changes from
some of my older branches and want to make sure that I didn't make any mistake.
I detected this issue wh
patacongo commented on issue #12356:
URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2125864651
> However, that alone did not solve the issue. I had to remove the calls
`exec_ctores()` and `atexit(exec_dtors)` from `crt0.c` in order to not crash on
ELF load.
exec_ctors
pkarashchenko opened a new pull request, #12393:
URL: https://github.com/apache/nuttx/pull/12393
## Summary
`sam_lowputc.h` is almost identical to `sam_start.h` so remove one of the
headers
## Impact
Remove code duplication
## Testing
Pass CI
--
This is an automated
pussuw commented on issue #12356:
URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2125908203
I fixed #1263 a while back (years back), so that should not be an issue
here. However CONFIG_BINFMT_CONSTRUCTORS can cause such issues.
I use C++ almost exclusively with BUILD_K
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e167e2566 Publishing web: ce5ab6c
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new a09521ed5 system/nxdiag: Remove unnecessa
xiaoxiang781216 merged PR #2404:
URL: https://github.com/apache/nuttx-apps/pull/2404
--
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-unsubscr...
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from a09521ed5 system/nxdiag: Remove unnecessary `--depth` parameter
new e3110d3ea examples/nxscope: add static
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit e3110d3ea78510115bf52454927331f7810a31aa
Author: raiden00pl
AuthorDate: Thu May 2 09:11:39 2024 +0200
exampl
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 72635a88ca338316ec4002c096f5e64ec8f7fdd8
Author: raiden00pl
AuthorDate: Sat Apr 27 10:05:11 2024 +0200
syste
xiaoxiang781216 merged PR #2398:
URL: https://github.com/apache/nuttx-apps/pull/2398
--
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-unsubscr...
xiaoxiang781216 commented on PR #2398:
URL: https://github.com/apache/nuttx-apps/pull/2398#issuecomment-2126180848
> ## Summary
> * examples/nxscope: add static to private functions
> * nxscope: add sensor streaming tool
> This tool allows you to send sensor data via the nxscope in
anchao merged PR #2403:
URL: https://github.com/apache/nuttx-apps/pull/2403
--
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-unsubscr...@nuttx.ap
This is an automated email from the ASF dual-hosted git repository.
archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new f228ee1e4 Fix Error: usrsocktest_basic_conne
leducp commented on issue #12362:
URL: https://github.com/apache/nuttx/issues/12362#issuecomment-2126339877
Here after our conan profile for NuttX:
```
[settings]
os=baremetal
arch=armv7
compiler=gcc
compiler.version=12
compiler.libcxx=libstdc++11
compiler.cppstd=17
62 matches
Mail list logo