leducp commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578913294
##
libs/libc/ctype/lib_locale.c:
##
@@ -0,0 +1,122 @@
+/
+ * libs/libc/ctype/lib_locale.c
+ *
leducp commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578915329
##
include/ctype.h:
##
@@ -397,6 +397,23 @@ int tolower(int c);
int tolower_l(int c, locale_t locale);
#endif
+#if defined(__LIBCXXTOOLCHAIN__) && defined(__GNUC__)
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/nuttx-apps.git
commit f6f996d1f37a52cf923ba62eef28a79ac34600ae
Author: YAMAMOTO Takashi
AuthorDate: Thu Apr 25 00:38:08 2024 +0900
xiaoxiang781216 merged PR #2368:
URL: https://github.com/apache/nuttx-apps/pull/2368
--
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.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 29028d480be0942795b4c73c17163abecd47f02a
Author: YAMAMOTO Takashi
AuthorDate: Thu Apr 25 00:38:19 2024 +0900
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/nuttx-apps.git
from f243dfda7 build/import: matching nuttx/pull/12201
new f6f996d1f toywasm: Bump to v42
new 29028d480 to
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/nuttx.git
from f4e31a6568 Extend default appdir list.
add ea5583b112 xtensa/esp32s3: Support ESP32-S3 PM standby and sleep.
xiaoxiang781216 merged PR #1:
URL: https://github.com/apache/nuttx/pull/1
--
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...@nu
xiaoxiang781216 commented on code in PR #12041:
URL: https://github.com/apache/nuttx/pull/12041#discussion_r1578897707
##
include/nuttx/addrenv.h:
##
@@ -190,9 +190,8 @@
#define CONFIG_ARCH_SHM_NPAGES 1
# endif
-# define ARCH_SHM_MAXPAGES (CONFIG_ARCH_SHM_NPAGES *
C
xiaoxiang781216 commented on code in PR #12041:
URL: https://github.com/apache/nuttx/pull/12041#discussion_r1578859521
##
mm/Kconfig:
##
@@ -194,6 +194,15 @@ config MM_SHM
Build in support for the shared memory interfaces shmget(),
shmat(),
shmct
masayuki2009 commented on PR #12232:
URL: https://github.com/apache/nuttx/pull/12232#issuecomment-2076368838
@anchao
I will try this PR later today.
--
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 commented on code in PR #12228:
URL: https://github.com/apache/nuttx/pull/12228#discussion_r1578852682
##
arch/arm64/src/imx9/imx9_lpspi.c:
##
@@ -1338,6 +1341,17 @@ static void imx9_lpspi_exchange(struct spi_dev_s *dev,
return;
}
+ /* Check if the
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/nuttx.git
from b2659424d5 lpc17_40 i2c: Fix I2C driver state desynchronization.
add f4e31a6568 Extend default appdir list.
No
xiaoxiang781216 merged PR #12231:
URL: https://github.com/apache/nuttx/pull/12231
--
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...@nu
anchao opened a new pull request, #12232:
URL: https://github.com/apache/nuttx/pull/12232
## Summary
arch/riscv: replace atomic operations to AMO
RISC-V provided fetch-and-op style atomic primitives as they scale to highly
parallel systems better than LR/SC or CAS. A si
WJ-JAY commented on issue #12223:
URL: https://github.com/apache/nuttx/issues/12223#issuecomment-2076255615
@acassis I can try later, but connecting 6 BLEs is our top priority. We
are eager to solve this issue, and we would greatly appreciate it if we
succeed. In the future, we would lik
inochisa commented on issue #11930:
URL: https://github.com/apache/nuttx/issues/11930#issuecomment-2076240777
> Hi, I had found
[this](https://github.com/riscv-software-src/riscv-pk/blob/master/machine/mentry.S#L306-L321)
peace of code in riscv-pk. I think this would help us here. The loop
anchao commented on code in PR #12224:
URL: https://github.com/apache/nuttx/pull/12224#discussion_r1578763584
##
mm/iob/iob_alloc.c:
##
@@ -329,3 +349,89 @@ FAR struct iob_s *iob_tryalloc(bool throttled)
spin_unlock_irqrestore(&g_iob_lock, flags);
return NULL;
}
+
+#ifdef
xiaoxiang781216 commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578764091
##
include/ctype.h:
##
@@ -397,6 +397,23 @@ int tolower(int c);
int tolower_l(int c, locale_t locale);
#endif
+#if defined(__LIBCXXTOOLCHAIN__) && defined(_
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch revert-12201-tools
in repository https://gitbox.apache.org/repos/asf/nuttx.git
was dd1612c305 Revert "tools/export: fix names for app linker script and
program entry."
The revisions tha
JorgeGzm commented on issue #12218:
URL: https://github.com/apache/nuttx/issues/12218#issuecomment-2076140460
I verified that the error occurs because the stm32_dmapreflight function
checks whether the buffer used by IDMA is allocated in RAM4
```c
#if defined(CONFIG_STM32H7_SDMMC_I
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/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b0b8eaacd Publishing web: ce5ab6c
masayuki2009 closed pull request #12226: Revert "cmake/export: fix kernel mode
app building"
URL: https://github.com/apache/nuttx/pull/12226
--
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 speci
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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new f243dfda7 build/import: matching nuttx/pul
masayuki2009 merged PR #2367:
URL: https://github.com/apache/nuttx-apps/pull/2367
--
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...@nu
leducp commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578424905
##
include/ctype.h:
##
@@ -397,6 +397,23 @@ int tolower(int c);
int tolower_l(int c, locale_t locale);
#endif
+#if defined(__LIBCXXTOOLCHAIN__) && defined(__GNUC__)
leducp commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578423148
##
libs/libc/ctype/lib_locale.c:
##
@@ -0,0 +1,122 @@
+/
+ * libs/libc/ctype/lib_locale.c
+ *
trns1997 commented on PR #10534:
URL: https://github.com/apache/nuttx/pull/10534#issuecomment-2075648640
> @trns1997 are you planing to adding a new PR about this matter?
>
> I think it is a good idea to check if "make export" is working, but we
need some way to confirm that exported
acassis commented on PR #10534:
URL: https://github.com/apache/nuttx/pull/10534#issuecomment-2075485084
@trns1997 are you planing to adding a new PR about this matter?
I think it is a good idea to check if "make export" is working, but we need
some way to confirm that exported file is
xiaoxiang781216 merged PR #12227:
URL: https://github.com/apache/nuttx/pull/12227
--
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...@nu
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new b2659424d5 lpc17_40 i2c: Fix I2C driver state
xiaoxiang781216 commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578256858
##
libs/libc/ctype/lib_locale.c:
##
@@ -0,0 +1,122 @@
+/
+ * libs/libc/ctype/lib_loc
trns1997 commented on PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#issuecomment-2075443838
> > > @leducp this might potentially close this issue: #11227 , i'll try on
a board and then we can update the summary to close this issue :)
> >
> >
> > Mmm it solves the prob
trns1997 commented on PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#issuecomment-2075388419
> > @leducp this might potentially close this issue: #11227 , i'll try on a
board and then we can update the summary to close this issue :)
>
> Mmm it solves the problem but not wi
trns1997 closed pull request #10534: add make export to the ci to check if the
archive is correctly exported
URL: https://github.com/apache/nuttx/pull/10534
--
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
leducp commented on PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#issuecomment-2075381479
> @leducp this might potentially close this issue: #11227 , i'll try on a
board and then we can update the summary to close this issue :)
Mmm it solves the problem but not with LLVM
pussuw commented on code in PR #12228:
URL: https://github.com/apache/nuttx/pull/12228#discussion_r1578153280
##
arch/arm64/src/imx9/imx9_lpspi.c:
##
@@ -1338,6 +1341,17 @@ static void imx9_lpspi_exchange(struct spi_dev_s *dev,
return;
}
+ /* Check if the transfer
simbit18 commented on PR #12228:
URL: https://github.com/apache/nuttx/pull/12228#issuecomment-2075303281
@acassis https://www.githubstatus.com/
https://github.com/microsoft/linux-package-repositories/issues/130#issuecomment-2074910628
--
This is an automated message from the Apach
acassis merged PR #12225:
URL: https://github.com/apache/nuttx/pull/12225
--
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...@nuttx.apac
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 9a6fa489d8 x86_64_acpi.c: avoid debug messages i
cederom commented on code in PR #12231:
URL: https://github.com/apache/nuttx/pull/12231#discussion_r1578130041
##
tools/configure.sh:
##
@@ -277,6 +277,10 @@ if [ -z "${appdir}" ]; then
if [ -d "${TOPDIR}/../apps" ]; then
appdir="../apps"
+ elif [ -d "${TOPDIR}/../nut
acassis commented on PR #12228:
URL: https://github.com/apache/nuttx/pull/12228#issuecomment-2075268089
@xiaoxiang781216 is there some way to fix it:
```
E: Failed to fetch
https://packages.microsoft.com/ubuntu/22.04/prod/dists/jammy/InRelease
Clearsigned file isn't valid, got 'N
acassis commented on code in PR #12231:
URL: https://github.com/apache/nuttx/pull/12231#discussion_r1578120018
##
tools/configure.sh:
##
@@ -277,6 +277,10 @@ if [ -z "${appdir}" ]; then
if [ -d "${TOPDIR}/../apps" ]; then
appdir="../apps"
+ elif [ -d "${TOPDIR}/../nut
yamt opened a new pull request, #2368:
URL: https://github.com/apache/nuttx-apps/pull/2368
## Summary
toywasm: Bump to v42
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
leducp commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578101520
##
arch/arm/src/cmake/Toolchain.cmake:
##
@@ -188,7 +188,8 @@ set(ARCHCFLAGS "-Wstrict-prototypes")
if(NOT CONFIG_LIBCXXTOOLCHAIN)
set(ARCHCXXFLAGS "${ARCHCXXFLAGS}
leducp commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578101520
##
arch/arm/src/cmake/Toolchain.cmake:
##
@@ -188,7 +188,8 @@ set(ARCHCFLAGS "-Wstrict-prototypes")
if(NOT CONFIG_LIBCXXTOOLCHAIN)
set(ARCHCXXFLAGS "${ARCHCXXFLAGS}
leducp commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578101520
##
arch/arm/src/cmake/Toolchain.cmake:
##
@@ -188,7 +188,8 @@ set(ARCHCFLAGS "-Wstrict-prototypes")
if(NOT CONFIG_LIBCXXTOOLCHAIN)
set(ARCHCXXFLAGS "${ARCHCXXFLAGS}
cederom opened a new pull request, #12231:
URL: https://github.com/apache/nuttx/pull/12231
* Extends tools/configure.sh default appdir search paths.
* Search for apps in ../nuttx-apps and ../nuttx-apps.git locations.
* This allows -a parameter skip when nuttx-apps or nuttx-apps.git is u
acassis commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578086024
##
arch/arm/src/cmake/Toolchain.cmake:
##
@@ -188,7 +188,8 @@ set(ARCHCFLAGS "-Wstrict-prototypes")
if(NOT CONFIG_LIBCXXTOOLCHAIN)
set(ARCHCXXFLAGS "${ARCHCXXFLAGS}
xiaoxiang781216 commented on PR #12226:
URL: https://github.com/apache/nuttx/pull/12226#issuecomment-2075212223
@masayuki2009 could you try https://github.com/apache/nuttx-apps/pull/2367
works for you?
--
This is an automated message from the Apache Git Service.
To respond to the message,
xiaoxiang781216 commented on code in PR #12228:
URL: https://github.com/apache/nuttx/pull/12228#discussion_r1578080855
##
arch/arm64/src/imx9/imx9_lpspi.c:
##
@@ -1338,6 +1341,17 @@ static void imx9_lpspi_exchange(struct spi_dev_s *dev,
return;
}
+ /* Check if the
acassis commented on issue #12218:
URL: https://github.com/apache/nuttx/issues/12218#issuecomment-2075207679
I saw @davids5 replied you in Discord channel. I'll post his comment here
for future reference:
"See 'invalid IDMA address buffer:0x380026e8 end:0x380028e7' The buffer used
by mkf
nicolas71640 commented on code in PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#discussion_r1578071896
##
boards/arm/xmc4/xmc4800-relax/configs/nsh/defconfig:
##
Review Comment:
To revert to nsh defconfig
--
This is an automated message from the Apache Git
leducp commented on PR #12230:
URL: https://github.com/apache/nuttx/pull/12230#issuecomment-2075169830
ping @trns1997 @nicolas71640
--
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 c
leducp opened a new pull request, #12230:
URL: https://github.com/apache/nuttx/pull/12230
## Summary
In order to build C++ stream with GCC libstdc++, a basic locale support is
required. This PR add the support for it but in a private manner for now on
(standard C locale functions are not
pussuw opened a new pull request, #12229:
URL: https://github.com/apache/nuttx/pull/12229
## Summary
This set of patches adds two things for iMX9:
- A way to set PLL frequencies
- A way to query PLL frequencies
The frequencies should be set during bootup, it is the responsibil
yf13 opened a new pull request, #2367:
URL: https://github.com/apache/nuttx-apps/pull/2367
## Summary
This matches the entry name change in nuttx/pull/12201.
## Impact
kernel mode app building with `make import`
## Testing
`rv-virt/knsh64` and CI checks
--
Th
pussuw commented on code in PR #12228:
URL: https://github.com/apache/nuttx/pull/12228#discussion_r1577758558
##
arch/arm64/src/imx9/imx9_lpspi.c:
##
@@ -1338,6 +1341,17 @@ static void imx9_lpspi_exchange(struct spi_dev_s *dev,
return;
}
+ /* Check if the transfer
xiaoxiang781216 commented on code in PR #12228:
URL: https://github.com/apache/nuttx/pull/12228#discussion_r1577752032
##
arch/arm64/src/imx9/imx9_lpspi.c:
##
@@ -1338,6 +1341,17 @@ static void imx9_lpspi_exchange(struct spi_dev_s *dev,
return;
}
+ /* Check if the
yf13 commented on PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#issuecomment-2074754501
@masayuki2009 I was using `rv-virt/knsh64`. let me check again here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
fjpanag opened a new pull request, #12227:
URL: https://github.com/apache/nuttx/pull/12227
## Summary
Fixes a potential state machine desynchronization in the I2C driver of
LPC17xx & LPC40xx.
When the I2C driver needs to transmit a new message,
[lpc17_40_i2c_start](https://git
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch revert-12201-tools
in repository https://gitbox.apache.org/repos/asf/nuttx.git
at dd1612c305 Revert "tools/export: fix names for app linker script and
program entry."
This branch includ
masayuki2009 opened a new pull request, #12226:
URL: https://github.com/apache/nuttx/pull/12226
Reverts apache/nuttx#12201
Since rv-virt:knsh32, rv-virt:knsh64 and sabre-6quad:knsh crash on boot.
--
This is an automated message from the Apache Git Service.
To respond to the message,
szafonimateusz-mi opened a new pull request, #12225:
URL: https://github.com/apache/nuttx/pull/12225
## Summary
- x86_64_acpi.c: avoid debug messages in acpi_init()
acpi_init() must be called early during boot, some system components may be
unavailable at this stage, so debug messages
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch revert-12201-tools
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit dd1612c30599199f20ab3807c7049c2d32111245
Author: Masayuki Ishikawa
AuthorDate: Wed Apr 24 18:44:05 2024 +09
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 49fbc262d0 procfs/meminfo: fit line width in 8
xiaoxiang781216 merged PR #12219:
URL: https://github.com/apache/nuttx/pull/12219
--
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...@nu
67 matches
Mail list logo