Ouss4 merged pull request #5178:
URL: https://github.com/apache/incubator-nuttx/pull/5178
--
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-
This is an automated email from the ASF dual-hosted git repository.
aguettouche 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 3982296 arch/sim: Rename up_vfork
Ouss4 commented on a change in pull request #5164:
URL: https://github.com/apache/incubator-nuttx/pull/5164#discussion_r779385033
##
File path: tools/testbuild.sh
##
@@ -258,6 +258,10 @@ function build {
fail=1
fi
+ # Verify that the context rule does not need to be
xiaoxiang781216 merged pull request #5175:
URL: https://github.com/apache/incubator-nuttx/pull/5175
--
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
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 3982296 arch/sim: Rename up_vfork[32|64].S to up_vfork_x[32|64].S
add 3c86a3c input: Remove prompt
pkarashchenko opened a new pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180
## Summary
According to https://pubs.opengroup.org/onlinepubs/9699919799 the `The
protocol attribute defines the protocol to be followed in utilizing mutexes.`
and `The default value
pkarashchenko commented on pull request #5070:
URL: https://github.com/apache/incubator-nuttx/pull/5070#issuecomment-1006443287
I started similar `pthread mutex` related activity in
https://github.com/apache/incubator-nuttx/pull/5180
--
This is an automated message from the Apache Git Se
xiaoxiang781216 commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006454958
Since phtread_mutex_t is always used as lock, the priority inherit isn't
harmful as the sem_t used as signal. So an option to select the default value
is reason
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779449804
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,17 +1011,52 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
pkarashchenko commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006459951
> Since phtread_mutex_t is always used as lock, the priority inherit isn't
harmful as the sem_t used as signal. So an option to select the default value
is reason
pkarashchenko commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006462476
@xiaoxiang781216 do you think it should be enabled by default?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
pkarashchenko edited a comment on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006462476
@xiaoxiang781216 do you think the priority inheritance should be enabled by
default?
--
This is an automated message from the Apache Git Service.
To resp
pkarashchenko edited a comment on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006462476
@xiaoxiang781216 do you think the priority inheritance as default protocol
should be enabled by default?
--
This is an automated message from the Apache
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779457547
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,17 +1011,52 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
zhaoxiu-zeng commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779457573
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,17 +1011,52 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
zhaoxiu-zeng commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779457573
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,17 +1011,52 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779457547
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,17 +1011,52 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
acassis commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006498805
> @xiaoxiang781216 do you think the priority inheritance as default protocol
should be enabled by default?
@pkarashchenko I think enabling priority inheritance as
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779482914
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,17 +1011,52 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
xiaoxiang781216 commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006521448
If the usage is fixed as lock(e.g. pthread_mutex_t, mutex_t), it's good to
enable the priority inheritance by default. If the usage isn't fixed like
sem_t, we h
pkarashchenko commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006523562
> > @xiaoxiang781216 do you think the priority inheritance as default
protocol should be enabled by default?
>
> @pkarashchenko I think enabling priority in
pkarashchenko commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006525216
> If the usage is fixed as lock(e.g. pthread_mutex_t, mutex_t), it's good to
enable the priority inheritance by default. If the usage isn't fixed like
sem_t, we h
pkarashchenko commented on a change in pull request #5179:
URL: https://github.com/apache/incubator-nuttx/pull/5179#discussion_r779503516
##
File path: drivers/spi/qspi_flash.c
##
@@ -178,22 +171,22 @@ struct sim_qspiflashdev_s
/* QSPI methods */
-static int qspifl
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779510028
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
xiaoxiang781216 commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006548893
> > If the usage is fixed as lock(e.g. pthread_mutex_t, mutex_t), it's good
to enable the priority inheritance by default. If the usage isn't fixed like
sem_t,
pkarashchenko commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006553929
> > > If the usage is fixed as lock(e.g. pthread_mutex_t, mutex_t), it's
good to enable the priority inheritance by default. If the usage isn't fixed
like sem_t,
xiaoxiang781216 commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006558468
It's minor issue, I am fine with either:).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
xiaoxiang781216 commented on a change in pull request #5179:
URL: https://github.com/apache/incubator-nuttx/pull/5179#discussion_r779530236
##
File path: arch/sim/src/sim/up_initialize.c
##
@@ -125,12 +128,12 @@ static void up_init_smartfs(void)
}
}
#endif
-#endi
xiaoxiang781216 commented on a change in pull request #5179:
URL: https://github.com/apache/incubator-nuttx/pull/5179#discussion_r779530569
##
File path: drivers/spi/qspi_flash.c
##
@@ -178,22 +171,22 @@ struct sim_qspiflashdev_s
/* QSPI methods */
-static int qspi
xiaoxiang781216 commented on a change in pull request #5179:
URL: https://github.com/apache/incubator-nuttx/pull/5179#discussion_r779530975
##
File path: drivers/spi/qspi_flash.c
##
@@ -178,22 +171,22 @@ struct sim_qspiflashdev_s
/* QSPI methods */
-static int qspi
xiaoxiang781216 commented on a change in pull request #5179:
URL: https://github.com/apache/incubator-nuttx/pull/5179#discussion_r779531126
##
File path: drivers/spi/qspi_flash.c
##
@@ -178,22 +171,22 @@ struct sim_qspiflashdev_s
/* QSPI methods */
-static int qspi
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779510028
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779510028
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779510028
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779510028
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
a-lunev opened a new pull request #5181:
URL: https://github.com/apache/incubator-nuttx/pull/5181
## Summary
As a result of PR #4575, devif_callback_free() call is not needed anymore in
devif_callback_alloc().
Moreover, with NULL second argument devif_callback_free() does not do
a-lunev commented on pull request #4575:
URL: https://github.com/apache/incubator-nuttx/pull/4575#issuecomment-1006602259
> To fix this problem, it's better to add the lock in netdev_ifdown.
In that case just turning the network interface down will be deferred. And
since netdev_ifdow
xiaoxiang781216 opened a new pull request #5182:
URL: https://github.com/apache/incubator-nuttx/pull/5182
## Summary
Since it's good demo for driver writer:
- arch/sim: Move the dummy foc driver to drivers/motor/foc
- arch/sim: Move the dummy ioe driver to drivers/ioexpender
xiaoxiang781216 opened a new pull request #5183:
URL: https://github.com/apache/incubator-nuttx/pull/5183
## Summary
follow other similiar drivers
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
acassis opened a new issue #962:
URL: https://github.com/apache/incubator-nuttx-apps/issues/962
Currently the pwm test application doesn't have a parameter to let user to
select what channel he/she want to use.
--
This is an automated message from the Apache Git Service.
To respond to th
xiaoxiang781216 opened a new issue #5184:
URL: https://github.com/apache/incubator-nuttx/issues/5184
See the discussion: https://github.com/apache/incubator-nuttx/pull/5070 and
https://www.mail-archive.com/dev@nuttx.apache.org/msg07312.html
--
This is an automated message from the Apache
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 8042de1 net/devif/devif_callback.c:
xiaoxiang781216 merged pull request #5181:
URL: https://github.com/apache/incubator-nuttx/pull/5181
--
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
davids5 commented on pull request #5165:
URL: https://github.com/apache/incubator-nuttx/pull/5165#issuecomment-1006653867
Would a README with links to information (mfg, datasheets) add value here?
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
xiaoxiang781216 commented on pull request #5165:
URL: https://github.com/apache/incubator-nuttx/pull/5165#issuecomment-1006663170
Here is some introduction info:
https://www.ceva-dsp.com/product/ceva-xm6/
https://www.ceva-dsp.com/product/ceva-xc16/
Basically, these DSPs are designed
pkarashchenko commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006736204
> It's minor issue, I am fine with either:).
Done.
@xiaoxiang781216 @acassis please take a look.
--
This is an automated message from the Apache Git Se
acassis commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006758270
> > It's minor issue, I am fine with either:).
>
> Done. @xiaoxiang781216 @acassis please take a look.
So, let see if I understood correctly: when CONFIG_PR
xiaoxiang781216 opened a new pull request #5185:
URL: https://github.com/apache/incubator-nuttx/pull/5185
## Summary
Fix typo error
## Impact
Make SIG_EVTHREAD_HPWORK selectable
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To r
xiaoxiang781216 commented on pull request #5179:
URL: https://github.com/apache/incubator-nuttx/pull/5179#issuecomment-1006803230
@pkarashchenko the new patch is used to verify the change work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
xiaoxiang781216 edited a comment on pull request #5165:
URL: https://github.com/apache/incubator-nuttx/pull/5165#issuecomment-1006663170
Here is some introduction info:
https://www.ceva-dsp.com/product/ceva-xm6/
https://www.ceva-dsp.com/product/ceva-xc16/
Basically, these DSPs are d
pkarashchenko commented on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006808808
> > > It's minor issue, I am fine with either:).
> >
> >
> > Done. @xiaoxiang781216 @acassis please take a look.
>
> So, let see if I understood c
pkarashchenko edited a comment on pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#issuecomment-1006808808
> > > It's minor issue, I am fine with either:).
> >
> >
> > Done. @xiaoxiang781216 @acassis please take a look.
>
> So, let see if I under
xiaoxiang781216 opened a new pull request #5186:
URL: https://github.com/apache/incubator-nuttx/pull/5186
## Summary
to improve the build and test coverage
## Impact
sim
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond t
acassis opened a new pull request #5187:
URL: https://github.com/apache/incubator-nuttx/pull/5187
## Summary
This patch add support to PWM for ESP32
## Impact
User will be able to use PWM
## Testing
ESP32-Devkitc
--
This is an automated message from the Apache Git Servi
acassis commented on a change in pull request #5165:
URL: https://github.com/apache/incubator-nuttx/pull/5165#discussion_r779800516
##
File path: arch/ceva/include/spinlock.h
##
@@ -0,0 +1,106 @@
+/
+ *
pkarashchenko commented on a change in pull request #5187:
URL: https://github.com/apache/incubator-nuttx/pull/5187#discussion_r779828273
##
File path: arch/xtensa/src/esp32/Kconfig
##
@@ -324,9 +324,10 @@ config ESP32_I2S1
No yet implemented
config ESP32_LED
acassis commented on a change in pull request #5187:
URL: https://github.com/apache/incubator-nuttx/pull/5187#discussion_r779845390
##
File path: arch/xtensa/src/esp32/Kconfig
##
@@ -324,9 +324,10 @@ config ESP32_I2S1
No yet implemented
config ESP32_LEDC
-
Ouss4 merged pull request #5183:
URL: https://github.com/apache/incubator-nuttx/pull/5183
--
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-
This is an automated email from the ASF dual-hosted git repository.
aguettouche 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 8dc2ce7 ioexpander/rpmsg: Select
Ouss4 commented on a change in pull request #5165:
URL: https://github.com/apache/incubator-nuttx/pull/5165#discussion_r779885929
##
File path: arch/ceva/include/spinlock.h
##
@@ -0,0 +1,106 @@
+/
+ * a
acassis merged pull request #5185:
URL: https://github.com/apache/incubator-nuttx/pull/5185
--
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: commit
acassis commented on a change in pull request #5165:
URL: https://github.com/apache/incubator-nuttx/pull/5165#discussion_r779886637
##
File path: arch/ceva/include/spinlock.h
##
@@ -0,0 +1,106 @@
+/
+ *
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/incubator-nuttx.git.
from 8dc2ce7 ioexpander/rpmsg: Select IOEXPANDER_INT_ENABLE instead depend
on it
add 964f4b7 sched/Kconf
a-lunev opened a new pull request #963:
URL: https://github.com/apache/incubator-nuttx-apps/pull/963
## Summary
Added hashsum app build option based on libtomcrypt.
## Impact
## Testing
```
$ ./tools/configure.sh -l sim:tcpblaster
$ make menuconfig (enable CONFI
pkarashchenko commented on a change in pull request #5179:
URL: https://github.com/apache/incubator-nuttx/pull/5179#discussion_r779927647
##
File path: drivers/spi/spi_flash.c
##
@@ -642,15 +635,15 @@ static void spiflash_sectorerase(FAR struct
sim_spiflashdev_s *priv)
if (
yamt commented on pull request #5178:
URL: https://github.com/apache/incubator-nuttx/pull/5178#issuecomment-1007029521
> to align with up_vfork_arm.S naming style
why not `x86` and `x86_64` as we use in other places?
--
This is an automated message from the Apache Git Service.
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 77b9a69 Publishing web
zhaoxiu-zeng commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779978977
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
zhaoxiu-zeng commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779979899
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
zhaoxiu-zeng commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r779979899
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
xiaoxiang781216 commented on a change in pull request #5179:
URL: https://github.com/apache/incubator-nuttx/pull/5179#discussion_r779989451
##
File path: drivers/spi/spi_flash.c
##
@@ -642,15 +635,15 @@ static void spiflash_sectorerase(FAR struct
sim_spiflashdev_s *priv)
if
xiaoxiang781216 opened a new pull request #5188:
URL: https://github.com/apache/incubator-nuttx/pull/5188
## Summary
to follow other arch/x86 arch/x86_64 convention
## Impact
Minor
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
T
xiaoxiang781216 commented on pull request #5178:
URL: https://github.com/apache/incubator-nuttx/pull/5178#issuecomment-1007099567
Yes, the proposal is better, fix here:
https://github.com/apache/incubator-nuttx/pull/5188
--
This is an automated message from the Apache Git Service.
To res
anchao opened a new pull request #5189:
URL: https://github.com/apache/incubator-nuttx/pull/5189
## Summary
Kconfig: Remove CONFIG_ prefix from config definition
## Impact
N/A
## Testing
CI check
--
This is an automated message from the Apache Git Servic
xiaoxiang781216 commented on a change in pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#discussion_r779998603
##
File path: libs/libc/pthread/pthread_mutexattr_setprotocol.c
##
@@ -54,21 +54,24 @@ int pthread_mutexattr_setprotocol(FAR pthread_mutex
xiaoxiang781216 commented on a change in pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#discussion_r779998603
##
File path: libs/libc/pthread/pthread_mutexattr_setprotocol.c
##
@@ -54,21 +54,24 @@ int pthread_mutexattr_setprotocol(FAR pthread_mutex
xiaoxiang781216 commented on a change in pull request #5165:
URL: https://github.com/apache/incubator-nuttx/pull/5165#discussion_r78760
##
File path: arch/ceva/include/types.h
##
@@ -0,0 +1,96 @@
+/
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 61fe9c4 crypto/libtomcrypt: ad
xiaoxiang781216 merged pull request #963:
URL: https://github.com/apache/incubator-nuttx-apps/pull/963
--
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-m
zhaoxiu-zeng commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r780004722
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
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 964f4b7 sched/Kconfig: Remove CONFIG_ prefix from SCHED_HPWORK
add 8c35d31 Kconfig: Remove CONFIG_
xiaoxiang781216 merged pull request #5189:
URL: https://github.com/apache/incubator-nuttx/pull/5189
--
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
pkarashchenko commented on a change in pull request #5180:
URL: https://github.com/apache/incubator-nuttx/pull/5180#discussion_r780049007
##
File path: libs/libc/pthread/pthread_mutexattr_setprotocol.c
##
@@ -54,21 +54,24 @@ int pthread_mutexattr_setprotocol(FAR pthread_mutexat
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r780051492
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
pkarashchenko commented on a change in pull request #5171:
URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r780052416
##
File path: sched/semaphore/sem_holder.c
##
@@ -1035,18 +1014,57 @@ void nxsem_release_holder(FAR sem_t *sem)
{
FAR struct tcb_s *rtcb
anchao opened a new pull request #964:
URL: https://github.com/apache/incubator-nuttx-apps/pull/964
## Summary
testing/ostest: set the default value to TESTING_OSTEST_FPUSIZE
.config:2053:warning: symbol value '' invalid for TESTING_OSTEST_FPUSIZE
## Impact
ostes
anchao opened a new pull request #5190:
URL: https://github.com/apache/incubator-nuttx/pull/5190
## Summary
drivers/ioexpander: fix the kconfig warning
drivers/ioexpander/Kconfig:28:
warning:
config symbol 'IOEXPANDER_RPMSG_INT_NCALLBACKS' uses select, but is not
bo
xiaoxiang781216 merged pull request #5188:
URL: https://github.com/apache/incubator-nuttx/pull/5188
--
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
88 matches
Mail list logo