[GitHub] [nuttx-apps] pussuw commented on a diff in pull request #1693: system/composite_main.c: Hide fprintf behind macro to handle FILE_STR…

2023-03-31 Thread via GitHub
pussuw commented on code in PR #1693: URL: https://github.com/apache/nuttx-apps/pull/1693#discussion_r1154093922 ## system/composite/composite_main.c: ## @@ -55,6 +55,12 @@ # endif #endif +#ifdef CONFIG_FILE_STREAM +# define printerr(fmt, ...) fprintf(stderr, (fmt), ##__VA

[GitHub] [nuttx] pkarashchenko commented on pull request #8862: syscall/libc: add more syscall/libc symbols into csv file

2023-03-31 Thread via GitHub
pkarashchenko commented on PR #8862: URL: https://github.com/apache/nuttx/pull/8862#issuecomment-1491475420 @masayuki2009 could you please take a look? -- 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 g

[GitHub] [nuttx] tmedicci commented on pull request #8926: xtensa/sigdeliver: fix signal deliver when task is running on ther CPU

2023-03-31 Thread via GitHub
tmedicci commented on PR #8926: URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1491633430 > @tmedicci > > > Please note that I'm testing with alarm's patch applied (without usleep). > > Yes, I confirmed that I applied the alarm's patch. > > > The alarm exampl

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1693: system/composite_main.c: Hide fprintf behind macro to handle FILE_STR…

2023-03-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #1693: URL: https://github.com/apache/nuttx-apps/pull/1693#discussion_r1154278455 ## system/composite/composite_main.c: ## @@ -55,6 +55,12 @@ # endif #endif +#ifdef CONFIG_FILE_STREAM +# define printerr(fmt, ...) fprintf(stderr, (fmt

[GitHub] [nuttx] tmedicci commented on pull request #8926: xtensa/sigdeliver: fix signal deliver when task is running on ther CPU

2023-03-31 Thread via GitHub
tmedicci commented on PR #8926: URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1491691864 Hi @masayuki2009 , Indeed, using the `xtensa-esp32-elf-gcc (crosstool-NG esp-2021r2-patch5) 8.4.0`, the signal is not delivered properly. Tested with QEMU and ESP32-DevKitC-v4.

[GitHub] [nuttx] pkarashchenko commented on pull request #8926: xtensa/sigdeliver: fix signal deliver when task is running on ther CPU

2023-03-31 Thread via GitHub
pkarashchenko commented on PR #8926: URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1491732722 Do we know what is the difference in generated assembly on `8.4.0` vs `12.2.0`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nuttx-apps] Gary-Hobson opened a new pull request, #1695: Enhance trace_dump

2023-03-31 Thread via GitHub
Gary-Hobson opened a new pull request, #1695: URL: https://github.com/apache/nuttx-apps/pull/1695 ## Summary 1: Enhance Android formatted output of NOTE_STRING 2: add INSTRUMENTATION_CSECTION/PREEMPTION support ## Impact ## Testing -- This is an automated messag

[GitHub] [nuttx] davids5 commented on a diff in pull request #8922: eMMC driver support

2023-03-31 Thread via GitHub
davids5 commented on code in PR #8922: URL: https://github.com/apache/nuttx/pull/8922#discussion_r1154397031 ## drivers/mmcsd/mmcsd_sdio.c: ## @@ -3722,24 +3836,29 @@ static int mmcsd_probe(FAR struct mmcsd_state_s *priv) /* Bit 1: SD version 1.x */

[nuttx] branch master updated (478f2f3d5f -> 3c58f5db2b)

2023-03-31 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 478f2f3d5f rndis: move private definitions from a public header to the source file add 3c58f5db2b syscall/libc:

[GitHub] [nuttx] masayuki2009 merged pull request #8862: syscall/libc: add more syscall/libc symbols into csv file

2023-03-31 Thread via GitHub
masayuki2009 merged PR #8862: URL: https://github.com/apache/nuttx/pull/8862 -- 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.a

[GitHub] [nuttx] gustavonihei opened a new pull request, #8931: Feature/espressif reset

2023-03-31 Thread via GitHub
gustavonihei opened a new pull request, #8931: URL: https://github.com/apache/nuttx/pull/8931 ## Summary This PR intends to implement the System Reset interfaces for the currently supported Espressif RISC-V based chips: - **ESP32-C3** - **ESP32-C6** - **ESP32-H2** ## I

[GitHub] [nuttx] gustavonihei opened a new pull request, #8932: risc-v/espressif: Add Hardware RNG support

2023-03-31 Thread via GitHub
gustavonihei opened a new pull request, #8932: URL: https://github.com/apache/nuttx/pull/8932 ## Summary This PR intends to add support for enabling the random number generation via `/dev/random` and `/dev/urandom` for the currently supported Espressif RISC-V based chips: - **ESP3

[GitHub] [nuttx] acassis commented on pull request #8926: xtensa/sigdeliver: fix signal deliver when task is running on ther CPU

2023-03-31 Thread via GitHub
acassis commented on PR #8926: URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1491998648 I tested the above modification after updating to arm-none-eabi-gcc 12.2.1 and now the event is happening even removing the delay in the alarm_main.c: ``` NuttShell (NSH) NuttX-12.

[GitHub] [nuttx] tmedicci commented on pull request #8926: xtensa/sigdeliver: fix signal deliver when task is running on ther CPU

2023-03-31 Thread via GitHub
tmedicci commented on PR #8926: URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1492036259 > I tested the above modification after updating to arm-none-eabi-gcc 12.2.1 and now the event is happening even removing the delay in the alarm_main.c: > > ``` > NuttShell (NSH)

[GitHub] [nuttx] dlukian opened a new issue, #8933: FS_LARGEFILE config disabled is causing issue with df -h output.

2023-03-31 Thread via GitHub
dlukian opened a new issue, #8933: URL: https://github.com/apache/nuttx/issues/8933 I am using the cxd56xx board. Installing 32GB SDHC card into the system, formatted FAT32 and running `df` displays correct block size, block number, and remaining blocks adding up to correct volume. Using `-

[GitHub] [nuttx] pkarashchenko merged pull request #8931: risc-v/espressif: Add support for System Reset

2023-03-31 Thread via GitHub
pkarashchenko merged PR #8931: URL: https://github.com/apache/nuttx/pull/8931 -- 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.

[nuttx] branch master updated (3c58f5db2b -> cf90fa62b2)

2023-03-31 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 3c58f5db2b syscall/libc: add more syscall/libc symbols into csv file add c1efa8c85a risc-v/espressif: Fix i

[nuttx] branch master updated: risc-v/espressif: Add Hardware RNG support

2023-03-31 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko 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 5081cef2c9 risc-v/espressif: Add Hardware

[GitHub] [nuttx] pkarashchenko merged pull request #8932: risc-v/espressif: Add Hardware RNG support

2023-03-31 Thread via GitHub
pkarashchenko merged PR #8932: URL: https://github.com/apache/nuttx/pull/8932 -- 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.

[GitHub] [nuttx] gustavonihei opened a new pull request, #8934: risc-v/espressif: Add High Resolution Timer driver

2023-03-31 Thread via GitHub
gustavonihei opened a new pull request, #8934: URL: https://github.com/apache/nuttx/pull/8934 ## Summary This PR intends to add a High Resolution Timer for the currently supported Espressif RISC-V based chips: - **ESP32-C3** - **ESP32-C6** - **ESP32-H2** ## Impact

[GitHub] [nuttx] acassis commented on pull request #8926: xtensa/sigdeliver: fix signal deliver when task is running on ther CPU

2023-03-31 Thread via GitHub
acassis commented on PR #8926: URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1492512800 > > I tested the above modification after updating to arm-none-eabi-gcc 12.2.1 and now the event is happening even removing the delay in the alarm_main.c: > > ``` > > NuttShell (NSH)

[GitHub] [nuttx] acassis commented on pull request #8926: xtensa/sigdeliver: fix signal deliver when task is running on ther CPU

2023-03-31 Thread via GitHub
acassis commented on PR #8926: URL: https://github.com/apache/nuttx/pull/8926#issuecomment-1492515377 So, with arm-none-eabi-gcc 12.2.1 is issue never show up. As Gustavo said, maybe it could be some alignment issue caused by the compiler. But it is strange because all arches were affected.

[GitHub] [nuttx] acassis commented on a diff in pull request #8929: tm4c1294-launchpad: Use bmi160 driver for boostxl-sensors.

2023-03-31 Thread via GitHub
acassis commented on code in PR #8929: URL: https://github.com/apache/nuttx/pull/8929#discussion_r1154840474 ## boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c: ## @@ -151,6 +152,46 @@ static void tm4c_i2ctool(void) # define tm4c_i2ctool() #endif +/***

[GitHub] [nuttx] acassis merged pull request #8928: tools/riscv: Map extensions to certain cpu model for LLVM based toolc…

2023-03-31 Thread via GitHub
acassis merged PR #8928: URL: https://github.com/apache/nuttx/pull/8928 -- 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.apache

[nuttx] branch master updated (5081cef2c9 -> 2650fa9509)

2023-03-31 Thread acassis
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/nuttx.git from 5081cef2c9 risc-v/espressif: Add Hardware RNG support add 5d4e4b1919 tools/riscv: Map extensions to certain cpu m

[GitHub] [nuttx] acassis commented on a diff in pull request #8934: risc-v/espressif: Add High Resolution Timer driver

2023-03-31 Thread via GitHub
acassis commented on code in PR #8934: URL: https://github.com/apache/nuttx/pull/8934#discussion_r1154843761 ## arch/risc-v/src/espressif/Kconfig: ## @@ -213,6 +213,10 @@ config ESPRESSIF_UART1 select UART1_SERIALDRIVER select ARCH_HAVE_SERIAL_TERMIOS +config E

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #8934: risc-v/espressif: Add High Resolution Timer driver

2023-03-31 Thread via GitHub
gustavonihei commented on code in PR #8934: URL: https://github.com/apache/nuttx/pull/8934#discussion_r1154860267 ## arch/risc-v/src/espressif/Kconfig: ## @@ -213,6 +213,10 @@ config ESPRESSIF_UART1 select UART1_SERIALDRIVER select ARCH_HAVE_SERIAL_TERMIOS +con

[GitHub] [nuttx] ldube commented on a diff in pull request #8929: tm4c1294-launchpad: Use bmi160 driver for boostxl-sensors.

2023-03-31 Thread via GitHub
ldube commented on code in PR #8929: URL: https://github.com/apache/nuttx/pull/8929#discussion_r1154880131 ## boards/arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c: ## @@ -151,6 +152,46 @@ static void tm4c_i2ctool(void) # define tm4c_i2ctool() #endif +/*

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: 2650fa950930ce63d0e19b56ff2c4f85241684c8

2023-03-31 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 6e13907c Publishing web: b50f5ca4

[GitHub] [nuttx] no1wudi opened a new pull request, #8935: tools: Move Rust relative settings to Rust.defs

2023-03-31 Thread via GitHub
no1wudi opened a new pull request, #8935: URL: https://github.com/apache/nuttx/pull/8935 ## Summary Move Rust relative settings to Rust.defs, only SIM support rust before, with this patch arm/risc-v works with Rust now. ## Impact Rust only ## Testing CI and QEMU -- Thi

[GitHub] [nuttx] masayuki2009 commented on pull request #8930: arch/armv7-r: add armv7-r smp support

2023-03-31 Thread via GitHub
masayuki2009 commented on PR #8930: URL: https://github.com/apache/nuttx/pull/8930#issuecomment-1492849943 @zyfeier Can we try this PR with QEMU instead of VDK? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t