anchao opened a new pull request, #6430:
URL: https://github.com/apache/incubator-nuttx/pull/6430
## Summary
wireless/bcm430xx: rename chip minor id to 'x'
rename 4301x chip minor id to 'x' to compatible more versions of variant of
bcm430xx
Signed-off-by: chao.an
mlyszczek commented on code in PR #6426:
URL: https://github.com/apache/incubator-nuttx/pull/6426#discussion_r896429729
##
arch/arm/src/stm32wl5/stm32wl5_flash.c:
##
@@ -359,6 +343,31 @@ ssize_t up_progmem_eraseblock(size_t block)
}
}
+ssize_t up_progmem_ispageerased(siz
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 1f90e5a5b0 arch/xtensa: Don't build xtensa_coproc.S, it has only
macros and is included when needed.
pkarashchenko merged PR #6429:
URL: https://github.com/apache/incubator-nuttx/pull/6429
--
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
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r896409087
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
xiaoxiang781216 commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r896406323
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
> > I had tested arc4random_buf, it generated
normanr commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r896375519
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
> I had tested arc4random_buf, it generated the exact
masayuki2009 opened a new pull request, #6429:
URL: https://github.com/apache/incubator-nuttx/pull/6429
## Summary
- I noticed that QEMU shows a high CPU load.
- This commit re-adds imx_idle.c to avoid this issue.
## Impact
- None
## Testing
- Tested with
normanr commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r896375519
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
> I had tested arc4random_buf, it generated the exact
normanr commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r896375519
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
> I had tested arc4random_buf, it generated the exact
normanr commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r896375519
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
> I had tested arc4random_buf, it generated the exact
anchao opened a new pull request, #6428:
URL: https://github.com/apache/incubator-nuttx/pull/6428
## Summary
net/tcp: d_appdata should remove the tcp specific option field
applicate data field should not touch data of IP layer
Signed-off-by: chao.an
## Impact
adamkaliszan commented on code in PR #6418:
URL: https://github.com/apache/incubator-nuttx/pull/6418#discussion_r896362141
##
boards/xtensa/esp32/ttgo_eink5_v2/scripts/Make.defs:
##
@@ -0,0 +1,105 @@
+
+
anchao opened a new pull request, #6427:
URL: https://github.com/apache/incubator-nuttx/pull/6427
## Summary
wireless/bcm43xxx: load nvram from file system
added an option to load nvram from file system, which will help developers
easily to tuning the firmware parameters with
xiaoxiang781216 commented on code in PR #6426:
URL: https://github.com/apache/incubator-nuttx/pull/6426#discussion_r896319032
##
arch/arm/src/stm32wl5/stm32wl5_flash.c:
##
@@ -359,6 +343,31 @@ ssize_t up_progmem_eraseblock(size_t block)
}
}
+ssize_t up_progmem_ispageeras
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 7477509 Publishing web
mlyszczek opened a new pull request, #6426:
URL: https://github.com/apache/incubator-nuttx/pull/6426
## Summary
These patches add support for progmem driver to use internal FLASH memory to
hold user's data. Support to partition FLASH to up to 4 partitions has beed
added to nucleo-wl55jc
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 1f90e5a5b0 arch/xtensa: Don't bu
pkarashchenko merged PR #6425:
URL: https://github.com/apache/incubator-nuttx/pull/6425
--
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
gustavonihei commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895993180
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_gr
gustavonihei commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895991361
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_gr
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 9985e0a43e arm/tlsr82: bugfix, tlsr8
xiaoxiang781216 merged PR #6424:
URL: https://github.com/apache/incubator-nuttx/pull/6424
--
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 #6418:
URL: https://github.com/apache/incubator-nuttx/pull/6418#discussion_r895955531
##
boards/xtensa/esp32/ttgo_eink5_v2/scripts/Make.defs:
##
@@ -0,0 +1,105 @@
+###
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895932656
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895932656
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
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 e42e3aa642 drivers/syslog: fix deadl
xiaoxiang781216 merged PR #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414
--
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
pkarashchenko commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895860595
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_g
pkarashchenko commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895860595
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_g
CV-Bowen commented on code in PR #6424:
URL: https://github.com/apache/incubator-nuttx/pull/6424#discussion_r895841532
##
arch/arm/src/tlsr82/tlsr82_flash_mtd.c:
##
@@ -729,7 +769,7 @@ static int tlsr82_flash_ioctl(struct mtd_dev_s *dev, int
cmd,
pkarashchenko commented on code in PR #6424:
URL: https://github.com/apache/incubator-nuttx/pull/6424#discussion_r895829269
##
arch/arm/src/tlsr82/tlsr82_flash_mtd.c:
##
@@ -729,7 +769,7 @@ static int tlsr82_flash_ioctl(struct mtd_dev_s *dev, int
cmd,
pkarashchenko commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895827664
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_g
CV-Bowen commented on code in PR #6424:
URL: https://github.com/apache/incubator-nuttx/pull/6424#discussion_r895825227
##
arch/arm/src/tlsr82/tlsr82_flash_mtd.c:
##
@@ -354,7 +364,14 @@ static int tlsr82_flash_test(struct tlsr82_flash_dev_s
*priv)
ferr("Flash chip erase test
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895821153
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895818558
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
pkarashchenko commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895811358
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,30 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_g
pkarashchenko commented on code in PR #6424:
URL: https://github.com/apache/incubator-nuttx/pull/6424#discussion_r895804674
##
arch/arm/src/tlsr82/tlsr82_flash_mtd.c:
##
@@ -429,7 +446,14 @@ static int tlsr82_flash_test(struct tlsr82_flash_dev_s
*priv)
int k;
ferr("Eras
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 02682af759 getrandom: use _NX_ i
xiaoxiang781216 merged PR #6421:
URL: https://github.com/apache/incubator-nuttx/pull/6421
--
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
CV-Bowen commented on code in PR #6424:
URL: https://github.com/apache/incubator-nuttx/pull/6424#discussion_r895730369
##
arch/arm/src/tlsr82/tlsr82_flash_mtd.c:
##
@@ -775,6 +806,7 @@ static int tlsr82_flash_ioctl(struct mtd_dev_s *dev, int
cmd,
/* Ignore arg, direc
xiaoxiang781216 commented on code in PR #6424:
URL: https://github.com/apache/incubator-nuttx/pull/6424#discussion_r895689135
##
arch/arm/src/tlsr82/tlsr82_flash_mtd.c:
##
@@ -775,6 +806,7 @@ static int tlsr82_flash_ioctl(struct mtd_dev_s *dev, int
cmd,
/* Ignore arg
Ouss4 opened a new pull request, #6425:
URL: https://github.com/apache/incubator-nuttx/pull/6425
## Summary
Don't build xtensa_coproc.S, it has only macros and is included when needed.
## Impact
N/A
## Testing
ESP32, ESP32-S2, ESP32-S3
--
This is an automated message fro
xiaoxiang781216 merged PR #6420:
URL: https://github.com/apache/incubator-nuttx/pull/6420
--
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 c7fd1a113f wireless/bcm43xxx: add su
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 ce7c9ae65 wireless/wapi: fix wa
xiaoxiang781216 merged PR #1196:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1196
--
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
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895681153
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895677603
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
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 4e5d8aca3d nucleo-wl55jc: add buttons and gpio interrupt support
add 7e1f906b74 drvers/mmcsd/sdio
pkarashchenko merged PR #6419:
URL: https://github.com/apache/incubator-nuttx/pull/6419
--
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 #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895673222
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_g
CV-Bowen opened a new pull request, #6424:
URL: https://github.com/apache/incubator-nuttx/pull/6424
## Summary
1. correct the tlsr82_flash_ioctl() return value;
2. tlsr82_flash_test() using api tlsr82_flash_ioctl();
## Impact
tlsr82 flash
## Testing
local test with t
pkarashchenko commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895673222
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_g
pkarashchenko commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895673222
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_g
pkarashchenko commented on code in PR #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414#discussion_r895667526
##
drivers/syslog/syslog_device.c:
##
@@ -120,6 +123,63 @@ static const uint8_t g_syscrlf[2] =
* Private Functions
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895661902
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895661902
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
pkarashchenko commented on PR #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414#issuecomment-1153861541
@davids5 done. Anyway I was trying to address another part in
https://github.com/apache/incubator-nuttx/pull/6376
I think we need to revert libc related changes anyway and
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895661902
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895661902
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
pussuw commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895661902
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_group_s
pkarashchenko commented on code in PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#discussion_r895653622
##
sched/environ/env_unsetenv.c:
##
@@ -61,23 +61,22 @@ int unsetenv(FAR const char *name)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct task_g
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 cb8c992914 drivers/sensors: add driver for as5048a magnetic encoder
add 288b57d5ca stm32wl5: add EXTI
xiaoxiang781216 merged PR #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413
--
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 closed pull request #1195: nshlib: Don't output error when
unsetenv fail with ENOENT
URL: https://github.com/apache/incubator-nuttx-apps/pull/1195
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
xiaoxiang781216 commented on PR #1195:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1195#issuecomment-1153844348
> unsetenv should never return ENOENT
>
>
[apache/incubator-nuttx#6423](https://github.com/apache/incubator-nuttx/pull/6423)
So we don't need this patch
pussuw commented on PR #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423#issuecomment-1153842652
Missed that env_removevar() takes the index in. Fixed now!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
pussuw opened a new pull request, #6423:
URL: https://github.com/apache/incubator-nuttx/pull/6423
If the environment variable does not exist, the function succeeds, as
defined by POSIX.
## Summary
Fixes return value of unsetenv, value was accidentally broken in #6083
## Impact
onegray opened a new pull request, #6422:
URL: https://github.com/apache/incubator-nuttx/pull/6422
## Summary
Work in progress
## Impact
None
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
pussuw commented on PR #1195:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1195#issuecomment-1153827145
unsetenv should never return ENOENT
--
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
jlaitine commented on PR #1194:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1194#issuecomment-1153824111
Just one more comment on this; unsetenv is a posix interface, which should
return "success" if the environment variable is not set (i.e. it already
doesn't exist).
S
pkarashchenko commented on PR #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414#issuecomment-1153805071
Ok. I will split the change into 2 PRs
--
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
davids5 commented on PR #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414#issuecomment-1153796273
>Let's restore things to a working state and then do a single change for the
syslog update.
I was going to suggest spitting this into 2 PR. A revert and a fix for
syslog i
normanr opened a new pull request, #1196:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1196
## Summary
Similar to #1134: This fixes the sta_mode field data type which causes:
```c
src/wapi.c: In function 'wapi_save_config_cmd':
src/wapi.c:866:38: warning: passing argum
pkarashchenko commented on code in PR #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414#discussion_r895594941
##
drivers/syslog/syslog_device.c:
##
@@ -120,6 +123,63 @@ static const uint8_t g_syscrlf[2] =
* Private Functions
xiaoxiang781216 commented on code in PR #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414#discussion_r895593423
##
drivers/syslog/syslog_device.c:
##
@@ -120,6 +123,63 @@ static const uint8_t g_syscrlf[2] =
* Private Functions
**
xiaoxiang781216 commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r895575691
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
Thanks
--
This is an automated message fr
pkarashchenko commented on PR #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414#issuecomment-1153757846
@davids5 the deadlock is only caused by changes in
`drivers/syslog/syslog_device.c`.
Initially the syslog take semaphore was returning error code if semaphore is
already
davids5 commented on PR #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414#issuecomment-1153752476
@pkarashchenko On looking at this revert and the replacement. At first blush
it looks like semaphore based code does exactly what the rmutex added. Would
you please enumerate the
adamkaliszan commented on code in PR #6418:
URL: https://github.com/apache/incubator-nuttx/pull/6418#discussion_r895558665
##
boards/xtensa/esp32/common/include/esp32_ssd1680.h:
##
@@ -0,0 +1,64 @@
+/
+
pkarashchenko commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r895553280
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
I created https://github.com/apache/incubator-n
pkarashchenko opened a new pull request, #6421:
URL: https://github.com/apache/incubator-nuttx/pull/6421
## Summary
`getrandom` should use `_NX_OPEN`/`_NX_READ`/`_NX_CLOSE` interface when it
is called from kernel.
## Impact
Should be none
## Testing
Pass CI
--
This
anchao opened a new pull request, #6420:
URL: https://github.com/apache/incubator-nuttx/pull/6420
## Summary
wireless/bcm43xxx: add support of bcm43013 chip
Reference:
https://www.broadcom.cn/bcm43013
Signed-off-by: chao.an
## Impact
N/A, new chip
anchao commented on code in PR #6419:
URL: https://github.com/apache/incubator-nuttx/pull/6419#discussion_r895513378
##
drivers/mmcsd/sdio.c:
##
@@ -460,15 +460,15 @@ int sdio_enable_function(FAR struct sdio_dev_s *dev,
uint8_t function)
return ret;
}
- /* Wait 1
anchao commented on code in PR #6419:
URL: https://github.com/apache/incubator-nuttx/pull/6419#discussion_r895510634
##
drivers/mmcsd/sdio.c:
##
@@ -460,15 +460,15 @@ int sdio_enable_function(FAR struct sdio_dev_s *dev,
uint8_t function)
return ret;
}
- /* Wait 1
pkarashchenko merged PR #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412
--
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 a0ff6f9fa6 arch: k210: Add a workaround for clock stabilization
add cb8c992914 drivers/sensors: a
pkarashchenko commented on code in PR #6419:
URL: https://github.com/apache/incubator-nuttx/pull/6419#discussion_r895506550
##
drivers/mmcsd/sdio.c:
##
@@ -460,15 +460,15 @@ int sdio_enable_function(FAR struct sdio_dev_s *dev,
uint8_t function)
return ret;
}
- /*
pkarashchenko commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r895503448
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
I think that kernel has it's own implementation
anchao opened a new pull request, #6419:
URL: https://github.com/apache/incubator-nuttx/pull/6419
## Summary
drvers/mmcsd/sdio: function enable should wait for CCCR_IORDY
1. function enable should wait for CCCR_IORDY
2. enlarge wait timeout from 10ms to 1s
Change-Id: I
pkarashchenko commented on code in PR #6418:
URL: https://github.com/apache/incubator-nuttx/pull/6418#discussion_r895497090
##
boards/xtensa/esp32/common/include/esp32_ssd1680.h:
##
@@ -0,0 +1,64 @@
+/
+
pkarashchenko commented on code in PR #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413#discussion_r895495289
##
boards/arm/stm32wl5/nucleo-wl55jc/src/stm32_leds.c:
##
@@ -188,7 +215,13 @@ void board_autoled_off(int state)
uint32_t board_userled_initialize(void)
pkarashchenko commented on code in PR #1195:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1195#discussion_r895482687
##
nshlib/nsh_envcmds.c:
##
@@ -552,7 +552,7 @@ int cmd_unset(FAR struct nsh_vtbl_s *vtbl, int argc, char
**argv)
/* Unset environment variable *
xiaoxiang781216 commented on PR #1195:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1195#issuecomment-1153597176
@jlaitine here is the change.
--
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
xiaoxiang781216 opened a new pull request, #1195:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1195
## Summary
Fix the issue report here:
https://github.com/apache/incubator-nuttx-apps/pull/1194
## Impact
## Testing
--
This is an automated message from
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 835f43524 serialblaster bugfix
xiaoxiang781216 merged PR #1193:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1193
--
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
mlyszczek commented on code in PR #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413#discussion_r895404698
##
arch/arm/src/stm32wl5/stm32wl5_exti_gpio.c:
##
@@ -121,9 +253,60 @@ static int stm32wl5_exti0_15_isr(int irq, void *context,
FAR void *arg)
int stm32wl5_g
99 matches
Mail list logo