zouboan opened a new pull request, #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412
## 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 to
xiaoxiang781216 commented on PR #6409:
URL: https://github.com/apache/incubator-nuttx/pull/6409#issuecomment-1153125278
@pkarashchenko could you merge this PR?
--
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
masayuki2009 merged PR #6409:
URL: https://github.com/apache/incubator-nuttx/pull/6409
--
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.
masayuki 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 53c6789bef mm: Add mm_uninitialize to
mlyszczek opened a new pull request, #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413
## Summary
These patches add
- support for GPIO EXTI for stm32wl5 chip.
- support for buttons in nucleo board.
- Please, also read commit message for each commit for explanatio
xiaoxiang781216 commented on code in PR #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412#discussion_r895178463
##
include/nuttx/sensors/as5048a.h:
##
@@ -0,0 +1,146 @@
+/
+ * include/nuttx
zouboan commented on code in PR #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412#discussion_r895184729
##
drivers/sensors/as5048a.c:
##
@@ -0,0 +1,632 @@
+/
+ * drivers/sensors/as5048a.c
+
zouboan commented on code in PR #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412#discussion_r895184834
##
include/nuttx/sensors/as5048a.h:
##
@@ -0,0 +1,146 @@
+/
+ * include/nuttx/sensors
pkarashchenko commented on code in PR #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413#discussion_r895217928
##
arch/arm/src/stm32wl5/hardware/stm32wl5_exti.h:
##
@@ -103,4 +108,84 @@
#define EXTI2_RADIOBSY (1 << 14) /* EXTI line 45: Radio busy wakeup */
#d
pkarashchenko commented on code in PR #6320:
URL: https://github.com/apache/incubator-nuttx/pull/6320#discussion_r895219754
##
drivers/syslog/syslog_device.c:
##
@@ -123,63 +120,6 @@ static const uint8_t g_syscrlf[2] =
* Private Functions
pkarashchenko opened a new pull request, #6414:
URL: https://github.com/apache/incubator-nuttx/pull/6414
## Summary
Revert part of the changes introduced by
cea7953a5623bd48ce1188ce7db9017f92dc0504 dues to deadlock in syslog and
introduction of cancellation points in kernel for FLAT mode
pkarashchenko commented on code in PR #6320:
URL: https://github.com/apache/incubator-nuttx/pull/6320#discussion_r895222450
##
drivers/syslog/syslog_device.c:
##
@@ -123,63 +120,6 @@ static const uint8_t g_syscrlf[2] =
* Private Functions
pkarashchenko commented on code in PR #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412#discussion_r895222657
##
drivers/sensors/as5048a.c:
##
@@ -0,0 +1,632 @@
+/
+ * drivers/sensors/as504
mlyszczek commented on PR #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413#issuecomment-1153271192
Thanks for the review Petro, and your keen eye:) All issues should be fixed
now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
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 b601420 Publishing web
zouboan commented on code in PR #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412#discussion_r895258486
##
include/nuttx/sensors/as5048a.h:
##
@@ -0,0 +1,146 @@
+/
+ * include/nuttx/sensors
masayuki2009 opened a new pull request, #6415:
URL: https://github.com/apache/incubator-nuttx/pull/6415
## Summary
- I noticed that sometimes uart shows nothing on the maix-bit board.
- This commit adds a workaround to avoid such the issue
## Impact
- k210 only
zouboan commented on code in PR #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412#discussion_r895262207
##
drivers/sensors/as5048a.c:
##
@@ -0,0 +1,632 @@
+/
+ * drivers/sensors/as5048a.c
+
normanr opened a new pull request, #6416:
URL: https://github.com/apache/incubator-nuttx/pull/6416
## Summary
As described at
https://github.com/apache/incubator-nuttx/pull/5496#issuecomment-1094459216,
the cleanup broke `CONFIG_ALLSYMS` for arm, risc-v and xtensa by including the
linke
normanr commented on PR #5750:
URL: https://github.com/apache/incubator-nuttx/pull/5750#issuecomment-1153394170
How did you discover this? Has it been like this ~forever, or was it broken
more recently? (I'm wondering if it needs to be cherrypicked into 10.3.0)
--
This is an automated mes
normanr commented on PR #5750:
URL: https://github.com/apache/incubator-nuttx/pull/5750#issuecomment-1153396887
Also `TCP` calls memset in `tcp_alloc`, instead of `tcp_free`, so it pays
twice to zero the memory if `NET_ALLOC_CONNS` is enabled, so it might be nice
to make `TCP` and `UDP` do
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 e6376c72d7 Fix `CONFIG_ALLSYMS` for
xiaoxiang781216 merged PR #6416:
URL: https://github.com/apache/incubator-nuttx/pull/6416
--
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 merged PR #6415:
URL: https://github.com/apache/incubator-nuttx/pull/6415
--
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 a0ff6f9fa6 arch: k210: Add a workaro
xiaoxiang781216 commented on PR #5750:
URL: https://github.com/apache/incubator-nuttx/pull/5750#issuecomment-1153434010
> Also `TCP` calls memset in `tcp_alloc`, instead of `tcp_free`, so it pays
twice to zero the memory if `NET_ALLOC_CONNS` is enabled, so it might be nice
to make `TCP` and
normanr commented on PR #824:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/824#issuecomment-1153468545
How is the image hash verification supposed to work? The hash to verify the
download against is compiled into the agent example, so how can "the hash for
firmware v2" be known
pkarashchenko commented on code in PR #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413#discussion_r895328006
##
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 stm32w
pkarashchenko commented on code in PR #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412#discussion_r895330017
##
drivers/sensors/as5048a.c:
##
@@ -0,0 +1,632 @@
+/
+ * drivers/sensors/as504
adamkaliszan commented on code in PR #1193:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1193#discussion_r895334882
##
examples/serialblaster/serialblaster_main.c:
##
@@ -84,25 +85,25 @@ int main(int argc, FAR char *argv[])
fd = open(devpath, O_RDWR);
if (fd <
adamkaliszan commented on code in PR #1193:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1193#discussion_r895335109
##
examples/serialblaster/serialblaster_main.c:
##
@@ -59,7 +59,7 @@ int main(int argc, FAR char *argv[])
int ret;
int fd;
FAR char *devpath;
jlaitine commented on PR #1194:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1194#issuecomment-1153485498
Closing in favor of better solution from @xiaoxiang781216
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
jlaitine closed pull request #1194: nshlib/nsh_envcmd.c: Change cmd_unset to
only unset existing env vari…
URL: https://github.com/apache/incubator-nuttx-apps/pull/1194
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
jlaitine commented on code in PR #6025:
URL: https://github.com/apache/incubator-nuttx/pull/6025#discussion_r895342388
##
mm/shm/shm_initialize.c:
##
@@ -69,20 +69,20 @@ struct shm_info_s g_shminfo =
int shm_group_initialize(FAR struct task_group_s *group)
{
- DEBUGASSERT(g
jlaitine commented on PR #6025:
URL: https://github.com/apache/incubator-nuttx/pull/6025#issuecomment-1153495140
Shall I just close this PR? I don't think that there is interest in this,
nor for the shmfs, so no point keeping this hanging around?
--
This is an automated message from t
jlaitine commented on PR #6025:
URL: https://github.com/apache/incubator-nuttx/pull/6025#issuecomment-1153496289
Closing, as
1) the review is already a mess and I can't comprehend any more what to do
with this
2) this has been stale for a long time, and apparently there is no interest
jlaitine closed pull request #6025: Add vm map
URL: https://github.com/apache/incubator-nuttx/pull/6025
--
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:
adamkaliszan opened a new pull request, #6417:
URL: https://github.com/apache/incubator-nuttx/pull/6417
## Summary
BSP for Lilygo T5v2 board (e-paper display with SD card reader).
## Impact
None
## Testing
Yes, on Lilygo T5v2 board.
--
This is an automated message from t
adamkaliszan closed pull request #6417: Ssd1680 bsp esp32
URL: https://github.com/apache/incubator-nuttx/pull/6417
--
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 unsubscrib
adamkaliszan opened a new pull request, #6418:
URL: https://github.com/apache/incubator-nuttx/pull/6418
## Summary
BSP for Lilygo T5v2 board (e-paper display with SD card reader).
## Impact
None
## Testing
Yes, on Lilygo T5v2 board.
--
This is an automated message from t
normanr commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r895359172
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
Isn't this a userspace library? Shouldn't kernel code
zouboan commented on code in PR #6412:
URL: https://github.com/apache/incubator-nuttx/pull/6412#discussion_r895360361
##
drivers/sensors/as5048a.c:
##
@@ -0,0 +1,632 @@
+/
+ * drivers/sensors/as5048a.c
+
XinStellaris commented on code in PR #6154:
URL: https://github.com/apache/incubator-nuttx/pull/6154#discussion_r895374200
##
net/tcp/tcp_conn.c:
##
@@ -49,6 +49,7 @@
#include
#include
#include
+#include
Review Comment:
I had tested arc4random_buf, it generated the e
mlyszczek commented on code in PR #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413#discussion_r895377305
##
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
mlyszczek commented on code in PR #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413#discussion_r895377305
##
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
pkarashchenko commented on code in PR #6413:
URL: https://github.com/apache/incubator-nuttx/pull/6413#discussion_r895379389
##
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 stm32w
46 matches
Mail list logo