Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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 + *

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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__)

(nuttx-apps) 01/02: toywasm: Bump to v42

2024-04-24 Thread xiaoxiang
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

Re: [PR] toywasm: Bump to v42 [nuttx-apps]

2024-04-24 Thread via GitHub
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...

(nuttx-apps) 02/02: toywasm: Regen

2024-04-24 Thread xiaoxiang
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

(nuttx-apps) branch master updated (f243dfda7 -> 29028d480)

2024-04-24 Thread xiaoxiang
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

(nuttx) branch master updated (f4e31a6568 -> dab1621442)

2024-04-24 Thread xiaoxiang
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.

Re: [PR] xtensa/esp32s3: Support ESP32-S3 PM standby and sleep. [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] mm/arch: user-space device mapping support [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] mm/arch: user-space device mapping support [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] arch/riscv: replace atomic operations to AMO [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] arm64/imx9: Add DMA memory allocator [nuttx]

2024-04-24 Thread via GitHub
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

(nuttx) branch master updated (b2659424d5 -> f4e31a6568)

2024-04-24 Thread xiaoxiang
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

Re: [PR] Extend default appdir list. [nuttx]

2024-04-24 Thread via GitHub
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

[PR] arch/riscv: replace atomic operations to AMO [nuttx]

2024-04-24 Thread via GitHub
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

Re: [I] with ESP32 connecting to 6 BLE devices [nuttx]

2024-04-24 Thread via GitHub
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

Re: [I] Question about RISCV cpu_start [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] mm/iob: Support alloc IOB via malloc [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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(_

(nuttx) branch revert-12201-tools deleted (was dd1612c305)

2024-04-24 Thread xiaoxiang
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

Re: [I] Error formatting sdcard [nuttx]

2024-04-24 Thread via GitHub
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

(nuttx-website) branch asf-site updated: Publishing web: ce5ab6cc062dbbe6065b26acd6a7b45062848749 docs: b2659424d59bfe60b58f243588cd69182ebb28a7

2024-04-24 Thread github-bot
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

Re: [PR] Revert "cmake/export: fix kernel mode app building" [nuttx]

2024-04-24 Thread via GitHub
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

(nuttx-apps) branch master updated: build/import: matching nuttx/pull/12201

2024-04-24 Thread masayuki
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

Re: [PR] build/import: matching nuttx side #12201 [nuttx-apps]

2024-04-24 Thread via GitHub
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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__)

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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 + *

Re: [PR] add make export to the ci to check if the archive is correctly exported [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] add make export to the ci to check if the archive is correctly exported [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] lpc17_40 i2c: Fix I2C driver state desynchronization. [nuttx]

2024-04-24 Thread via GitHub
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

(nuttx) branch master updated: lpc17_40 i2c: Fix I2C driver state desynchronization.

2024-04-24 Thread xiaoxiang
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] add make export to the ci to check if the archive is correctly exported [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] arm64/imx9: Add DMA memory allocator [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] arm64/imx9: Add DMA memory allocator [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] x86_64_acpi.c: avoid debug messages in acpi_init() [nuttx]

2024-04-24 Thread via GitHub
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

(nuttx) branch master updated: x86_64_acpi.c: avoid debug messages in acpi_init()

2024-04-24 Thread acassis
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

Re: [PR] Extend default appdir list. [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] arm64/imx9: Add DMA memory allocator [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] Extend default appdir list. [nuttx]

2024-04-24 Thread via GitHub
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

[PR] toywasm: Bump to v42 [nuttx-apps]

2024-04-24 Thread via GitHub
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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}

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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}

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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}

[PR] Extend default appdir list. [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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}

Re: [PR] Revert "cmake/export: fix kernel mode app building" [nuttx]

2024-04-24 Thread via GitHub
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,

Re: [PR] arm64/imx9: Add DMA memory allocator [nuttx]

2024-04-24 Thread via GitHub
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

Re: [I] Error formatting sdcard [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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

[PR] Basic locale support for C++ (libstdc++) [nuttx]

2024-04-24 Thread via GitHub
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

[PR] imx9_clockconfig: Add way to change and ask for PLL frequency [nuttx]

2024-04-24 Thread via GitHub
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

[PR] build/import: matching nuttx/pull/12201 [nuttx-apps]

2024-04-24 Thread via GitHub
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

Re: [PR] arm64/imx9: Add DMA memory allocator [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] arm64/imx9: Add DMA memory allocator [nuttx]

2024-04-24 Thread via GitHub
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

Re: [PR] cmake/export: fix kernel mode app building [nuttx]

2024-04-24 Thread via GitHub
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

[PR] lpc17_40 i2c: Fix I2C driver state desynchronization. [nuttx]

2024-04-24 Thread via GitHub
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

(nuttx) branch revert-12201-tools created (now dd1612c305)

2024-04-24 Thread masayuki
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

[PR] Revert "cmake/export: fix kernel mode app building" [nuttx]

2024-04-24 Thread via GitHub
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,

[PR] x86_64_acpi.c: avoid debug messages in acpi_init() [nuttx]

2024-04-24 Thread via GitHub
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

(nuttx) 01/01: Revert "tools/export: fix names for app linker script and program entry."

2024-04-24 Thread masayuki
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

(nuttx) branch master updated: procfs/meminfo: fit line width in 80 chars

2024-04-24 Thread xiaoxiang
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

Re: [PR] procfs/meminfo: fit line width in 80 chars [nuttx]

2024-04-24 Thread via GitHub
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