This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from ab5f46d stm32h7:Add DBGMCU
add 8d0fd40 Remove the empty xxx_initialize functions
No new revisio
Ouss4 merged pull request #2948:
URL: https://github.com/apache/incubator-nuttx/pull/2948
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 commented on a change in pull request #2943:
URL: https://github.com/apache/incubator-nuttx/pull/2943#discussion_r586213160
##
File path: arch/arm/src/stm32f7/stm32_lse.c
##
@@ -100,27 +118,55 @@ void stm32_rcc_enablelse(void)
regval |= RCC_BDCR_LSEON;
#ifde
juniskane commented on a change in pull request #2943:
URL: https://github.com/apache/incubator-nuttx/pull/2943#discussion_r586213818
##
File path: arch/arm/src/stm32f7/Kconfig
##
@@ -2582,10 +2582,24 @@ endchoice #"RTC clock source"
if STM32F7_RTC_LSECLOCK
+config STM32F7
juniskane commented on pull request #2943:
URL: https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789541296
Please revert, this silently breaks existing configs. David you just need a
HW engineer to select your crystal properly and then just put the correct
strength settings
juniskane edited a comment on pull request #2943:
URL: https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789541296
Please revert, this silently breaks existing configs. David you just need a
HW engineer to select your crystal properly and then put the correct strength
settin
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 681da55 netutils/thttpd: fix c
xiaoxiang781216 merged pull request #606:
URL: https://github.com/apache/incubator-nuttx-apps/pull/606
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
acassis merged pull request #2952:
URL: https://github.com/apache/incubator-nuttx/pull/2952
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
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 8d0fd40 Remove the empty xxx_initialize functions
add 60b1846 arm/rp2040: Add rp2040_gpio_set_pulls(
xiaoxiang781216 commented on a change in pull request #2954:
URL: https://github.com/apache/incubator-nuttx/pull/2954#discussion_r586393187
##
File path: include/stdio.h
##
@@ -72,15 +72,15 @@
# define CONFIG_LIBC_TMPDIR "/tmp"
#endif
-#define P_tmpdir CONFIG_LIBC_TMPDIR
xiaoxiang781216 commented on a change in pull request #2954:
URL: https://github.com/apache/incubator-nuttx/pull/2954#discussion_r586394027
##
File path: include/stdio.h
##
@@ -72,15 +72,15 @@
# define CONFIG_LIBC_TMPDIR "/tmp"
#endif
-#define P_tmpdir CONFIG_LIBC_TMPDIR
patacongo commented on pull request #2958:
URL: https://github.com/apache/incubator-nuttx/pull/2958#issuecomment-789699044
I am confused. The functions that you added references to tg_task to are
conditioned on:
```
#ifndef CONFIG_DISABLE_PTHREAD
info.si_pid
patacongo edited a comment on pull request #2958:
URL: https://github.com/apache/incubator-nuttx/pull/2958#issuecomment-789699044
I am confused. The functions that you added references to tg_task to are
conditioned on:
```
#ifndef CONFIG_DISABLE_PTHREAD
info.si_pid
jerpelea commented on a change in pull request #2954:
URL: https://github.com/apache/incubator-nuttx/pull/2954#discussion_r586403087
##
File path: include/stdio.h
##
@@ -72,15 +72,15 @@
# define CONFIG_LIBC_TMPDIR "/tmp"
#endif
-#define P_tmpdir CONFIG_LIBC_TMPDIR
+#defi
davids5 commented on pull request #2943:
URL: https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789734279
@juniskane You can turn off the auto if you want to.
If the index that documented do not match the CONFIG that part can be
reverted. and you can use the CONFIG i
juniskane commented on pull request #2943:
URL: https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789754798
Yes the static part needs to be corrected/reverted as it silently breaks
existing configs and contradicts Kconfig help:
```
config STM32F7_RTC_LSECLOCK_START_DRV_
Ouss4 opened a new pull request #2965:
URL: https://github.com/apache/incubator-nuttx/pull/2965
## Summary
Adds more flash options to `esptool` for both ESP32 and ESP32-C3.
## Impact
None on any other chips.
## Testing
Building and flashing ESP32 and ESP32-C3 boards.
Autode
Ouss4 merged pull request #2960:
URL: https://github.com/apache/incubator-nuttx/pull/2960
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
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 81d917f boards/raspberrypi-pico: Add new config ssd1306
new a27fe37 signal/sig_kill.c: remove th
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
commit f9d20ea4d2c5e5e6f173ddacbab08b6e252af79f
Author: ligd
AuthorDate: Wed Jan 20 21:26:28 2021 +0800
sigd
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
commit a27fe3712090a67ef4275a82ea0c60d8fdd50c61
Author: ligd
AuthorDate: Wed Jan 20 22:03:59 2021 +0800
sign
hartmannathan opened a new pull request #2966:
URL: https://github.com/apache/incubator-nuttx/pull/2966
## Summary
Fix nxstyle errors in the following files:
- arch/arm/src/stm32/hardware/stm32_dma2d.h
- arch/arm/src/stm32/hardware/stm32_ltdc.h
- arch/arm/src/stm32/stm32_
davids5 opened a new pull request #2967:
URL: https://github.com/apache/incubator-nuttx/pull/2967
## Summary
See
https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789754798 as
reported by @juniskane
## Impact
This uses the values directly from the Kconfig f
davids5 commented on pull request #2967:
URL: https://github.com/apache/incubator-nuttx/pull/2967#issuecomment-789880581
@juniskane for the H7, my approach would be to change the Kconfig. As the
version of Silicon changes the Values. This would be a breaking change but the
version of sili
davids5 edited a comment on pull request #2967:
URL: https://github.com/apache/incubator-nuttx/pull/2967#issuecomment-789880581
@juniskane for the H7, my approach would be to change the Kconfig. As the
version of Silicon changes the Values. This would be a breaking change but the
version
gustavonihei opened a new pull request #2968:
URL: https://github.com/apache/incubator-nuttx/pull/2968
## Summary
Current default pin for I2C SCL is not available for mapping with IOMUX
peripheral.
## Impact
No impact to existing configuration.
## Testing
Custom `es
gustavonihei commented on a change in pull request #2957:
URL: https://github.com/apache/incubator-nuttx/pull/2957#discussion_r586627358
##
File path: fs/mqueue/Kconfig
##
@@ -11,4 +11,10 @@ config FS_MQUEUE_MPATH
---help---
The path to where POSIX messa
davids5 opened a new pull request #2969:
URL: https://github.com/apache/incubator-nuttx/pull/2969
## Summary
See
https://github.com/apache/incubator-nuttx/pull/2943#issuecomment-789754798 as
reported by @juniskane
## Impact
The values selected for static have to be qualif
davids5 commented on pull request #2967:
URL: https://github.com/apache/incubator-nuttx/pull/2967#issuecomment-789911088
> @juniskane for the H7, my approach would be to change the Kconfig. As the
version of Silicon changes the Values. This would be a breaking change but the
version of sil
michi-jung opened a new pull request #2970:
URL: https://github.com/apache/incubator-nuttx/pull/2970
## Summary
This is still work in progress. Feedback on what remains to be done to get
this upstream is welcome. Please do not merge yet.
This is my current state of work on get
acassis opened a new pull request #2971:
URL: https://github.com/apache/incubator-nuttx/pull/2971
## Summary
Add board config to support MCP2515
## Impact
Only ESP32-Devkit
## Testing
ESP32-Devkit
This is an au
gustavonihei opened a new pull request #2972:
URL: https://github.com/apache/incubator-nuttx/pull/2972
## Summary
This PR intends to address two issue on the GPIO driver for ESP32-C3:
- Allow a pin to be configured as Input and Output simultaneously
- Fix default GPIO function when
Ouss4 commented on a change in pull request #2971:
URL: https://github.com/apache/incubator-nuttx/pull/2971#discussion_r586766988
##
File path: boards/xtensa/esp32/esp32-devkitc/src/esp32_mcp2515.c
##
@@ -0,0 +1,250 @@
+/*
davids5 merged pull request #2942:
URL: https://github.com/apache/incubator-nuttx/pull/2942
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
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 0aa78ccc814bacc4e7167329433d878e906ceab0
Author: Xiang Xiao
AuthorDate: Mon Mar 1 23:02:18 2021 +0800
mtd
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit c8d4a4c76a424ffb1115ad0dc669a8d8a9ca82f4
Author: Xiang Xiao
AuthorDate: Mon Mar 1 22:59:14 2021 +0800
mtd
This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from f9d20ea sigdeliver: fix system block when kill signal to idle in SMP
new 0aa78cc mtd/progmem: Let MT
acassis commented on a change in pull request #2971:
URL: https://github.com/apache/incubator-nuttx/pull/2971#discussion_r586833257
##
File path: boards/xtensa/esp32/esp32-devkitc/src/esp32_mcp2515.c
##
@@ -0,0 +1,250 @@
+/***
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 d4a0c07 Publishing web
yamt commented on a change in pull request #2965:
URL: https://github.com/apache/incubator-nuttx/pull/2965#discussion_r586964104
##
File path: arch/xtensa/src/esp32/Kconfig
##
@@ -130,6 +136,39 @@ config ESP32_ESP32DXWDXX
default n
select ESP32_DUAL_CPU
+choic
xiaoxiang781216 merged pull request #2965:
URL: https://github.com/apache/incubator-nuttx/pull/2965
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 c8d4a4c mtd/progmem: Add up_progmem_read callback guarded by
ARCH_HAVE_PROGMEM_READ
new 77302f9 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 77302f9d3a019e0f1be9ff89a5560c7b4f328ca5
Author: Abdelatif Guettouche
AuthorDate: Mon Mar 1 14:03:50 2021 +0
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 85620c3c1ae743c606fc34e405832ec052f1d5ea
Author: Abdelatif Guettouche
AuthorDate: Mon Mar 1 14:54:16 2021 +0
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 bc335009d9653f300ac8c1228088052d5c25a6ac
Author: Gustavo Henrique Nihei
AuthorDate: Tue Mar 2 11:08:32 2021
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 85620c3 risc-v/esp32c3: Add more flash options to esptool.
new bc33500 risc-v/esp32c3: Allow pin t
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 b1b41908020ccea3a0a077d26bb896a5ce9ba601
Author: Gustavo Henrique Nihei
AuthorDate: Tue Mar 2 11:11:49 2021
xiaoxiang781216 merged pull request #2972:
URL: https://github.com/apache/incubator-nuttx/pull/2972
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 merged pull request #2966:
URL: https://github.com/apache/incubator-nuttx/pull/2966
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 b1b4190 risc-v/esp32c3: Fix default GPIO function when no option is
provided
add 3ac6105 arch/stm
xiaoxiang781216 merged pull request #2954:
URL: https://github.com/apache/incubator-nuttx/pull/2954
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
commit 796ef13b20187fa7b90cfa34c302f0fce46b95a5
Author: Alin Jerpelea
AuthorDate: Wed Mar 3 14:50:27 2021 +0100
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 3ac6105 arch/stm32, arch/stm32f7: Fix nxstyle errors
new b5d4a01 libs: Author Gregory Nutt: update
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 d6b50a1d3f97554fcec380900be9a8dd7a63a05e
Author: Alin Jerpelea
AuthorDate: Tue Mar 2 14:33:27 2021 +0100
xiaoxiang781216 merged pull request #2968:
URL: https://github.com/apache/incubator-nuttx/pull/2968
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 5e9e2be xtensa/esp32: Change I2C SC
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 5e9e2be xtensa/esp32: Change I2C SCL default pin to a valid one
add 4d5a964 net: unify socket into
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 3c0354a net/socket: delete config CONFIG_NSOCKET_DESCRIPTORS
add f423403 stm32_wwdg debug log form
xiaoxiang781216 merged pull request #2899:
URL: https://github.com/apache/incubator-nuttx/pull/2899
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 d009074 sim/up_uart.c: fix losting
xiaoxiang781216 merged pull request #2951:
URL: https://github.com/apache/incubator-nuttx/pull/2951
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 closed issue #2833:
URL: https://github.com/apache/incubator-nuttx/issues/2833
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
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 0d24582 syslog_rpmsg: fix system cr
xiaoxiang781216 merged pull request #2962:
URL: https://github.com/apache/incubator-nuttx/pull/2962
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 merged pull request #2961:
URL: https://github.com/apache/incubator-nuttx/pull/2961
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 #2970:
URL: https://github.com/apache/incubator-nuttx/pull/2970#issuecomment-790254426
@michi-jung, I am very interested in your security work.
Do you have plan to implement some IPC inside NuttX to interact with the
security world? and what secu
xiaoxiang781216 commented on a change in pull request #604:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/604#discussion_r587051618
##
File path: nshlib/nsh_codeccmd.c
##
@@ -443,8 +443,8 @@ static int cmd_codecs_proc(FAR struct nsh_vtbl_s *vtbl, int
argc,
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch revert-2938-lib_filesem
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
at d6f350a Revert "libs: misc: Remove critical section in lib_filesem.c
for SMP"
This bra
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch revert-2938-lib_filesem
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit d6f350ae23e0436435902cf777302ad5240e848f
Author: Masayuki Ishikawa
AuthorDate: Thu Mar 4 13:
masayuki2009 opened a new pull request #2973:
URL: https://github.com/apache/incubator-nuttx/pull/2973
## Summary
- I noticed that nxplayer with sprensense:rndis_smp is unstable, though
spresense:wifi_smp seems stable.
- So let me revert #2938 until I find the root cause
#
GUIDINGLI commented on pull request #2958:
URL: https://github.com/apache/incubator-nuttx/pull/2958#issuecomment-790279266
Now my ENV is:
CONFIG_DISABLE_PTHREAD not define
CONFIG_SCHED_CHILD_STATUS=y
CONFIG_SCHED_HAVE_PARENT=y
actually CONFIG_SCHED_CHILD_STATUS depends on
btashton commented on pull request #2970:
URL: https://github.com/apache/incubator-nuttx/pull/2970#issuecomment-790290331
I'm also very interested. I had started messing with a PoC where I had TF-M
running on the secure side and had a thin shim driver that exposed the PSA
Crypto API via a
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 89e6fb9 apps/md5: fix md5 resu
xiaoxiang781216 merged pull request #604:
URL: https://github.com/apache/incubator-nuttx-apps/pull/604
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
michi-jung commented on pull request #2970:
URL: https://github.com/apache/incubator-nuttx/pull/2970#issuecomment-790331535
On the secure side I am running STMicroelectronic's port of
[TrustedFirmware-M](https://www.trustedfirmware.org/projects/tf-m/) to STM32L5,
which is provided as part
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 0d24582 syslog_rpmsg: fix system crash when open
CONFIG_SCHED_HAVE_PARENT
add d412819 Revert "lib
xiaoxiang781216 merged pull request #2973:
URL: https://github.com/apache/incubator-nuttx/pull/2973
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
masayuki2009 commented on pull request #2899:
URL: https://github.com/apache/incubator-nuttx/pull/2899#issuecomment-790352688
@Donny9 @xiaoxiang781216
Hmmm, it seems that the telnetd does not work after this change.
You can try lm3s6965-ek:discover with qemu.
```
nsh> re
masayuki2009 edited a comment on pull request #2899:
URL: https://github.com/apache/incubator-nuttx/pull/2899#issuecomment-790352688
@Donny9 @xiaoxiang781216
Hmmm, it seems that the telnetd does not work after this change.
You can try lm3s6965-ek:discover with qemu.
```
masayuki2009 commented on pull request #2899:
URL: https://github.com/apache/incubator-nuttx/pull/2899#issuecomment-790369468
@xiaoxiang781216 @Donny9
I think we should revert this PR until the above issue is fixed.
--
juniskane commented on pull request #2967:
URL: https://github.com/apache/incubator-nuttx/pull/2967#issuecomment-790383842
This F7 commit looks ok, thanks for fixing this. I commented about H7
separately at #2969
This is an
juniskane commented on pull request #2969:
URL: https://github.com/apache/incubator-nuttx/pull/2969#issuecomment-790385583
I agree with your reasoning David. Commit looks ok. Best to use
monotonically rising ordinal values for H7 here, as it is the ST's silicon
designer who introduced this
83 matches
Mail list logo