[PR] risc-v/bl808: Add GPADC character driver [nuttx]

2024-07-03 Thread via GitHub
henryrov opened a new pull request, #12621: URL: https://github.com/apache/nuttx/pull/12621 ## Summary This change implements a character driver for the general purpose ADC of the BL808, based on the hardware scanning functionality. The driver supports setting different conversion resolu

Re: [PR] FAT:Fix Fseek Bug When File Size Is Multiple of Cluster Size [nuttx]

2024-07-03 Thread via GitHub
Windrow14 commented on code in PR #12615: URL: https://github.com/apache/nuttx/pull/12615#discussion_r1665040541 ## fs/fat/fs_fat32.c: ## @@ -470,6 +474,271 @@ static int fat_close(FAR struct file *filep) return ret; } +/

Re: [PR] [sd_bench|sd_stress]: Compatible Sd Test Printing [nuttx-apps]

2024-07-03 Thread via GitHub
xiaoxiang781216 commented on code in PR #2431: URL: https://github.com/apache/nuttx-apps/pull/2431#discussion_r1665028618 ## testing/sd_bench/sd_bench_main.c: ## @@ -395,6 +395,10 @@ int main(int argc, char *argv[]) { case 'b': block_size = strtol(op

Re: [PR] time: change time_t to signed type in TIME32 [nuttx]

2024-07-03 Thread via GitHub
xiaoxiang781216 commented on PR #12617: URL: https://github.com/apache/nuttx/pull/12617#issuecomment-2207943779 > [Open group](https://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html) documents that definition of time_t is not specified but is mandated in order to eventually a

Re: [PR] [sd_bench|sd_stress]: Compatible Sd Test Printing [nuttx-apps]

2024-07-03 Thread via GitHub
Windrow14 commented on code in PR #2431: URL: https://github.com/apache/nuttx-apps/pull/2431#discussion_r1665007758 ## testing/sd_bench/sd_bench_main.c: ## @@ -395,6 +395,10 @@ int main(int argc, char *argv[]) { case 'b': block_size = strtol(optarg,

(nuttx-website) branch asf-site updated: Publishing web: c0bb376dae649378f137872f2791869ca6c6876c docs: 8cd207e1b1047421ebad4ddc6d05b0dcabe04a23

2024-07-03 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 6a5f0fbb3 Publishing web: c0bb376

Re: [PR] STM32G47XXX: Added basic HRTIM support. [nuttx]

2024-07-03 Thread via GitHub
daniel-p-carvalho commented on code in PR #12566: URL: https://github.com/apache/nuttx/pull/12566#discussion_r1664792271 ## arch/arm/src/stm32/hardware/stm32_exti.h: ## @@ -147,6 +147,34 @@ # define EXTI_RTC_TAMPER(1 << 19) /* EXTI line 19 is connected to the RTC Tamp

Re: [PR] esp32: add simple boot support [nuttx]

2024-07-03 Thread via GitHub
acassis commented on PR #12620: URL: https://github.com/apache/nuttx/pull/12620#issuecomment-2207178685 @almir-okato it is failing in the macos: ``` esptool: error: unrecognized arguments: --ram-only-header make: *** [nuttx] Error 2 make: Target `all' not remade because of err

Re: [I] bug report, armv7-a, arm_addrenv.c, function [nuttx]

2024-07-03 Thread via GitHub
acassis commented on issue #12618: URL: https://github.com/apache/nuttx/issues/12618#issuecomment-2207174643 @xyluo555 I think you are right since ARCH_SHM_NSECTS is used to create *shm[ARCH_SHM_NSECTS]. @xiaoxiang781216 @masayuki2009 @phfbertoleti please take a look -- This is an

Re: [PR] STM32G47XXX: Added basic HRTIM support. [nuttx]

2024-07-03 Thread via GitHub
pkarashchenko commented on code in PR #12566: URL: https://github.com/apache/nuttx/pull/12566#discussion_r1664646821 ## arch/arm/src/stm32/hardware/stm32_exti.h: ## @@ -147,6 +147,34 @@ # define EXTI_RTC_TAMPER(1 << 19) /* EXTI line 19 is connected to the RTC Tamper a

Re: [PR] rp2040: Add support to MAX6675 [nuttx]

2024-07-03 Thread via GitHub
acassis commented on code in PR #12610: URL: https://github.com/apache/nuttx/pull/12610#discussion_r1664637960 ## boards/arm/rp2040/common/src/rp2040_max6675.c: ## @@ -0,0 +1,86 @@ +/ + * boards/arm/rp20

Re: [PR] arch/intel64: add support for inter-processor signaling [nuttx]

2024-07-03 Thread via GitHub
pkarashchenko commented on code in PR #12588: URL: https://github.com/apache/nuttx/pull/12588#discussion_r1664630268 ## arch/x86_64/include/intel64/arch.h: ## @@ -226,8 +226,10 @@ # define MSR_X2APIC_ICR_DEASSERT 0x # define MSR_X2APIC_ICR_LEVEL 0x80

Re: [PR] rp2040: Add support to MAX6675 [nuttx]

2024-07-03 Thread via GitHub
pkarashchenko commented on code in PR #12610: URL: https://github.com/apache/nuttx/pull/12610#discussion_r1664626580 ## boards/arm/rp2040/common/src/rp2040_max6675.c: ## @@ -0,0 +1,86 @@ +/ + * boards/ar

Re: [PR] [MIMXRT1020-EVK:I2C] Fix board I2C code to adapt to last IMXRT I2C/pi… [nuttx]

2024-07-03 Thread via GitHub
pkarashchenko commented on code in PR #12598: URL: https://github.com/apache/nuttx/pull/12598#discussion_r1664617025 ## boards/arm/imxrt/imxrt1020-evk/src/imxrt_bringup.c: ## @@ -173,7 +173,7 @@ int imxrt_bringup(void) struct i2c_master_s *i2c; Review Comment: I think t

Re: [PR] queue: inline queue [nuttx]

2024-07-03 Thread via GitHub
pkarashchenko commented on PR #12601: URL: https://github.com/apache/nuttx/pull/12601#issuecomment-2206982540 Do we have any details on this change? Like performance vs size measurements. What is the value that we are trying to achieve with this change? -- This is an automated message fro

Re: [PR] arch/risc-v: add support for capture driver on ESP32C6 and ESP32H2. [nuttx]

2024-07-03 Thread via GitHub
pkarashchenko commented on code in PR #12619: URL: https://github.com/apache/nuttx/pull/12619#discussion_r1664598107 ## arch/risc-v/src/common/espressif/esp_mcpwm.c: ## @@ -0,0 +1,682 @@ +/ + * arch/risc

Re: [PR] time: change time_t to signed type in TIME32 [nuttx]

2024-07-03 Thread via GitHub
acassis commented on PR #12617: URL: https://github.com/apache/nuttx/pull/12617#issuecomment-2206966568 Thank you for the reference @pkarashchenko I think @mu578 pointed it correctly about a consensus of using time_t as signed among other OSes and also the explanation about d-time usage for

Re: [PR] time: change time_t to signed type in TIME32 [nuttx]

2024-07-03 Thread via GitHub
pkarashchenko commented on PR #12617: URL: https://github.com/apache/nuttx/pull/12617#issuecomment-2206951049 Just for reference https://github.com/apache/nuttx/pull/8201 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] time: change time_t to signed type in TIME32 [nuttx]

2024-07-03 Thread via GitHub
pkarashchenko commented on PR #12617: URL: https://github.com/apache/nuttx/pull/12617#issuecomment-2206943373 I think this is already 4th or 5th time the similar change is proposed in some variation. I think that such changes should be first discuss in the mailing list. -- This is an aut

Re: [PR] esp32: add simple boot support [nuttx]

2024-07-03 Thread via GitHub
almir-okato commented on PR #12620: URL: https://github.com/apache/nuttx/pull/12620#issuecomment-2206901338 @tmedicci @acassis @xiaoxiang781216 PTAL -- 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 t

[PR] esp32: add simple boot support [nuttx]

2024-07-03 Thread via GitHub
almir-okato opened a new pull request, #12620: URL: https://github.com/apache/nuttx/pull/12620 ## Summary The Simple Boot feature for Espressif chips is a method of booting that doesn't depend on a 2nd stage bootloader. Its not the intention to replace a 2nd stage bootloader such as

(nuttx-apps) branch master updated (5d779386c -> 5330306ac)

2024-07-03 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 5d779386c lpt/Kconfig: hide TESTING_LTP_STACKSIZE option add 5330306ac testing/smart_test/smart_test.c: fi

(nuttx-apps) branch master updated: lpt/Kconfig: hide TESTING_LTP_STACKSIZE option

2024-07-03 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 The following commit(s) were added to refs/heads/master by this push: new 5d779386c lpt/Kconfig: hide TESTING_LTP_S

Re: [PR] Fix Wrong Offset in Fseek from SEEK_END [nuttx-apps]

2024-07-03 Thread via GitHub
xiaoxiang781216 merged PR #2430: URL: https://github.com/apache/nuttx-apps/pull/2430 -- 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...

Re: [PR] lpt/Kconfig: hide TESTING_LTP_STACKSIZE option [nuttx-apps]

2024-07-03 Thread via GitHub
xiaoxiang781216 merged PR #2432: URL: https://github.com/apache/nuttx-apps/pull/2432 -- 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...

Re: [PR] time: change time_t to signed type in TIME32 [nuttx]

2024-07-03 Thread via GitHub
xiaoxiang781216 commented on code in PR #12617: URL: https://github.com/apache/nuttx/pull/12617#discussion_r1664503891 ## include/sys/types.h: ## @@ -252,7 +252,7 @@ typedef uint64_t clock_t; typedef uint64_t time_t; /* Holds time in seconds */ Review Comment:

[PR] arch/risc-v: add support for capture driver on ESP32C6 and ESP32H2. [nuttx]

2024-07-03 Thread via GitHub
fdcavalcanti opened a new pull request, #12619: URL: https://github.com/apache/nuttx/pull/12619 ## Summary This PR adds support for the capture driver on RISC-V ESP32C6 and ESP32H2. It is based on the MCPWM peripheral. The basic functionality of MCPWM capture is to record the time when

Re: [I] armv7-a elf file load / kernel build [nuttx]

2024-07-03 Thread via GitHub
xyluo555 commented on issue #12502: URL: https://github.com/apache/nuttx/issues/12502#issuecomment-2206725268 sorry, the porting is on going. there seems to be a bug, as shown in issue #12618 . currently, the console is ok and kernel & apps images are build separately. but there are more

[I] bug report, armv7-a, arm_addrenv.c, function [nuttx]

2024-07-03 Thread via GitHub
xyluo555 opened a new issue, #12618: URL: https://github.com/apache/nuttx/issues/12618 arch>arm>src>armv7-a>arm_addrenv.c : up_addrenv_destroy() for nuttx v12.4.0, the first arg in the following code should be "addrenv->shm". is that right? ` #ifdef CONFIG_ARCH_VMA_MAPPING /

Re: [I] Documentation for what each of the apps actually do [nuttx-apps]

2024-07-03 Thread via GitHub
acassis commented on issue #2063: URL: https://github.com/apache/nuttx-apps/issues/2063#issuecomment-2206425186 Did you check our documentation? https://nuttx.apache.org/docs/latest/applications/index.html -- This is an automated message from the Apache Git Service. To respond to the mess

(nuttx) branch master updated (b8c1ce45e6 -> 8cd207e1b1)

2024-07-03 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 b8c1ce45e6 refactor(esp32-qemu-openeth): use lower half driver interface add 8cd207e1b1 ESP32: emac initializa

Re: [PR] ESP32: emac initialization adding cpu id [nuttx]

2024-07-03 Thread via GitHub
xiaoxiang781216 merged PR #12616: URL: https://github.com/apache/nuttx/pull/12616 -- 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] Upgrade Segger SystemView to V3.54 [nuttx]

2024-07-03 Thread via GitHub
acassis commented on PR #12611: URL: https://github.com/apache/nuttx/pull/12611#issuecomment-2206263719 > > @XuNeo you can use our mirror repository to save a backup: https://github.com/NuttX/apps-mirror-pkgs > > @acassis There's no use case in that mirror repository right now. Would

Re: [PR] net/tcp: no need to set tcp_window_scale opt if window less than 65535 [nuttx]

2024-07-03 Thread via GitHub
anchao commented on code in PR #12459: URL: https://github.com/apache/nuttx/pull/12459#discussion_r1664258839 ## net/tcp/tcp_send.c: ## @@ -613,8 +613,13 @@ void tcp_synack(FAR struct net_driver_s *dev, FAR struct tcp_conn_s *conn, tcp->optdata[optlen++] = tcp_mss & 0xff;

Re: [PR] Upgrade Segger SystemView to V3.54 [nuttx]

2024-07-03 Thread via GitHub
XuNeo commented on PR #12611: URL: https://github.com/apache/nuttx/pull/12611#issuecomment-2206100417 > @XuNeo you can use our mirror repository to save a backup: https://github.com/NuttX/apps-mirror-pkgs @acassis There's no use case in that mirror repository right now. Would you lik

(nuttx) branch master updated: refactor(esp32-qemu-openeth): use lower half driver interface

2024-07-03 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 b8c1ce45e6 refactor(esp32-qemu-openeth): use low

Re: [PR] refactor(esp32-qemu-openeth): use lower half driver interface [nuttx]

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

Re: [PR] Upgrade Segger SystemView to V3.54 [nuttx]

2024-07-03 Thread via GitHub
acassis commented on PR #12611: URL: https://github.com/apache/nuttx/pull/12611#issuecomment-2205884752 > > why not get the source code from segger? > > As mentioned above, I originally tested locally and found out official website is not stable. It may be related to many download req

Re: [PR] Fix Fseek Bug When File Size Is Multiple of Cluster Size [nuttx]

2024-07-03 Thread via GitHub
xiaoxiang781216 commented on code in PR #12615: URL: https://github.com/apache/nuttx/pull/12615#discussion_r1663937142 ## fs/fat/fs_fat32.c: ## @@ -470,6 +474,271 @@ static int fat_close(FAR struct file *filep) return ret; } +/**

Re: [PR] riscv: Initial support for debug trigger module [nuttx]

2024-07-03 Thread via GitHub
xiaoxiang781216 commented on PR #12554: URL: https://github.com/apache/nuttx/pull/12554#issuecomment-2205642456 I will finish review this patch by end of this week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

(nuttx) branch master updated: risc-v/ox64: Add LED Driver

2024-07-03 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 ece78993b6 risc-v/ox64: Add LED Driver ece7899

Re: [PR] risc-v/ox64: Add LED Driver [nuttx]

2024-07-03 Thread via GitHub
xiaoxiang781216 merged PR #12614: URL: https://github.com/apache/nuttx/pull/12614 -- 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-apps) branch master updated: examples/telnetd: Make it clear the goal of this telned

2024-07-03 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 The following commit(s) were added to refs/heads/master by this push: new e9f60d85b examples/telnetd: Make it clear

Re: [PR] Compatible Sd Test Printing [nuttx-apps]

2024-07-03 Thread via GitHub
xiaoxiang781216 commented on code in PR #2431: URL: https://github.com/apache/nuttx-apps/pull/2431#discussion_r1663908844 ## testing/sd_bench/sd_bench_main.c: ## @@ -395,6 +395,10 @@ int main(int argc, char *argv[]) { case 'b': block_size = strtol(op

Re: [PR] examples/telnetd: Make it clear the goal of this telned [nuttx-apps]

2024-07-03 Thread via GitHub
xiaoxiang781216 merged PR #2429: URL: https://github.com/apache/nuttx-apps/pull/2429 -- 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) 05/05: arch/x86_64: addrenv support

2024-07-03 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 8682321d0c5b6de9c14851db8dd12d4754ed0f74 Author: p-szafonimateusz AuthorDate: Thu Jun 20 08:43:53 2024 +0200 arch

(nuttx) 03/05: arch/intel64: add support for MM_PGALLOC

2024-07-03 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 b1f3435d22c6acf82e8f20778e6b361ad08cafa4 Author: p-szafonimateusz AuthorDate: Mon Jun 17 14:05:01 2024 +0200 arch

(nuttx) 02/05: arch/x86_64: add MMU interface

2024-07-03 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 e0183927b451e6365f4eaa90f85fb9205d396353 Author: p-szafonimateusz AuthorDate: Mon Jun 17 14:04:48 2024 +0200 arch

(nuttx) 01/05: x86_64: add ELF support

2024-07-03 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 53d112fa95fa981008bd1ef829ee756a9bf2802d Author: p-szafonimateusz AuthorDate: Mon Jun 17 11:28:16 2024 +0200 x86_

(nuttx) 04/05: arch/intel64/intel64_map_region.c: use MMU api to implement up_map_region

2024-07-03 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 0200a48f7260bbaf596c77f457a50efefb2a0b18 Author: p-szafonimateusz AuthorDate: Mon Jun 17 14:05:13 2024 +0200 arch

(nuttx) branch master updated (2f76cf6b4e -> 8682321d0c)

2024-07-03 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 2f76cf6b4e board: add systemview config for stm32f429i-disco new 53d112fa95 x86_64: add ELF support new e0

Re: [PR] x86_64: addrenv support [nuttx]

2024-07-03 Thread via GitHub
xiaoxiang781216 merged PR #12613: URL: https://github.com/apache/nuttx/pull/12613 -- 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] Upgrade Segger SystemView to V3.54 [nuttx]

2024-07-03 Thread via GitHub
anchao merged PR #12611: URL: https://github.com/apache/nuttx/pull/12611 -- 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.apach

(nuttx) branch master updated (0476f8d95c -> 2f76cf6b4e)

2024-07-03 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 0476f8d95c rp2040: Add support to MAX6675 add ae03313473 drivers/segger: upgrade to v3.54 add 2f76cf6b4e boar

[PR] ESP32: emac initialization adding cpu id [nuttx]

2024-07-03 Thread via GitHub
nuttxs opened a new pull request, #12616: URL: https://github.com/apache/nuttx/pull/12616 ## Summary ESP32: emac initialization adding cpu id ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] net/tcp: no need to set tcp_window_scale opt if window less than 65535 [nuttx]

2024-07-03 Thread via GitHub
Meissi-jian commented on code in PR #12459: URL: https://github.com/apache/nuttx/pull/12459#discussion_r1663687390 ## net/tcp/tcp_send.c: ## @@ -613,8 +613,13 @@ void tcp_synack(FAR struct net_driver_s *dev, FAR struct tcp_conn_s *conn, tcp->optdata[optlen++] = tcp_mss & 0xf

Re: [PR] net/tcp: no need to set tcp_window_scale opt if window less than 65535 [nuttx]

2024-07-03 Thread via GitHub
Meissi-jian commented on code in PR #12459: URL: https://github.com/apache/nuttx/pull/12459#discussion_r1663687390 ## net/tcp/tcp_send.c: ## @@ -613,8 +613,13 @@ void tcp_synack(FAR struct net_driver_s *dev, FAR struct tcp_conn_s *conn, tcp->optdata[optlen++] = tcp_mss & 0xf

Re: [PR] Compatible Sd Test Printing [nuttx-apps]

2024-07-03 Thread via GitHub
Windrow14 closed pull request #2431: Compatible Sd Test Printing URL: https://github.com/apache/nuttx-apps/pull/2431 -- 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 unsubscr

Re: [PR] Compatible Sd Test Printing [nuttx-apps]

2024-07-03 Thread via GitHub
Windrow14 commented on PR #2431: URL: https://github.com/apache/nuttx-apps/pull/2431#issuecomment-2205294645 @JackyCaoYJ -- 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

[PR] lpt/Kconfig: hide TESTING_LTP_STACKSIZE option [nuttx-apps]

2024-07-03 Thread via GitHub
raiden00pl opened a new pull request, #2432: URL: https://github.com/apache/nuttx-apps/pull/2432 ## Summary lpt/Kconfig: hide TESTING_LTP_STACKSIZE option hide TESTING_LTP_STACKSIZE option when TESTING_LTP=n ## Impact cosmetic change ## Testing CI -- This is an au

[PR] Compatible Sd Test Printing [nuttx-apps]

2024-07-03 Thread via GitHub
Windrow14 opened a new pull request, #2431: URL: https://github.com/apache/nuttx-apps/pull/2431 ## Title Make Printing Compatible for Both 32-bit and 64-bit Environments. ## Summary Currently on 64-bit environment, for example, qemu-armv8a, compilation of `sd_bench`