xiaoxiang781216 merged PR #7266:
URL: https://github.com/apache/incubator-nuttx/pull/7266
--
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-unsubs
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.git
The following commit(s) were added to refs/heads/master by this push:
new 8438396f33 ci: add qemu run support
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/incubator-nuttx.git
from 924c3d8b5f arch/armv7-r: Fix armclang build warning: L6306W
add 41c86c526a wireless/bcm43xxx: only re
xiaoxiang781216 merged PR #7374:
URL: https://github.com/apache/incubator-nuttx/pull/7374
--
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-unsubs
masayuki2009 opened a new pull request, #1372:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1372
## Summary
- I noticed that the webserver can not handle a directory.
- This commit fixes this issue.
## Impact
- None
## Testing
- Tested with sp
wengzhe opened a new pull request, #7380:
URL: https://github.com/apache/incubator-nuttx/pull/7380
## Summary
In host route mode (bridge mode disabled), the `d_pktsize` of TAP device is
not initialized and will be set to `CONFIG_NET_ETH_PKTSIZE` in
`netdev_register`, while the MTU on hos
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001401312
##
sched/mqueue/msgrcv.c:
##
@@ -0,0 +1,261 @@
+/
+ * sched/mqueue/msgrcv.c
+ *
+ * L
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001399634
##
sched/mqueue/msgrcv.c:
##
@@ -0,0 +1,261 @@
+/
+ * sched/mqueue/msgrcv.c
+ *
+ * L
anchao commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001399545
##
sched/mqueue/msgget.c:
##
@@ -0,0 +1,84 @@
+/
+ * sched/mqueue/msgget.c
+ *
+ * Li
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/incubator-nuttx.git
from ae8ea29379 xtensa: Save SCOMPARE1 on context switches
add 924c3d8b5f arch/armv7-r: Fix armclang build
xiaoxiang781216 merged PR #7369:
URL: https://github.com/apache/incubator-nuttx/pull/7369
--
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-unsubs
xiaoxiang781216 commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001387894
##
sched/mqueue/msgrcv.c:
##
@@ -0,0 +1,261 @@
+/
+ * sched/mqueue/msgrcv.c
xiaoxiang781216 commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001387608
##
sched/mqueue/msgrcv.c:
##
@@ -0,0 +1,261 @@
+/
+ * sched/mqueue/msgrcv.c
anchao commented on PR #7325:
URL: https://github.com/apache/incubator-nuttx/pull/7325#issuecomment-1286441003
we need to submit the patch file fist to ensure that the script can be
downloaded from github normally:
https://github.com/apache/incubator-nuttx/pull/7379
--
This is an autom
anchao opened a new pull request, #7379:
URL: https://github.com/apache/incubator-nuttx/pull/7379
## Summary
tools/ci: patch for docker gcc-arm-none-eabi to 11.3.Rel1 August 08, 2022
Fix Wrong Newlib version strings, error when stdlib.h is included
Reference:
https://
zhhyu7 commented on code in PR #7378:
URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001342005
##
net/socket/setsockopt.c:
##
@@ -82,7 +82,7 @@ static int psock_socketlevel_option(FAR struct socket *psock,
int option,
if (!value)
{
- return
zhhyu7 commented on code in PR #7378:
URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001341612
##
net/socket/socket.c:
##
@@ -82,6 +82,11 @@ int psock_socket(int domain, int type, int protocol,
FAR const struct sock_intf_s *sockif = NULL;
int ret;
zhhyu7 commented on code in PR #7378:
URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001341465
##
net/inet/inet_sockif.c:
##
@@ -1809,23 +1809,15 @@ FAR const struct sock_intf_s *
}
else
#endif
-#ifdef NET_UDP_HAVE_STACK
- if (type == SOCK_DGRAM
zhhyu7 commented on code in PR #7378:
URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001340690
##
net/socket/socketpair.c:
##
@@ -150,6 +150,11 @@ int socketpair(int domain, int type, int protocol, int
sv[2])
oflags |= O_CLOEXEC;
}
+ if (ty
zhhyu7 commented on code in PR #7378:
URL: https://github.com/apache/incubator-nuttx/pull/7378#discussion_r1001339983
##
net/inet/inet_sockif.c:
##
@@ -407,7 +407,7 @@ static int inet_bind(FAR struct socket *psock,
if (addrlen < minlen)
{
nerr("ERROR: Invalid addr
zhhyu7 opened a new pull request, #7378:
URL: https://github.com/apache/incubator-nuttx/pull/7378
## Summary
## Impact
## Testing
usrsocktest OK.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/bundler/nokogiri-1.13.9
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git
at d22da2b Bump nokogiri from 1.13.6 to 1.13.9
No new revisions were a
dependabot[bot] opened a new pull request, #74:
URL: https://github.com/apache/incubator-nuttx-website/pull/74
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to
1.13.9.
Release notes
Sourced from https://github.com/sparklemotion/nokogiri/releases";>nokogiri
zhhyu7 opened a new pull request, #7377:
URL: https://github.com/apache/incubator-nuttx/pull/7377
Signed-off-by: zhanghongyu
## Summary
tcp: Update conn laddr after select device if there is no bind before
## Impact
## Testing
--
This is an automated messag
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/incubator-nuttx.git
from 942513cd37 time: Typedef time_t to int64_t if CONFIG_SYSTEM_TIME64 is
defined
add ae8ea29379 xtensa:
xiaoxiang781216 merged PR #7375:
URL: https://github.com/apache/incubator-nuttx/pull/7375
--
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-unsubs
anchao commented on PR #7374:
URL: https://github.com/apache/incubator-nuttx/pull/7374#issuecomment-1286400735
@pkarashchenko all addressed, thank you!
--
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
zhhyu7 opened a new pull request, #1371:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1371
## 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 above
anchao commented on code in PR #7374:
URL: https://github.com/apache/incubator-nuttx/pull/7374#discussion_r1001315558
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c:
##
@@ -114,6 +123,48 @@ enum
DL_TYPE_CLM = 2
};
+begin_packed_struct struct wpa_cipher_suite
+{
+ ui
anchao commented on code in PR #7374:
URL: https://github.com/apache/incubator-nuttx/pull/7374#discussion_r1001315391
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c:
##
@@ -1720,10 +1897,9 @@ int bcmf_wl_get_rssi(FAR struct bcmf_dev_s *priv, struct
iwreq *iwr)
int bcmf
anchao commented on code in PR #7374:
URL: https://github.com/apache/incubator-nuttx/pull/7374#discussion_r1001315309
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.h:
##
@@ -92,8 +92,10 @@ struct bcmf_dev_s
FAR wl_bss_info_t *scan_result; /* Temp buffer that holds r
xiaoxiang781216 opened a new pull request, #1370:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1370
## Summary
since CONFIG_SEM_NNESTPRIO is removed by:
https://github.com/apache/incubator-nuttx/pull/6318
## Impact
Remove the dead code
## Testing
Pass CI
xiaoxiang781216 commented on PR #1368:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1368#issuecomment-1286381697
> Please remove gerrit leftovers
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
ethanlcz commented on PR #1369:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1369#issuecomment-1286368480
@xiaoxiang781216 please help to review, Thx!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
ethanlcz opened a new pull request, #1369:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1369
The following error was reported when runing usrsocktest with KASAN check
enabled.
==1348590==ERROR: AddressSanitizer: stack-buffer-overflow on address
0xf20ec610 at pc 0x56ac61ba
easonxiang commented on code in PR #7369:
URL: https://github.com/apache/incubator-nuttx/pull/7369#discussion_r1001273635
##
arch/arm/src/armv7-r/arm_vectortab.S:
##
@@ -34,6 +34,10 @@
* Public Symbols
*
zyfeier opened a new pull request, #7376:
URL: https://github.com/apache/incubator-nuttx/pull/7376
## Summary
When ps cmd is invoked during the task exit process, the group information
of the task may be deleted. So need check the task flag before get the task
group information.
easonxiang commented on code in PR #7369:
URL: https://github.com/apache/incubator-nuttx/pull/7369#discussion_r1001273358
##
arch/arm/src/armv7-r/arm_vectortab.S:
##
@@ -34,6 +34,10 @@
* Public Symbols
*
yuening1999 commented on issue #7366:
URL:
https://github.com/apache/incubator-nuttx/issues/7366#issuecomment-1286332936
@acassis Do you mean that nuttx 10.x or 11 had done some microkernelized
characteristics ? In additon, I have saw some of implementation and usage for
message queue(mq_x
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 f516b3a Publishing web
gustavonihei opened a new pull request, #7375:
URL: https://github.com/apache/incubator-nuttx/pull/7375
## Summary
This PR intends to fix the usage of atomic operations on Xtensa chips that
provide support for the `S32CI1` instruction.
The lock-free atomic operation could result in
masayuki2009 commented on PR #7364:
URL: https://github.com/apache/incubator-nuttx/pull/7364#issuecomment-1286287110
@xiaoxiang781216
I noticed that 'hello' ELF application does not work.
```
NuttShell (NSH) NuttX-3.6.1
nsh> uname -a
NuttX 3.6.1 cc61cd3b65 Oct 21 2022 08:
masayuki2009 commented on issue #7367:
URL:
https://github.com/apache/incubator-nuttx/issues/7367#issuecomment-1286274134
@zhhyu7 @SPRESENSE
I confirmed that the PR fixes the issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
masayuki2009 closed issue #7367: usrsock: wget using gs2200m fails by usrsock
update
URL: https://github.com/apache/incubator-nuttx/issues/7367
--
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 sp
This is an automated email from the ASF dual-hosted git repository.
masayuki 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 31ad58561 gs2200m: fix usrsock_b
masayuki2009 merged PR #1366:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1366
--
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-unsu
abdallah-ali-abdallah commented on issue #7331:
URL:
https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1286225887
> @abdallah-ali-abdallah what serial console terminal are you using? Does it
support VT102?
I use minicom mainly which support VT102, Also tested miniter
pkarashchenko closed pull request #1368: netutils/mqttc: Add mbedtls configs.
URL: https://github.com/apache/incubator-nuttx-apps/pull/1368
--
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 specifi
pkarashchenko commented on PR #1368:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1368#issuecomment-1286175996
Please remove gerrit leftovers
--
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 t
pkarashchenko commented on code in PR #1368:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1368#discussion_r1001130188
##
netutils/mqttc/Kconfig:
##
@@ -10,6 +10,9 @@ config NETUTILS_MQTTC
Enable MQTT-C
if NETUTILS_MQTTC
+config NETUTILS_MQTTC_WITH
pkarashchenko commented on code in PR #7198:
URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001078355
##
include/obstack.h:
##
@@ -0,0 +1,466 @@
+/
+ * include/obstack.h
+ *
+ * Li
pkarashchenko commented on code in PR #7088:
URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1001077687
##
sched/mqueue/msgget.c:
##
@@ -0,0 +1,84 @@
+/
+ * sched/mqueue/msgget.c
+ *
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 942513cd37 time: Typedef time_t
pkarashchenko merged PR #7115:
URL: https://github.com/apache/incubator-nuttx/pull/7115
--
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
pkarashchenko commented on PR #1358:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1358#issuecomment-1286090525
Yeah, currently with `CONFIG_SEM_PREALLOCHOLDERS` > 2 this will work. I mean
that the current implementation with some configuration allows priority
inheritence on cou
xiaoxiang781216 opened a new pull request, #1368:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1368
## Summary
Support tls in mqttc
## Impact
mqttc
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the messa
xiaoxiang781216 commented on PR #7364:
URL: https://github.com/apache/incubator-nuttx/pull/7364#issuecomment-1286071242
Done
--
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.
pkarashchenko commented on PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#issuecomment-1286066344
Please fix
```
modem/alt1250/alt1250.c: In function 'alt1250_open':
Error: modem/alt1250/alt1250.c:1010:7: error: implicit declaration of
function 'nxmutex' [-Werror
pkarashchenko commented on code in PR #7364:
URL: https://github.com/apache/incubator-nuttx/pull/7364#discussion_r1001052600
##
binfmt/binfmt_exec.c:
##
@@ -106,11 +106,16 @@ int exec_spawn(FAR const char *filename, FAR char * const
*argv,
bin->priority = attr->prior
pkarashchenko commented on PR #7364:
URL: https://github.com/apache/incubator-nuttx/pull/7364#issuecomment-1286063867
Please rebase
--
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 co
pkarashchenko merged PR #7368:
URL: https://github.com/apache/incubator-nuttx/pull/7368
--
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.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 62c98d4187 boards: cxd56xx: Remove unnecessary i2c uninitialize process
add 1e6a8f56d3 sched/spaw
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 663bf4d968 Add support for stm32h7b3xx MCU's flash
add d3ed469f00 arch: cxd56xx: Fix compile warn
pkarashchenko merged PR #7371:
URL: https://github.com/apache/incubator-nuttx/pull/7371
--
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
pkarashchenko commented on code in PR #7373:
URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1001043044
##
arch/xtensa/src/esp32s2/esp32s2_i2s.c:
##
@@ -0,0 +1,1530 @@
+/
+ * arch/xt
pkarashchenko commented on code in PR #7374:
URL: https://github.com/apache/incubator-nuttx/pull/7374#discussion_r1001035552
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c:
##
@@ -114,6 +123,48 @@ enum
DL_TYPE_CLM = 2
};
+begin_packed_struct struct wpa_cipher_suite
+
acassis commented on issue #7331:
URL:
https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1285973235
@abdallah-ali-abdallah what serial console terminal are you using? Does it
support VT102?
--
This is an automated message from the Apache Git Service.
To respond to the me
acassis commented on issue #7366:
URL:
https://github.com/apache/incubator-nuttx/issues/7366#issuecomment-1285971177
@yuening1999 do you need to use this ancient version of NuttX? Maybe using
some recent version will be easier. I think to use the network in separated you
will need some kin
xiaoxiang781216 commented on code in PR #7369:
URL: https://github.com/apache/incubator-nuttx/pull/7369#discussion_r1000954717
##
arch/arm/src/armv7-r/arm_vectortab.S:
##
@@ -34,6 +34,10 @@
* Public Symbols
xiaoxiang781216 commented on code in PR #7369:
URL: https://github.com/apache/incubator-nuttx/pull/7369#discussion_r1000953486
##
arch/arm/src/armv7-r/arm_vectortab.S:
##
@@ -34,6 +34,10 @@
* Public Symbols
pkarashchenko commented on code in PR #7372:
URL: https://github.com/apache/incubator-nuttx/pull/7372#discussion_r1000941983
##
libs/libc/semaphore/sem_init.c:
##
@@ -67,31 +68,28 @@ int nxsem_init(FAR sem_t *sem, int pshared, unsigned int
value)
* range.
*/
- if (se
pkarashchenko commented on code in PR #7372:
URL: https://github.com/apache/incubator-nuttx/pull/7372#discussion_r1000940325
##
libs/libc/semaphore/sem_init.c:
##
@@ -67,31 +68,28 @@ int nxsem_init(FAR sem_t *sem, int pshared, unsigned int
value)
* range.
*/
- if (se
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/incubator-nuttx.git
from 81ff16c675 install qemu-system-misc in dockerw
add 663bf4d968 Add support for stm32h7b3xx MCU's flash
xiaoxiang781216 merged PR #7359:
URL: https://github.com/apache/incubator-nuttx/pull/7359
--
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-unsubs
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 ee7b47ba4 testing: ostest: Fix
xiaoxiang781216 merged PR #1367:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1367
--
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
anchao opened a new pull request, #7374:
URL: https://github.com/apache/incubator-nuttx/pull/7374
## Summary
wireless/bcm43xxx: discard auth event if netdev down
wireless/bcm43xxx: subscribe only to the events we need
wireless/bcm43xxx: skip WEP privacy
wireless/bcm43xxx: skip
tmedicci opened a new pull request, #7373:
URL: https://github.com/apache/incubator-nuttx/pull/7373
## Summary
This PR includes the I2S peripheral drivers for ESP32-S2, bindings for the
generic I2S audio driver, and the CS4344 audio codec driver. Also, the I2S
character driver is use
GUIDINGLI opened a new pull request, #7372:
URL: https://github.com/apache/incubator-nuttx/pull/7372
## Summary
use DEBUGASSERT instead of unnecessary check
## Impact
sem
mqueue
signal
## Testing
VELA
--
This is an automated message from the Apa
SPRESENSE commented on issue #7367:
URL:
https://github.com/apache/incubator-nuttx/issues/7367#issuecomment-1285631695
@zhhyu7 Thank you. I could confirm that this issue has been resolved.
@masayuki2009 could you check an above patch?
--
This is an automated message from the Apache Gi
tmedicci closed issue #7370: ostest failling on second execution
URL: https://github.com/apache/incubator-nuttx/issues/7370
--
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 u
tmedicci commented on issue #7370:
URL:
https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285629646
@masayuki2009 thanks!
--
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 sp
jerpelea commented on PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#issuecomment-1285622932
@xiaoxiang781216 @pkarashchenko anything else?
> > @xiaoxiang781216 @pkarashchenko anything else?
>
> If you can address my comments for double include guard in heade
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/incubator-nuttx-apps.git
from fa6aeb3e1 mcuboot:move tinycrypt headfile path from make.defs to
Makefile
add e69a032f2 dhcpc:f
xiaoxiang781216 merged PR #1365:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1365
--
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
masayuki2009 commented on issue #7370:
URL:
https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285587396
@tmedicci
I've just fixed the issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
masayuki2009 commented on PR #1367:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1367#issuecomment-1285586203
See https://github.com/apache/incubator-nuttx/issues/7370
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
masayuki2009 opened a new pull request, #1367:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1367
## Summary
- This commit fixes the task_restart test for the 2nd time execution
## Impact
- None
## Testing
- sim:ostest
--
This is an aut
SPRESENSE opened a new pull request, #7371:
URL: https://github.com/apache/incubator-nuttx/pull/7371
## Summary
Fix some minor compile warnings
## Impact
Only cxd56xx, spresense
## Testing
--
This is an automated message from the Apache Git Service.
To respond t
zhhyu7 commented on issue #7367:
URL:
https://github.com/apache/incubator-nuttx/issues/7367#issuecomment-1285546887
@SPRESENSE you can verify with below patch:
https://github.com/apache/incubator-nuttx-apps/pull/1366
--
This is an automated message from the Apache Git Service.
To respo
zhhyu7 opened a new pull request, #1366:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1366
Signed-off-by: zhanghongyu
## Summary
## Impact
## Testing
gs2200m [5:50]
nsh> ifconfig
wlan0 Link encap:Ethernet HWaddr 14:5a:fc:f8:14:c5 at UP
i
masayuki2009 commented on issue #7370:
URL:
https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285542930
>The problem on task_restart possibly already existed, but it wasn't being
checked.
@tmedicci
I think so.
Anyway, thank you for reporting the issue.
tmedicci commented on issue #7370:
URL:
https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285540868
> > After @masayuki2009 added new tests (thanks!), ostest is failling on
second execution, on task_restart test:
>
> @tmedicci I did not add new tests but added ASSER
masayuki2009 commented on issue #7370:
URL:
https://github.com/apache/incubator-nuttx/issues/7370#issuecomment-1285535153
>After @masayuki2009 added new tests (thanks!), ostest is failling on second
execution, on task_restart test:
@tmedicci
I did not add new tests but added ASSE
tmedicci opened a new issue, #7370:
URL: https://github.com/apache/incubator-nuttx/issues/7370
After @masayuki2009 added new tests (thanks!), `ostest` is failling on
second execution, on `task_restart` test:
```
user_main: task_restart test
Test task_restart()
restart_mai
acassis commented on issue #7331:
URL:
https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1285386879
@xiaoxiang781216 @pkarashchenko did you see this '\n' issue before?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
XinStellaris opened a new pull request, #1365:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1365
Signed-off-by: 田昕
## Summary
A bug causing xid to be 0.
## Impact
DHCP xid
## Testing
Tested on BL602
--
This is an automated message from the Ap
abdallah-ali-abdallah commented on issue #7331:
URL:
https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1285329462
> Hi @abdallah-ali-abdallah that is amazing!!! Kudos! Could you please
submit this test as a guide to be included at
https://nuttx.apache.org/docs/latest/guide
masayuki2009 commented on PR #1362:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1285328762
>@masayuki2009 thanks. Could you try this patch:
https://github.com/apache/incubator-nuttx/pull/7368
@xiaoxiang781216
I confirmed that the compile error is no
easonxiang opened a new pull request, #7369:
URL: https://github.com/apache/incubator-nuttx/pull/7369
When a function is known to preserve eight-byte alignment of the stack,
armclang assigns the build attribute Tag_ABI_align_preserved to that function.
However, the armclang integrated assem
1 - 100 of 117 matches
Mail list logo