[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9443: Support for ARMv8R AARCH32

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on PR #9443: URL: https://github.com/apache/nuttx/pull/9443#issuecomment-1571390985 Please fix "error: "BIT" redefined [-Werror]", @userid0x0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[nuttx] branch master updated: dirivers: virtio: Fix virtnet_transmit() in virtio-mmio-net.c

2023-05-31 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 6b35a49f6e dirivers: virtio: Fix

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9447: dirivers: virtio: Fix virtnet_transmit() in virtio-mmio-net.c

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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9423: net: Fix task block when devif_send fails.

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #9423: URL: https://github.com/apache/nuttx/pull/9423#discussion_r1212604071 ## net/can/can_sendmsg.c: ## @@ -106,11 +106,13 @@ static uint16_t psock_send_eventhandler(FAR struct net_driver_s *dev, { /* Copy the

[nuttx] branch master updated (66c2d2ecc4 -> b63b83396b)

2023-05-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 66c2d2ecc4 arch/nrf53/Kconfig: move GPIO configuration menu to match nrf52 new 3edff9d323 mm/tlsf: Change

[nuttx] 01/05: mm/tlsf: Change "memdump_backtrace_s *dump" to memdump_backtrace_s *buf"

2023-05-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 commit 3edff9d32349585438f279f45e9261911c43714d Author: Xiang Xiao AuthorDate: Sun May 28 19:40:46 2023 +0800

[nuttx] 02/05: Fix tlsf/mm_tlsf.c:151:28: error: ‘TCB_FLAG_HEAPDUMP’ undeclared

2023-05-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 commit dfe583e1de4a2cb6bab8c742e1c8efbbbdbe3209 Author: Xiang Xiao AuthorDate: Sun May 28 22:26:29 2023 +0800 Fix

[nuttx] 03/05: mm/tlsf: git clone https instead git

2023-05-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 commit bff3c2308cb0013426870322ab3ffaf41d3d7d47 Author: Xiang Xiao AuthorDate: Wed May 31 00:52:03 2023 +0800

[nuttx] 04/05: sim/adb: Enable tlfs, mempool and backtrace

2023-05-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 commit 905867d38c64672716e814b83b9585d27514986b Author: Xiang Xiao AuthorDate: Sun May 28 22:46:26 2023 +0800

[nuttx] 05/05: sim/kasan: Enable mempool and backtrace

2023-05-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 commit b63b83396be705a36c2a50153278eeecea4597f2 Author: Xiang Xiao AuthorDate: Sun May 28 20:55:20 2023 +0800

[GitHub] [nuttx] pkarashchenko merged pull request #9412: Build tlfs and mempool to improve ci coverage

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

[GitHub] [nuttx] wengzhe closed pull request #9429: netdb: Select NETDB_DNSSERVER_NOADDR for usrsock client by default

2023-05-31 Thread via GitHub
wengzhe closed pull request #9429: netdb: Select NETDB_DNSSERVER_NOADDR for usrsock client by default URL: https://github.com/apache/nuttx/pull/9429 -- 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

[GitHub] [nuttx-apps] no1wudi opened a new pull request, #1782: tools/Wasm.mk: Link compiler-rt into wasm module

2023-05-31 Thread via GitHub
no1wudi opened a new pull request, #1782: URL: https://github.com/apache/nuttx-apps/pull/1782 ## Summary Link `libgcc.a` like compiler intrinsics library into wasm module. ## Impact Wasm module only ## Testing CI -- This is an automated message from the Apache

[GitHub] [nuttx] no1wudi opened a new pull request, #9448: libc/wchar: Implement vswprintf

2023-05-31 Thread via GitHub
no1wudi opened a new pull request, #9448: URL: https://github.com/apache/nuttx/pull/9448 ## Summary Implement vswprintf and let swprintf based on it. ## Impact swprintf and a new function ## Testing local machine -- This is an automated message from the Apache

[GitHub] [nuttx] masayuki2009 opened a new pull request, #9447: dirivers: virtio: Fix virtnet_transmit() in virtio-mmio-net.c

2023-05-31 Thread via GitHub
masayuki2009 opened a new pull request, #9447: URL: https://github.com/apache/nuttx/pull/9447 ## Summary - I noticed that the driver sends incorrect packets sometimes. - This commit fixes this issue. ## Impact - None ## Testing - Tested with qemu-7.1

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9412: Build tlfs and mempool to improve ci coverage

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #9412: URL: https://github.com/apache/nuttx/pull/9412#discussion_r1212498907 ## boards/sim/sim/sim/configs/adb/defconfig: ## @@ -26,6 +26,9 @@ CONFIG_INIT_ENTRYPOINT="nsh_main" CONFIG_LIBC_DLFCN=y CONFIG_LIBUV=y

[GitHub] [nuttx] lucasssvaz commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
lucasssvaz commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212417720 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to

[GitHub] [nuttx] lucasssvaz commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
lucasssvaz commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212417720 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to

[GitHub] [nuttx] acassis commented on a diff in pull request #9412: Build tlfs and mempool to improve ci coverage

2023-05-31 Thread via GitHub
acassis commented on code in PR #9412: URL: https://github.com/apache/nuttx/pull/9412#discussion_r1212397706 ## boards/sim/sim/sim/configs/adb/defconfig: ## @@ -26,6 +26,9 @@ CONFIG_INIT_ENTRYPOINT="nsh_main" CONFIG_LIBC_DLFCN=y CONFIG_LIBUV=y CONFIG_LIBUV_UTILS_TEST=y

[GitHub] [nuttx] acassis commented on issue #9446: SAMv7 Progmem driver byte write lead to ECC errors and flash data corruption

2023-05-31 Thread via GitHub
acassis commented on issue #9446: URL: https://github.com/apache/nuttx/issues/9446#issuecomment-1571062827 Thank you for explanation! Maybe it could be useful for @michallenc @adamfeuer and @TimJTi since they are using SAMv7 chips. -- This is an automated message from the Apache Git

[GitHub] [nuttx] pkarashchenko commented on issue #9446: SAMv7 Progmem driver byte write lead to ECC errors and flash data corruption

2023-05-31 Thread via GitHub
pkarashchenko commented on issue #9446: URL: https://github.com/apache/nuttx/issues/9446#issuecomment-1570841479 Yes. It was reproduced like a sporadic bit flip that I initially thought was related to flash wait cycles configuration. I tried to fix it in

[GitHub] [nuttx] acassis commented on issue #9446: SAMv7 Progmem driver byte write lead to ECC errors and flash data corruption

2023-05-31 Thread via GitHub
acassis commented on issue #9446: URL: https://github.com/apache/nuttx/issues/9446#issuecomment-1570821961 @pkarashchenko is this related with similar flash ECC error you were fighting some time ago? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] pkarashchenko merged pull request #9445: arch/{nrf52|nrf53}: cosmetic changes in Kconfig

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

[nuttx] branch master updated (7c2930c3df -> 66c2d2ecc4)

2023-05-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 7c2930c3df mpfs/mpfs_corespi: Optimize TX / RX FIFO handling add a3b91bc183 arch/{nrf52|nrf53}/Kconfig:

[GitHub] [nuttx] pkarashchenko opened a new issue, #9446: SAMv7 Progmem driver byte write lead to ECC errors and flash data corruption

2023-05-31 Thread via GitHub
pkarashchenko opened a new issue, #9446: URL: https://github.com/apache/nuttx/issues/9446 SAMv7 progmem (internal flash) driver does not perform byte writes correctly. The driver assumes that it is possible to read page content, change erased (`0xFF`) bytes value and write page back to

[GitHub] [nuttx] patacongo commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
patacongo commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212161816 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to the

[GitHub] [nuttx] pkarashchenko closed pull request #6295: arch/arm/samv7: fix sporadic bit flip after internal flash byte write

2023-05-31 Thread via GitHub
pkarashchenko closed pull request #6295: arch/arm/samv7: fix sporadic bit flip after internal flash byte write URL: https://github.com/apache/nuttx/pull/6295 -- 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

[GitHub] [nuttx] acassis merged pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

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

[nuttx] branch master updated (2d56197792 -> 7c2930c3df)

2023-05-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 2d56197792 arch/{nrf52|nrf53}: validate if EasyDMA transfer is possible new 223cc6d1f4 mpfs/corespi: Add driver

[nuttx] 04/05: mpfs/CoreSPI: Fix bug when waiting for last character to arrive

2023-05-31 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 commit fc5e8ff8f89eeaaa2d61a00e56d22f4ec25fb29c Author: Ville Juven AuthorDate: Mon May 22 17:30:10 2023 +0300

[nuttx] 02/05: mpfs/mpfs_corespi: Add Kconfig for instance/irq offsets

2023-05-31 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 commit 4b6166548b80c3db79b986197a253ec55a0db40a Author: Ville Juven AuthorDate: Mon May 15 13:05:36 2023 +0300

[nuttx] 03/05: arch/risc-v/src/mpfs/mpfs_corespi.c: Fix the usage of MPFS_CORESPI_INSTANCES macro

2023-05-31 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 commit 8d646fc49c247a706a5308b94d3d95a4eefc15a5 Author: Jukka Laitinen AuthorDate: Tue May 16 11:24:01 2023 +0300

[nuttx] 05/05: mpfs/mpfs_corespi: Optimize TX / RX FIFO handling

2023-05-31 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 commit 7c2930c3df497917d954c6e8a3c30c967ac11de4 Author: Ville Juven AuthorDate: Thu May 25 14:22:02 2023 +0300

[nuttx] 01/05: mpfs/corespi: Add driver for CoreSPI

2023-05-31 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 commit 223cc6d1f45f994385ac7118babf00b38adb3fad Author: Ville Juven AuthorDate: Wed May 3 13:25:15 2023 +0300

[GitHub] [nuttx] patacongo commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
patacongo commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212161816 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to the

[GitHub] [nuttx] patacongo commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
patacongo commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212161816 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to the

[GitHub] [nuttx] tmedicci commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
tmedicci commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212128761 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to the

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212096648 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information

[GitHub] [nuttx] lucasssvaz commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
lucasssvaz commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212088193 ## tools/configure.sh: ## @@ -307,3 +309,12 @@ fi # reconstitued before they can be used. ${TOPDIR}/tools/sethost.sh $host $* + +# Update the

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212084411 ## tools/configure.sh: ## @@ -307,3 +309,12 @@ fi # reconstitued before they can be used. ${TOPDIR}/tools/sethost.sh $host $* + +# Update the

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212084411 ## tools/configure.sh: ## @@ -307,3 +309,12 @@ fi # reconstitued before they can be used. ${TOPDIR}/tools/sethost.sh $host $* + +# Update the

[GitHub] [nuttx] tmedicci commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
tmedicci commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212060031 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to the

[GitHub] [nuttx] lucasssvaz commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
lucasssvaz commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212056104 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to

[GitHub] [nuttx] patacongo commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
patacongo commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212042703 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to the

[GitHub] [nuttx] patacongo commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
patacongo commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212042703 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to the

[GitHub] [nuttx] lucasssvaz commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
lucasssvaz commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212035355 ## tools/configure.sh: ## @@ -307,3 +309,12 @@ fi # reconstitued before they can be used. ${TOPDIR}/tools/sethost.sh $host $* + +# Update the

[GitHub] [nuttx] lucasssvaz commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
lucasssvaz commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212032639 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information to

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9400: tools: Add way to get current defconfig name on runtime

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #9400: URL: https://github.com/apache/nuttx/pull/9400#discussion_r1212016813 ## tools/configure.c: ## @@ -1590,6 +1590,48 @@ static void refresh(void) } } +static void generate_info() +{ + /* Append the configuration information

[nuttx] branch master updated (58ad290b0e -> 2d56197792)

2023-05-31 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 58ad290b0e boards/nrf5340-dk: add MCUboot configurations for the app core add 2d56197792 arch/{nrf52|nrf53}:

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9444: arch/{nrf52|nrf53}: validate if EasyDMA transfer is possible

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

[GitHub] [nuttx] raiden00pl opened a new pull request, #9445: arch/{nrf52|nrf53}: cosmetic changes in Kconfig

2023-05-31 Thread via GitHub
raiden00pl opened a new pull request, #9445: URL: https://github.com/apache/nuttx/pull/9445 ## Summary - arch/{nrf52|nrf53}: hide PWM options if PWM not enabled - arch/{nrf52|nrf53}: hide I2C_MASTER options if I2C_MASTER not enabled - arch/{nrf52|nrf53}: hide SPI_MASTER options

[nuttx] 03/04: nrf53: add MCUboot support

2023-05-31 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 commit d0942f5cb3a79d1122c16e8e83b127b772dc0dcd Author: raiden00pl AuthorDate: Wed May 31 13:14:50 2023 +0200 nrf53:

[nuttx] 01/04: boards/nrf53: unify linker scripts

2023-05-31 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 commit ebfd0b22f9bd6838153d5808e10ff9334218394c Author: raiden00pl AuthorDate: Wed May 31 08:54:25 2023 +0200

[nuttx] 04/04: boards/nrf5340-dk: add MCUboot configurations for the app core

2023-05-31 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 commit 58ad290b0e66d7a2a0ab59b2c422c1573e8cecb5 Author: raiden00pl AuthorDate: Wed May 31 13:15:37 2023 +0200

[nuttx] branch master updated (e6506619ac -> 58ad290b0e)

2023-05-31 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 e6506619ac mempool:Fix seqnumber statistics error in memdump new ebfd0b22f9 boards/nrf53: unify linker scripts

[nuttx] 02/04: arch/nrf53: add progmem support

2023-05-31 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 commit b98acb9a446558b7a8489174949bb0907681b603 Author: raiden00pl AuthorDate: Mon May 29 20:36:11 2023 +0200

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9442: nrf53: add MCUboot support

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

[nuttx] branch master updated (d566b7e2c7 -> e6506619ac)

2023-05-31 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 d566b7e2c7 mpfs_usb: Add mpfs_vbus_detect add e6506619ac mempool:Fix seqnumber statistics error in memdump No

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9433: mempool:Fix seqnumber statistics error in memdump

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

[nuttx] branch master updated (3fea2923d7 -> d566b7e2c7)

2023-05-31 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 3fea2923d7 arch/arm/src/tiva: start FPU before gpio config add d566b7e2c7 mpfs_usb: Add mpfs_vbus_detect No

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9440: mpfs_usb: Add mpfs_vbus_detect

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

[GitHub] [nuttx] pkarashchenko commented on pull request #9441: arch/arm/src/tiva: start FPU before GPIO config

2023-05-31 Thread via GitHub
pkarashchenko commented on PR #9441: URL: https://github.com/apache/nuttx/pull/9441#issuecomment-1570385935 I was just in the middle of posing a comment :) I was going to recommend updating commit message to something like "enable FPU at early startup" as the change itself does not

[nuttx] branch master updated (aad2f97587 -> 3fea2923d7)

2023-05-31 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 aad2f97587 mm: Dump all memory blocks on allocation failure add 3fea2923d7 arch/arm/src/tiva: start FPU before

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9441: arch/arm/src/tiva: start FPU before GPIO config

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

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9443: Support for ARMv8R AARCH32

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on PR #9443: URL: https://github.com/apache/nuttx/pull/9443#issuecomment-1570351090 @userid0x0 please fix the warning report here: https://github.com/apache/nuttx/actions/runs/5134105281/jobs/9237650362?pr=9443 -- This is an automated message from the Apache

[GitHub] [nuttx] raiden00pl opened a new pull request, #9444: arch/{nrf52|nrf53}: validate if EasyDMA transfer is possible

2023-05-31 Thread via GitHub
raiden00pl opened a new pull request, #9444: URL: https://github.com/apache/nuttx/pull/9444 ## Summary - arch/{nrf52|nrf53}: validate if EasyDMA transfer is possible Add an interface that validate if EasyDMA transfer is possible. EasyDMA cannot access flash memory which can cause hard

[GitHub] [nuttx] userid0x0 opened a new pull request, #9443: Support for ARMv8R AARCH32

2023-05-31 Thread via GitHub
userid0x0 opened a new pull request, #9443: URL: https://github.com/apache/nuttx/pull/9443 ## Summary I managed to run NuttX on a ARM FVP model simulating an CortexR52 (ARMv8R AARCH32) core. The work is not meant to be complete - I did not focus on - SMP - Cache - bootup

[GitHub] [nuttx] acassis commented on issue #9437: How does nuttx link its own static libraries

2023-05-31 Thread via GitHub
acassis commented on issue #9437: URL: https://github.com/apache/nuttx/issues/9437#issuecomment-1570115893 Hi @zhutouwangzha currently the build system doesn't implement the idea of its own static or share library for each library. So, the .o files from a library are used directly the

[GitHub] [nuttx] pussuw commented on pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

2023-05-31 Thread via GitHub
pussuw commented on PR #9439: URL: https://github.com/apache/nuttx/pull/9439#issuecomment-1570038842 The rest of the style errors should now be fixed too -- 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

[GitHub] [nuttx] raiden00pl opened a new pull request, #9442: nrf53: add MCUboot support

2023-05-31 Thread via GitHub
raiden00pl opened a new pull request, #9442: URL: https://github.com/apache/nuttx/pull/9442 ## Summary - boards/nrf53: unify linker scripts - arch/nrf53: add progmem support - nrf53: add MCUboot support - boards/nrf5340-dk: add MCUboot configurations for the app core

[GitHub] [nuttx] xiaoxiang781216 commented on issue #9080: littlefs on SD/eMMC read/write performance is poor

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on issue #9080: URL: https://github.com/apache/nuttx/issues/9080#issuecomment-1569903031 > Hi, > > Below are some measured speeds with the round-robin interval reduced to 10ms (was initially 200ms, however the improvement was marginal from reducing it to

[GitHub] [nuttx] pussuw commented on a diff in pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

2023-05-31 Thread via GitHub
pussuw commented on code in PR #9439: URL: https://github.com/apache/nuttx/pull/9439#discussion_r1211365470 ## arch/risc-v/src/mpfs/mpfs_corespi.c: ## @@ -0,0 +1,1589 @@ +/ + *

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

2023-05-31 Thread via GitHub
pkarashchenko commented on code in PR #9439: URL: https://github.com/apache/nuttx/pull/9439#discussion_r1211361122 ## arch/risc-v/src/mpfs/mpfs_corespi.c: ## @@ -0,0 +1,1589 @@ +/ + *

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

2023-05-31 Thread via GitHub
pkarashchenko commented on code in PR #9439: URL: https://github.com/apache/nuttx/pull/9439#discussion_r1211359074 ## arch/risc-v/src/mpfs/mpfs_corespi.c: ## @@ -0,0 +1,1589 @@ +/ + *

[GitHub] [nuttx] btashton commented on issue #9428: Configuration error

2023-05-31 Thread via GitHub
btashton commented on issue #9428: URL: https://github.com/apache/nuttx/issues/9428#issuecomment-1569807140 One of the common issues I have seen that looks like this when adding a new board, it not making all the required changes. in `boards/Kconfig` there are three changes you need

[GitHub] [nuttx] pussuw commented on pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

2023-05-31 Thread via GitHub
pussuw commented on PR #9439: URL: https://github.com/apache/nuttx/pull/9439#issuecomment-1569794392 Thanks for looking into this, the style errors are now fixed as well as the modifyreg silliness -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nuttx] pussuw commented on a diff in pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

2023-05-31 Thread via GitHub
pussuw commented on code in PR #9439: URL: https://github.com/apache/nuttx/pull/9439#discussion_r1211332147 ## arch/risc-v/src/mpfs/mpfs_corespi.c: ## @@ -0,0 +1,1589 @@ +/ + *

[GitHub] [nuttx] pussuw commented on a diff in pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

2023-05-31 Thread via GitHub
pussuw commented on code in PR #9439: URL: https://github.com/apache/nuttx/pull/9439#discussion_r1211328341 ## arch/risc-v/src/mpfs/mpfs_corespi.c: ## @@ -0,0 +1,1589 @@ +/ + *

[GitHub] [nuttx] pussuw commented on a diff in pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

2023-05-31 Thread via GitHub
pussuw commented on code in PR #9439: URL: https://github.com/apache/nuttx/pull/9439#discussion_r1211328341 ## arch/risc-v/src/mpfs/mpfs_corespi.c: ## @@ -0,0 +1,1589 @@ +/ + *

[GitHub] [nuttx] pussuw commented on a diff in pull request #9439: mpfs: Add CoreSPI driver for Polarfire SoC

2023-05-31 Thread via GitHub
pussuw commented on code in PR #9439: URL: https://github.com/apache/nuttx/pull/9439#discussion_r1211327175 ## arch/risc-v/src/mpfs/mpfs_corespi.c: ## @@ -0,0 +1,1589 @@ +/ + *

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9440: mpfs_usb: Add mpfs_vbus_detect

2023-05-31 Thread via GitHub
pkarashchenko commented on code in PR #9440: URL: https://github.com/apache/nuttx/pull/9440#discussion_r1211305269 ## arch/risc-v/src/mpfs/mpfs_usb.c: ## @@ -228,6 +228,7 @@ static void mpfs_epset_reset(struct mpfs_usbdev_s *priv, uint16_t epset);

[GitHub] [nuttx] pussuw commented on a diff in pull request #9440: mpfs_usb: Add mpfs_vbus_detect

2023-05-31 Thread via GitHub
pussuw commented on code in PR #9440: URL: https://github.com/apache/nuttx/pull/9440#discussion_r1211301745 ## arch/risc-v/src/mpfs/mpfs_usb.c: ## @@ -228,6 +228,7 @@ static void mpfs_epset_reset(struct mpfs_usbdev_s *priv, uint16_t epset);

[GitHub] [nuttx] pussuw commented on a diff in pull request #9440: mpfs_usb: Add mpfs_vbus_detect

2023-05-31 Thread via GitHub
pussuw commented on code in PR #9440: URL: https://github.com/apache/nuttx/pull/9440#discussion_r1211301745 ## arch/risc-v/src/mpfs/mpfs_usb.c: ## @@ -228,6 +228,7 @@ static void mpfs_epset_reset(struct mpfs_usbdev_s *priv, uint16_t epset);

[nuttx-apps] branch master updated: wireless/wapi: Return -errno in all fail path

2023-05-31 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 c45a7c8cc wireless/wapi: Return -errno in

[GitHub] [nuttx-apps] jerpelea merged pull request #1781: wireless/wapi: Return -errno in all fail path

2023-05-31 Thread via GitHub
jerpelea merged PR #1781: URL: https://github.com/apache/nuttx-apps/pull/1781 -- 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:

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9440: mpfs_usb: Add mpfs_vbus_detect

2023-05-31 Thread via GitHub
pkarashchenko commented on code in PR #9440: URL: https://github.com/apache/nuttx/pull/9440#discussion_r1211296403 ## arch/risc-v/src/mpfs/mpfs_usb.c: ## @@ -228,6 +228,7 @@ static void mpfs_epset_reset(struct mpfs_usbdev_s *priv, uint16_t epset);

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9433: mempool:Fix seqnumber statistics error in memdump

2023-05-31 Thread via GitHub
pkarashchenko commented on code in PR #9433: URL: https://github.com/apache/nuttx/pull/9433#discussion_r1211290437 ## mm/mempool/mempool.c: ## @@ -416,19 +416,15 @@ mempool_info_task(FAR struct mempool_s *pool, info.aordblks += count; info.uordblks += count *

[GitHub] [nuttx] pussuw opened a new pull request, #9439: Mpfs corespi

2023-05-31 Thread via GitHub
pussuw opened a new pull request, #9439: URL: https://github.com/apache/nuttx/pull/9439 ## Summary Add driver for CoreSPI https://www.microchip.com/en-us/products/fpgas-and-plds/ip-core-tools/corespi into NuttX. User can instantiate up to 8 instances. Driver assumes the instances live

[GitHub] [nuttx] radek-pesina commented on issue #9080: littlefs on SD/eMMC read/write performance is poor

2023-05-31 Thread via GitHub
radek-pesina commented on issue #9080: URL: https://github.com/apache/nuttx/issues/9080#issuecomment-1569643272 Hi, Below are some measured speeds with the round-robin interval reduced to 10ms (was initially 200ms, however the improvement was marginal from reducing it to 10ms).

[nuttx] branch master updated (484d349fe3 -> aad2f97587)

2023-05-31 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 484d349fe3 driver/mtd : check args for nvs read add aad2f97587 mm: Dump all memory blocks on allocation

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9435: mm: Dump all memory blocks on allocation failure

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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9436: driver/mtd : check args for nvs read

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

[nuttx] branch master updated (37cdfeed9b -> 484d349fe3)

2023-05-31 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 37cdfeed9b boards/nrf52840-dk: add MCUboot configurations add 484d349fe3 driver/mtd : check args for nvs read

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1781: wireless/wapi: Return -errno in all fail path

2023-05-31 Thread via GitHub
xiaoxiang781216 commented on PR #1781: URL: https://github.com/apache/nuttx-apps/pull/1781#issuecomment-1569635839 Please ignore the false nxstyle warning dup cJSON API: ``` Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/wireless/wapi/src/util.c:82:6: error: Mixed case

[GitHub] [nuttx] btashton opened a new pull request, #9438: Generate junit xml test report in CI tooling.

2023-05-31 Thread via GitHub
btashton opened a new pull request, #9438: URL: https://github.com/apache/nuttx/pull/9438 ## Summary Generates junit XML test reports for CI jobs that can be visualized in the job summary. See https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ for what

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1781: wireless/wapi: Return -errno in all fail path

2023-05-31 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1781: URL: https://github.com/apache/nuttx-apps/pull/1781 ## Summary to avoid some return -1, otheer return -errno ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the