masayuki2009 opened a new pull request #2517:
URL: https://github.com/apache/incubator-nuttx/pull/2517
## Summary
- This commit introduces SP_WFE() and SP_SEV() to be used for spinlock
- Also, use wfe/sev instructions for ARMV7-A to reduce power consumption
## Impact
xiaoxiang781216 commented on pull request #2488:
URL: https://github.com/apache/incubator-nuttx/pull/2488#issuecomment-742929095
@anchao per the dissussion here #2497, please rename getrandom to
arc4random_buf instead.
This
xiaoxiang781216 merged pull request #2508:
URL: https://github.com/apache/incubator-nuttx/pull/2508
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 d9d6491 drivers/leds/ws2812: optimi
xiaoxiang781216 merged pull request #2509:
URL: https://github.com/apache/incubator-nuttx/pull/2509
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 866bb35 libs/libc/net: implement et
xiaoxiang781216 merged pull request #2497:
URL: https://github.com/apache/incubator-nuttx/pull/2497
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 84bbc9f crypto/random_pool.c: fix g
xiaoxiang781216 edited a comment on pull request #2497:
URL: https://github.com/apache/incubator-nuttx/pull/2497#issuecomment-742705823
> > at least, three libc(glibc, musl and bionic) implement getrandom:
> > https://github.com/bminor/musl/blob/master/include/sys/random.h#L15
> >
htt
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
commit 2a9dab2e5db62a9c60de99ca6cd127de30dbaa01
Author: Sara Souza
AuthorDate: Wed Dec 9 16:27:03 2020 -0300
x
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
commit 6244924c3ef47dd14ea9a6b2860caa67b399cd97
Author: Sara Souza
AuthorDate: Thu Dec 10 16:46:17 2020 -0300
xiaoxiang781216 merged pull request #2514:
URL: https://github.com/apache/incubator-nuttx/pull/2514
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 b599823 arch: armv7-a: Remove unnecessary #ifdef CONFIG_SMP in
arm_unblocktask.c
new 2a9dab2 xten
xiaoxiang781216 merged pull request #2516:
URL: https://github.com/apache/incubator-nuttx/pull/2516
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 b599823 arch: armv7-a: Remove unnec
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 ec57e13 Publishing web
masayuki2009 opened a new pull request #2516:
URL: https://github.com/apache/incubator-nuttx/pull/2516
## Summary
- Because this_task() returns the current task of the current CPU
## Impact
- SMP only
## Testing
- Tested with sabre-6quad:smp (QEMU)
--
saramonteiro opened a new pull request #516:
URL: https://github.com/apache/incubator-nuttx-apps/pull/516
## Summary
This PR intends to add a set of examples: The watcher and the watched
examples. They were designed to work together.
The watcher is a task that will monitor other tasks
saramonteiro commented on a change in pull request #2514:
URL: https://github.com/apache/incubator-nuttx/pull/2514#discussion_r540465528
##
File path: arch/xtensa/src/esp32/esp32_wtd.h
##
@@ -41,7 +41,6 @@
#define ESP32_WTD_STOP(d) ((d)->ops->stop(d))
#d
saramonteiro commented on pull request #2514:
URL: https://github.com/apache/incubator-nuttx/pull/2514#issuecomment-742769687
Hey @v01d
I appreciated your suggestion.
I'll implement the feature also, there's no particularity in ESP32 for this.
But we will also have a caveat: the RT
saramonteiro commented on a change in pull request #2514:
URL: https://github.com/apache/incubator-nuttx/pull/2514#discussion_r540411103
##
File path: arch/xtensa/src/esp32/esp32_wtd.h
##
@@ -41,7 +41,6 @@
#define ESP32_WTD_STOP(d) ((d)->ops->stop(d))
#d
xiaoxiang781216 commented on pull request #2488:
URL: https://github.com/apache/incubator-nuttx/pull/2488#issuecomment-742715569
But, all these aren't the justification to change the function prototype.
Because the current implementation only support the nonblocking behaviour, the
right th
v01d commented on pull request #2514:
URL: https://github.com/apache/incubator-nuttx/pull/2514#issuecomment-742714980
I did a similar change for nRF52. Without knowing the particulars of ESP32
maybe you could do something similar: what i did is to check if the WDT is
running and set the in
xiaoxiang781216 commented on a change in pull request #2514:
URL: https://github.com/apache/incubator-nuttx/pull/2514#discussion_r540403568
##
File path: arch/xtensa/src/esp32/esp32_wtd.h
##
@@ -41,7 +41,6 @@
#define ESP32_WTD_STOP(d) ((d)->ops->stop(d))
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 648ec7be arch/stm32: Fix nxstyle errors
add 3ba5018 boards/xtensa/esp32: A bit of re-organisation i
xiaoxiang781216 merged pull request #2503:
URL: https://github.com/apache/incubator-nuttx/pull/2503
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 commented on pull request #2497:
URL: https://github.com/apache/incubator-nuttx/pull/2497#issuecomment-742705823
> > at least, three libc(glibc, musl and bionic) implement getrandom:
> > https://github.com/bminor/musl/blob/master/include/sys/random.h#L15
> >
https://gi
juniskane commented on pull request #2488:
URL: https://github.com/apache/incubator-nuttx/pull/2488#issuecomment-742686053
On Solaris if GRND_RANDOM is not specified then getrandom() never blocks. On
Linux, GRND_NONBLOCK is needed for this even for urandom pool as random source
(at least w
juniskane commented on pull request #2488:
URL: https://github.com/apache/incubator-nuttx/pull/2488#issuecomment-742675766
Solaris 11.3 man page says for getrandom(): "Otherwise, it returns 0 and
sets errno to indicate the error." Linux/FreeBSD error return value is -1. This
may be just an
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 648ec7be arch/stm32: Fix nxstyle e
Ouss4 merged pull request #2513:
URL: https://github.com/apache/incubator-nuttx/pull/2513
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
juniskane edited a comment on pull request #2497:
URL: https://github.com/apache/incubator-nuttx/pull/2497#issuecomment-742654501
> at least, three libc(glibc, musl and bionic) implement getrandom:
> https://github.com/bminor/musl/blob/master/include/sys/random.h#L15
>
https://github.
juniskane commented on pull request #2488:
URL: https://github.com/apache/incubator-nuttx/pull/2488#issuecomment-742660039
> I don't understand what we're arguing about, Whatever the name you like to
call it getentropy,arc4random_ buf, it's up to you.
> but could you please bring the nam
juniskane commented on pull request #2497:
URL: https://github.com/apache/incubator-nuttx/pull/2497#issuecomment-742654501
> at least, three libc(glibc, musl and bionic) implement getrandom:
> https://github.com/bminor/musl/blob/master/include/sys/random.h#L15
>
https://github.com/aos
saramonteiro opened a new pull request #2515:
URL: https://github.com/apache/incubator-nuttx/pull/2515
## Summary
This PR is intended to add support for the RTC WDT.
## Impact
Now, it will be possible to use RTC WDT.
## Testing
To test it, it was run the watchd
saramonteiro opened a new pull request #2514:
URL: https://github.com/apache/incubator-nuttx/pull/2514
## Summary
This PR is intended to remove an unnecessary initial configuration that was
preventing the rtc wdt to be configured in the bootloader.
## Impact
Now, it wi
xiaoxiang781216 edited a comment on pull request #2497:
URL: https://github.com/apache/incubator-nuttx/pull/2497#issuecomment-742594299
> > Please fix the low entropy case too:
> >
https://github.com/apache/incubator-nuttx/pull/2497/files#diff-ee6b9d93e85a2c9b845acc6c4fdcef1c9cca9ee4166c
xiaoxiang781216 edited a comment on pull request #2497:
URL: https://github.com/apache/incubator-nuttx/pull/2497#issuecomment-742594299
> > Please fix the low entropy case too:
> >
https://github.com/apache/incubator-nuttx/pull/2497/files#diff-ee6b9d93e85a2c9b845acc6c4fdcef1c9cca9ee4166c
xiaoxiang781216 commented on pull request #2497:
URL: https://github.com/apache/incubator-nuttx/pull/2497#issuecomment-742594299
> > Please fix the low entropy case too:
> >
https://github.com/apache/incubator-nuttx/pull/2497/files#diff-ee6b9d93e85a2c9b845acc6c4fdcef1c9cca9ee4166cadd7b15
Ouss4 commented on pull request #2503:
URL: https://github.com/apache/incubator-nuttx/pull/2503#issuecomment-742584165
@xiaoxiang781216 I fixed the naming in the boards/ directory, for the rest
in arch/ that will come in a different PR.
Ouss4 commented on a change in pull request #2503:
URL: https://github.com/apache/incubator-nuttx/pull/2503#discussion_r540250417
##
File path: boards/xtensa/esp32/common/src/esp32_wdt.c
##
@@ -1,5 +1,5 @@
/**
Ouss4 commented on a change in pull request #2503:
URL: https://github.com/apache/incubator-nuttx/pull/2503#discussion_r540250294
##
File path: boards/xtensa/esp32/common/include/esp32_board_tim.h
##
@@ -18,8 +18,8 @@
*
**
Ouss4 commented on a change in pull request #2503:
URL: https://github.com/apache/incubator-nuttx/pull/2503#discussion_r54026
##
File path: boards/xtensa/esp32/common/src/esp32_wdt.c
##
@@ -23,33 +23,34 @@
**
hartmannathan opened a new pull request #2513:
URL: https://github.com/apache/incubator-nuttx/pull/2513
## Summary
arch/arm/src/stm32/stm32l15xxx_rcc.c:
* Fix nxstyle errors.
## Impact
Removes nxstyle errors.
## Testing
nxstyle
xiaoxiang781216 commented on a change in pull request #2503:
URL: https://github.com/apache/incubator-nuttx/pull/2503#discussion_r540178668
##
File path: boards/xtensa/esp32/common/src/esp32_wdt.c
##
@@ -1,5 +1,5 @@
/
v01d commented on pull request #43:
URL:
https://github.com/apache/incubator-nuttx-website/pull/43#issuecomment-742546801
Yes, I know it could be simpler to manually list it but my idea was not to
increase the burden of cutting a release. Actually I wonder if we could make
something simil
v01d commented on pull request #44:
URL:
https://github.com/apache/incubator-nuttx-website/pull/44#issuecomment-742545536
No problem, not really critical. I just tested force reloading on Firefox
(CTRL+SHIFT+R) and it shows the new icon.
--
v01d commented on pull request #2511:
URL: https://github.com/apache/incubator-nuttx/pull/2511#issuecomment-742544888
As discussed in the linked PR, I don't really know how to make the proper
fix as NuttX's bluetooth stack defers buffer cleaning. I understand the idea of
decrementing the b
Ouss4 commented on a change in pull request #2504:
URL: https://github.com/apache/incubator-nuttx/pull/2504#discussion_r540167805
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -187,6 +187,29 @@ g_intstackbase:
and a6, a6, a3
xiaoxiang781216 merged pull request #2487:
URL: https://github.com/apache/incubator-nuttx/pull/2487
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 7a5f7d4 Remove unneeded semicolons from Python files
add 8ac1846 clock/time: add CLOCK_BOOTTIME de
xiaoxiang781216 merged pull request #2510:
URL: https://github.com/apache/incubator-nuttx/pull/2510
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 6ecf9dc wireless/bluetooth: change the tx thread stack size to
DEFAULT_TASK_STACKSIZE
add 7a5f7d4
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 f3a81cb sim: Fix interrupt handling for SMP
add 6ecf9dc wireless/bluetooth: change the tx thread s
xiaoxiang781216 merged pull request #2512:
URL: https://github.com/apache/incubator-nuttx/pull/2512
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 commented on a change in pull request #2504:
URL: https://github.com/apache/incubator-nuttx/pull/2504#discussion_r540120901
##
File path: arch/xtensa/src/common/xtensa_int_handlers.S
##
@@ -187,6 +187,29 @@ g_intstackbase:
and a6, a6, a3
anchao closed pull request #2511:
URL: https://github.com/apache/incubator-nuttx/pull/2511
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
anchao commented on pull request #2511:
URL: https://github.com/apache/incubator-nuttx/pull/2511#issuecomment-742343877
> @anchao see the PR here
https://github.com/apache/incubator-nuttx/pull/2302/files
>
> I have lost track of the state of this, but the change in your PR is not
ri
58 matches
Mail list logo