xiaoxiang781216 opened a new pull request, #6948:
URL: https://github.com/apache/incubator-nuttx/pull/6948
## Summary
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
anchao commented on PR #6947:
URL: https://github.com/apache/incubator-nuttx/pull/6947#issuecomment-1229849549
@fjpanag ,related issue:
https://github.com/apache/incubator-nuttx/pull/6923#issuecomment-1228726044
--
This is an automated message from the Apache Git Service.
To res
anchao commented on PR #6923:
URL: https://github.com/apache/incubator-nuttx/pull/6923#issuecomment-1229848417
> I just had one device crash again.
@fjpanag
Thanks a lot for your analysis, I have a fix but can not evaluate the side
effect, I am not sure if that can resolved your issue
anchao opened a new pull request, #6947:
URL: https://github.com/apache/incubator-nuttx/pull/6947
## Summary
net/tcp: fix devif callback list corruption on tcp_close()
devif_conn_event() will be called recursively in the
psock_send_eventhandler(),
if the tcp event tcp_cl
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/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 1e4165220 gpusutils/minmea: Fix
xiaoxiang781216 merged PR #1300:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1300
--
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-u
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/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 65b58724c interpreters/wamr/Kco
xiaoxiang781216 merged PR #1299:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1299
--
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-u
no1wudi opened a new pull request, #6946:
URL: https://github.com/apache/incubator-nuttx/pull/6946
## Summary
I found a build break and a fix submit here:
https://github.com/apache/incubator-nuttx-apps/pull/1300
The CI will pass if the fix merged.
## Impact
minmea only
## Test
no1wudi opened a new pull request, #1300:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1300
## Summary
minmea is not cover by CI and in current implementations,
the source files from downloaded tarball were put into root path in
gpsutils/minmea instead of in $(MINMEA_DI
yamt opened a new pull request, #1299:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1299
## Summary
Add an option to enable WAMR_BUILD_DEBUG_INTERP equivalent.
## Impact
## Testing
Tested with sim/Linux/amd64 and esp32 devkit-c.
(with a few more patches)
-
xiaoxiang781216 commented on code in PR #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r956843706
##
boards/arm/stm32h7/nucleo-h743zi/src/stm32_progmem.c:
##
@@ -0,0 +1,279 @@
+/*
xiaoxiang781216 commented on code in PR #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r956843706
##
boards/arm/stm32h7/nucleo-h743zi/src/stm32_progmem.c:
##
@@ -0,0 +1,279 @@
+/*
xiaoxiang781216 commented on code in PR #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r956843706
##
boards/arm/stm32h7/nucleo-h743zi/src/stm32_progmem.c:
##
@@ -0,0 +1,279 @@
+/*
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/incubator-nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 747d0b4 Publishing web
tito97sp commented on code in PR #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r956783511
##
boards/arm/stm32h7/nucleo-h743zi/src/stm32_progmem.c:
##
@@ -0,0 +1,279 @@
+/
+ *
tito97sp commented on code in PR #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r956781742
##
boards/arm/stm32h7/nucleo-h743zi/scripts/gnu-elf.ld:
##
@@ -0,0 +1,126 @@
+/
+ *
tito97sp commented on code in PR #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r956781727
##
boards/arm/stm32h7/nucleo-h743zi/Kconfig:
##
@@ -27,4 +27,6 @@ config STM32_ROMFS_IMAGEFILE
depends on STM32_ROMFS
default "../../../rom.img"
tito97sp commented on code in PR #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r956781351
##
boards/arm/stm32h7/nucleo-h743zi/src/stm32_progmem.c:
##
@@ -0,0 +1,279 @@
+/
+ *
fjpanag commented on issue #6945:
URL:
https://github.com/apache/incubator-nuttx/issues/6945#issuecomment-1229548246
Also the following strings seem to fail:
`"1.0e+"`
`"."`
`" "`
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
fjpanag opened a new issue, #6945:
URL: https://github.com/apache/incubator-nuttx/issues/6945
`strtod()` can produce wrong results in some cases of invalid input.
Take a look at the following snippet:
```c
char * str = "1e";
char * end;
int ret = str
xiaoxiang781216 commented on code in PR #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944#discussion_r956758776
##
boards/arm/stm32h7/nucleo-h743zi/configs/netnsh/defconfig:
##
@@ -63,6 +63,7 @@ CONFIG_RR_INTERVAL=200
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_LPWORK=y
tito97sp opened a new pull request, #6944:
URL: https://github.com/apache/incubator-nuttx/pull/6944
Add support for MCUBoot.
## Summary
Two new configurations are added:
- **mcuboot-loader:** mcuboot-loader app used as a bootloader.
mcuboot_loader_main` is used as entry po
xiaoxiang781216 merged PR #1295:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1295
--
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-u
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/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 2e2630e83 Don't download tarbal
25 matches
Mail list logo