[PR] libs/libc/inttypes: add support for imaxdiv [nuttx]

2024-04-22 Thread via GitHub
juniskane opened a new pull request, #12211: URL: https://github.com/apache/nuttx/pull/12211 ## Summary imaxdiv() is in C99 and Open Group specifications, was missing from NuttX. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To r

Re: [PR] arch/x86_64: add simple ACPI parser [nuttx]

2024-04-22 Thread via GitHub
szafonimateusz-mi commented on PR #12206: URL: https://github.com/apache/nuttx/pull/12206#issuecomment-2071467078 @masayuki2009 that's strange because this change works form me on qemu8.2.2 and directly on i7-1255U. I just notice that the code doesn't work when i set a breakpoint in ac

[PR] x86_64_acpi.c: make sure that RSDP is mapped [nuttx]

2024-04-22 Thread via GitHub
szafonimateusz-mi opened a new pull request, #12210: URL: https://github.com/apache/nuttx/pull/12210 ## Summary - x86_64_acpi.c: make sure that RSDP is mapped rsdp memory may be not mapped when provided from multiboot2 header. For some reason the previous code worked on some machines.

Re: [PR] drivers/usbdev/fs: fix issue between adb/fastboot/mtp and usbdev fs [nuttx]

2024-04-22 Thread via GitHub
Donny9 commented on PR #12197: URL: https://github.com/apache/nuttx/pull/12197#issuecomment-2071454559 > ``` > arm-none-eabi-ld: /github/workspace/sources/nuttx/staging/libdrivers.a(usbdev_fs.o): in function `usbdev_fs_classsetup': > usbdev_fs.c:(.text.usbdev_fs_classsetup+0x50): unde

Re: [PR] arch/riscv/qemu-rv: Add S-mode support [nuttx]

2024-04-22 Thread via GitHub
masayuki2009 commented on PR #12178: URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2071343064 > @masayuki2009 Thanks, it seems that I removed a branch jump by mistake. Could you test the new PR on the k210? @inochisa Thanks, it's working now. -- This is an au

[I] rv-virt TLSF_MANGER usage issue [nuttx]

2024-04-22 Thread via GitHub
yf13 opened a new issue, #12209: URL: https://github.com/apache/nuttx/issues/12209 It seems that TLSF heap manager doesn't work well with `rv-virt` on Ubuntu 22.04. ## Reproduce: - Used configurations: `rv-virt/knsh64`, `rv-virt/knsh32`, or `rv-virt/nsh64` - Before build

Re: [PR] Netlink route bugs fix [nuttx-apps]

2024-04-22 Thread via GitHub
Meissi-jian closed pull request #2365: Netlink route bugs fix URL: https://github.com/apache/nuttx-apps/pull/2365 -- 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

[PR] Netlink route bugs fix [nuttx-apps]

2024-04-22 Thread via GitHub
Meissi-jian opened a new pull request, #2365: URL: https://github.com/apache/nuttx-apps/pull/2365 ## Summary Netlink route bugs fix ## Impact cmd netlink_route ## Testing Vela products -- This is an automated message from the Apache Git Service. To respond to the message

(nuttx) branch master updated (530f5cd324 -> e2f1ccdefc)

2024-04-22 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 530f5cd324 arch/intel64: add cache support add 0d609c451b Revert "fix: the bug about rwbuffer causing mem overf

Re: [PR] drivers/misc/rwbuffer: fix rwbuffer overflow issue [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 merged PR #12202: URL: https://github.com/apache/nuttx/pull/12202 -- 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] arch/risc-v: add support of save/restore vector registers [nuttx]

2024-04-22 Thread via GitHub
anchao commented on code in PR #12184: URL: https://github.com/apache/nuttx/pull/12184#discussion_r1575511138 ## arch/risc-v/src/common/riscv_vpu.S: ## @@ -0,0 +1,156 @@ +/ + * arch/risc-v/src/common/ris

Re: [PR] arch/risc-v: add support of save/restore vector registers [nuttx]

2024-04-22 Thread via GitHub
anchao commented on code in PR #12184: URL: https://github.com/apache/nuttx/pull/12184#discussion_r1575510546 ## arch/risc-v/src/common/riscv_initialstate.c: ## @@ -66,6 +70,33 @@ void up_initial_state(struct tcb_s *tcb) memset(xcp, 0, sizeof(struct xcptcontext)); +#if de

Re: [PR] arch/risc-v: remove the hard code array of cpu idle stack [nuttx]

2024-04-22 Thread via GitHub
anchao commented on code in PR #12207: URL: https://github.com/apache/nuttx/pull/12207#discussion_r1575500786 ## arch/risc-v/src/common/riscv_cpuidlestack.c: ## @@ -37,8 +37,8 @@ * Pre-processor Definitions

Re: [PR] arch/risc-v: remove the hard code array of cpu idle stack [nuttx]

2024-04-22 Thread via GitHub
anchao commented on code in PR #12207: URL: https://github.com/apache/nuttx/pull/12207#discussion_r1575499183 ## arch/risc-v/src/common/riscv_cpuidlestack.c: ## @@ -50,64 +50,13 @@ * 2. RISC-V requires a 16-byte stack alignment. */ -#if CONFIG_SMP_NCPUS > 1 -static uint8

Re: [PR] arch/x86_64: add simple ACPI parser [nuttx]

2024-04-22 Thread via GitHub
masayuki2009 commented on PR #12206: URL: https://github.com/apache/nuttx/pull/12206#issuecomment-2071091683 @szafonimateusz-mi I noticed that `qemu-intel64:ostest` does not boot now with this PR. I tested it with QEMU-8.2.0 + KVM (ubuntu 22.04) on 11th Gen Intel(R) Core(TM) i7-11700

Re: [PR] arch/risc-v: add support of save/restore vector registers [nuttx]

2024-04-22 Thread via GitHub
pkarashchenko commented on code in PR #12184: URL: https://github.com/apache/nuttx/pull/12184#discussion_r1575377442 ## arch/risc-v/src/common/riscv_initialstate.c: ## @@ -66,6 +70,33 @@ void up_initial_state(struct tcb_s *tcb) memset(xcp, 0, sizeof(struct xcptcontext));

Re: [PR] drivers/usbdev/fs: fix issue between adb/fastboot/mtp and usbdev fs [nuttx]

2024-04-22 Thread via GitHub
pkarashchenko commented on PR #12197: URL: https://github.com/apache/nuttx/pull/12197#issuecomment-2070979245 ``` arm-none-eabi-ld: /github/workspace/sources/nuttx/staging/libdrivers.a(usbdev_fs.o): in function `usbdev_fs_classsetup': usbdev_fs.c:(.text.usbdev_fs_classsetup+0x50): und

Re: [PR] arch/risc-v: remove the hard code array of cpu idle stack [nuttx]

2024-04-22 Thread via GitHub
pkarashchenko commented on code in PR #12207: URL: https://github.com/apache/nuttx/pull/12207#discussion_r1575371651 ## arch/risc-v/src/common/riscv_cpuidlestack.c: ## @@ -37,8 +37,8 @@ * Pre-processor Definitions *

Re: [PR] arch/risc-v: remove the hard code array of cpu idle stack [nuttx]

2024-04-22 Thread via GitHub
pkarashchenko commented on code in PR #12207: URL: https://github.com/apache/nuttx/pull/12207#discussion_r1575368461 ## arch/risc-v/src/common/riscv_cpuidlestack.c: ## @@ -50,64 +50,13 @@ * 2. RISC-V requires a 16-byte stack alignment. */ -#if CONFIG_SMP_NCPUS > 1 -stati

Re: [PR] arch/intel64: add cache support [nuttx]

2024-04-22 Thread via GitHub
pkarashchenko merged PR #12205: URL: https://github.com/apache/nuttx/pull/12205 -- 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...@nutt

(nuttx) branch master updated (30226901c0 -> 530f5cd324)

2024-04-22 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 30226901c0 arch/x86_64: add simple ACPI parser add 530f5cd324 arch/intel64: add cache support No new revis

Re: [PR] arch/x86_64: add simple ACPI parser [nuttx]

2024-04-22 Thread via GitHub
pkarashchenko commented on code in PR #12206: URL: https://github.com/apache/nuttx/pull/12206#discussion_r1575357492 ## arch/x86_64/src/common/Make.defs: ## @@ -28,3 +28,7 @@ CMN_CSRCS += x86_64_nputs.c x86_64_switchcontext.c x86_64_udelay.c ifeq ($(CONFIG_PCI),y) CMN_CSRCS +

(nuttx-apps) branch master updated (ad7f69d25 -> 255df7c01)

2024-04-22 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-apps.git from ad7f69d25 Add support for protocol buffers (nanopb) Adding nanopb download and compilation new c0c9a6

(nuttx-apps) 03/03: [ping] fix ping error busyloop add goto wait

2024-04-22 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-apps.git commit 255df7c01f6ef8e4da281cfe2a7dae764ef034e6 Author: meijian AuthorDate: Wed Mar 27 11:02:33 2024 +0800 [pin

(nuttx-apps) 01/03: [ping] fix ping early return when ping is interrupted by ifdown and poll return

2024-04-22 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-apps.git commit c0c9a6007cc258f533586dd898c2788222f77615 Author: meijian AuthorDate: Wed Feb 21 20:32:06 2024 +0800 [pin

(nuttx-apps) 02/03: [ping] fix ping early return when ping is interrupted by ifdown

2024-04-22 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-apps.git commit a7cffe03b548dff6e6702da852f723da7b4f4950 Author: meijian AuthorDate: Thu Feb 29 15:01:05 2024 +0800 [pin

Re: [PR] ping early return bugs fix [nuttx-apps]

2024-04-22 Thread via GitHub
pkarashchenko merged PR #2364: URL: https://github.com/apache/nuttx-apps/pull/2364 -- 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...@n

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
acassis commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1575084535 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMakeLists.

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
acassis closed pull request #2363: apps: Add uploadfiles to simplify file loading to NuttX URL: https://github.com/apache/nuttx-apps/pull/2363 -- 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 spe

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574999860 ## tools/toolchain.cmake.export: ## @@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*) add_compile_options(-nostdlib) add_compile_options(-ff

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574995699 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMa

(nuttx) branch master updated (0aac7d929d -> 30226901c0)

2024-04-22 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 0aac7d929d intel64/arch.h: fix ist_t structure, there is no reserved5 field add 30226901c0 arch/x86_64: add si

Re: [PR] arch/x86_64: add simple ACPI parser [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 merged PR #12206: URL: https://github.com/apache/nuttx/pull/12206 -- 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) 02/04: intel64: add header for intel64_lowsetup

2024-04-22 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 71987be7ef6389c8dafb905603f2883a54fd8856 Author: p-szafonimateusz AuthorDate: Wed Apr 3 11:53:35 2024 +0200 intel

(nuttx) 01/04: intel64/intel64_irq.c: cosmetic change

2024-04-22 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 f8ec274749dbf42750619d7ce5963fd2d2edaebd Author: p-szafonimateusz AuthorDate: Wed Apr 3 11:53:18 2024 +0200 intel

(nuttx) 03/04: intel64/intel64_handlers.c: cosmetic changes

2024-04-22 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 8b09118350108c822158420cceae7c369f00eeb4 Author: p-szafonimateusz AuthorDate: Wed Apr 3 11:53:51 2024 +0200 intel

(nuttx) branch master updated (5ff6362d0f -> 0aac7d929d)

2024-04-22 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 5ff6362d0f Documentation: improve documentation about ESP32 family new f8ec274749 intel64/intel64_irq.c: cosmet

(nuttx) 04/04: intel64/arch.h: fix ist_t structure, there is no reserved5 field

2024-04-22 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 0aac7d929d5785eefb6694a0314870dbe8fb0654 Author: p-szafonimateusz AuthorDate: Wed Apr 3 11:53:40 2024 +0200 intel

(nuttx) branch master updated: netdev_upperhalf: add L3 packet handle

2024-04-22 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 92cd1c3742 netdev_upperhalf: add L3 packet han

Re: [PR] intel64: various cosmetic changes [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 merged PR #12204: URL: https://github.com/apache/nuttx/pull/12204 -- 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 (92cd1c3742 -> 5ff6362d0f)

2024-04-22 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 92cd1c3742 netdev_upperhalf: add L3 packet handle add 5ff6362d0f Documentation: improve documentation about ESP

Re: [PR] Documentation: improve documentation about ESP32 family [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 merged PR #12208: URL: https://github.com/apache/nuttx/pull/12208 -- 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] netdev_upperhalf: add L3 packet handle [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 merged PR #12203: URL: https://github.com/apache/nuttx/pull/12203 -- 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: [I] NUVOTON MA35H0, MA35D1 processors [nuttx]

2024-04-22 Thread via GitHub
acassis commented on issue #12100: URL: https://github.com/apache/nuttx/issues/12100#issuecomment-2069924490 Damn it! @edbek in this case you have two options: 1) do the port yourself (or pay someone to do it for you) or 2) switch to some microcontroller with better support on NuttX,

Re: [I] NUVOTON MA35H0, MA35D1 processors [nuttx]

2024-04-22 Thread via GitHub
edbek commented on issue #12100: URL: https://github.com/apache/nuttx/issues/12100#issuecomment-2069828928 bad news: https://github.com/OpenNuvoton/MA35H0_NonOS_BSP/issues/1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [I] NUVOTON MA35H0, MA35D1 processors [nuttx]

2024-04-22 Thread via GitHub
acassis commented on issue #12100: URL: https://github.com/apache/nuttx/issues/12100#issuecomment-2069734323 Hi @edbek any news? Did you ping them? -- 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

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
acassis commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574883934 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMakeLists.

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
acassis commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574883934 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMakeLists.

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
acassis commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574869936 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMakeLists.

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
patacongo commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574840189 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMakeList

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
patacongo commented on PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#issuecomment-2069595917 > Maybe this ROM Disk should be included in the kernel side instead of apps. What do you think? That might be the cleaner solution and would work in all build modes. -- This

(nuttx-apps) branch master updated: Add support for protocol buffers (nanopb) Adding nanopb download and compilation

2024-04-22 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-apps.git The following commit(s) were added to refs/heads/master by this push: new ad7f69d25 Add support for protocol buffers

Re: [PR] Add support for protocol buffers (nanopb) [nuttx-apps]

2024-04-22 Thread via GitHub
acassis merged PR #2362: URL: https://github.com/apache/nuttx-apps/pull/2362 -- 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

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
yf13 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574535035 ## tools/toolchain.cmake.export: ## @@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*) add_compile_options(-nostdlib) add_compile_options(-ffunction-sec

Re: [PR] boards/stm32f411-minimum: add support for /dev/gpio* [nuttx]

2024-04-22 Thread via GitHub
acassis merged PR #11798: URL: https://github.com/apache/nuttx/pull/11798 -- 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: boards/stm32f411-minimum: add support for /dev/gpio*

2024-04-22 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 85b2cbaca6 boards/stm32f411-minimum: add support

Re: [PR] drivers/usbdev/fs: fix issue between adb/fastboot/mtp and usbdev fs [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 commented on PR #12197: URL: https://github.com/apache/nuttx/pull/12197#issuecomment-2069328789 > ![image](https://private-user-images.githubusercontent.com/70748590/324450496-2cf9a1e5-7411-4ae0-bbd1-bb2b55887ffa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodW

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574705071 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMa

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574705071 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMa

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
yf13 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574528785 ## tools/mkexport.sh: ## @@ -255,11 +262,12 @@ echo "HOSTINCLUDES = ${HOSTINCLUDES}" >>"${EXPORTDIR}/scripts/Make.defs" echo "HOSTCFLAGS = ${HOSTCFLAGS}" >>"${

[PR] Documentation: improve documentation about ESP32 family [nuttx]

2024-04-22 Thread via GitHub
tmedicci opened a new pull request, #12208: URL: https://github.com/apache/nuttx/pull/12208 ## Summary * Documentation: improve documentation about the ESP32 family In particular, sections regarding the toolchain setup and usage and the bootloader options were updated. Also, mi

Re: [PR] drivers/usbdev/fs: fix issue between adb/fastboot/mtp and usbdev fs [nuttx]

2024-04-22 Thread via GitHub
Donny9 commented on PR #12197: URL: https://github.com/apache/nuttx/pull/12197#issuecomment-2069214341 ![image](https://github.com/apache/nuttx/assets/70748590/2cf9a1e5-7411-4ae0-bbd1-bb2b55887ffa) Why is there this error? -- This is an automated message from the Apache Git Service. T

Re: [PR] drivers/misc/rwbuffer: fix rwbuffer overflow issue [nuttx]

2024-04-22 Thread via GitHub
ChenChuangForLinux commented on PR #12202: URL: https://github.com/apache/nuttx/pull/12202#issuecomment-2069143499 > @ChenChuangForLinux could you verifiy this patch fix your problem too? Yes, I've seen the change and it is better than my patch. -- This is an automated message from

Re: [PR] netdev_upperhalf: add L3 packet handle [nuttx]

2024-04-22 Thread via GitHub
zhhyu7 commented on code in PR #12203: URL: https://github.com/apache/nuttx/pull/12203#discussion_r1574591043 ## drivers/net/netdev_upperhalf.c: ## @@ -465,6 +528,11 @@ static void netdev_upper_rxpoll_work(FAR struct netdev_upperhalf_s *upper) eth_input(dev);

Re: [PR] netdev_upperhalf: add L3 packet handle [nuttx]

2024-04-22 Thread via GitHub
anchao commented on code in PR #12203: URL: https://github.com/apache/nuttx/pull/12203#discussion_r1574572967 ## drivers/net/netdev_upperhalf.c: ## @@ -465,6 +528,11 @@ static void netdev_upper_rxpoll_work(FAR struct netdev_upperhalf_s *upper) eth_input(dev);

[PR] arch/risc-v: remove the hard code array of cpu idle stack [nuttx]

2024-04-22 Thread via GitHub
anchao opened a new pull request, #12207: URL: https://github.com/apache/nuttx/pull/12207 ## Summary arch/risc-v: remove the hard code array of cpu idle stack Do not limit the number of CPU idle stacks by hard code Signed-off-by: chao an ## Impact N/A

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
acassis commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574562315 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMakeLists.

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
yf13 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574528785 ## tools/mkexport.sh: ## @@ -255,11 +262,12 @@ echo "HOSTINCLUDES = ${HOSTINCLUDES}" >>"${EXPORTDIR}/scripts/Make.defs" echo "HOSTCFLAGS = ${HOSTCFLAGS}" >>"${

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
yf13 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574528785 ## tools/mkexport.sh: ## @@ -255,11 +262,12 @@ echo "HOSTINCLUDES = ${HOSTINCLUDES}" >>"${EXPORTDIR}/scripts/Make.defs" echo "HOSTCFLAGS = ${HOSTCFLAGS}" >>"${

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
yf13 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574535035 ## tools/toolchain.cmake.export: ## @@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*) add_compile_options(-nostdlib) add_compile_options(-ffunction-sec

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
yf13 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574535035 ## tools/toolchain.cmake.export: ## @@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*) add_compile_options(-nostdlib) add_compile_options(-ffunction-sec

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574530715 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMa

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
yf13 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574535035 ## tools/toolchain.cmake.export: ## @@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*) add_compile_options(-nostdlib) add_compile_options(-ffunction-sec

[PR] arch/x86_64: add simple ACPI parser [nuttx]

2024-04-22 Thread via GitHub
szafonimateusz-mi opened a new pull request, #12206: URL: https://github.com/apache/nuttx/pull/12206 ## Summary - arch/x86_64: add simple ACPI parser For now ACPI RSDP signature can be found in BIOS legacy region or can be provided by multiboot2 ## Impact we can access data s

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
acassis commented on code in PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574525015 ## uploadfiles/CMakeLists.txt: ## @@ -0,0 +1,42 @@ +# ## +# apps/uploadfiles/CMakeLists.

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
acassis commented on PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#issuecomment-2069038616 > > which should be worked even in protected and kernel mode. > > I think Alan wants to load the file into physical memory using JTAG. This would work in KERNEL mode only if the

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
yf13 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574528785 ## tools/mkexport.sh: ## @@ -255,11 +262,12 @@ echo "HOSTINCLUDES = ${HOSTINCLUDES}" >>"${EXPORTDIR}/scripts/Make.defs" echo "HOSTCFLAGS = ${HOSTCFLAGS}" >>"${

[PR] arch/intel64: add cache support [nuttx]

2024-04-22 Thread via GitHub
szafonimateusz-mi opened a new pull request, #12205: URL: https://github.com/apache/nuttx/pull/12205 ## Summary arch/intel64: add cache support ## Impact cache api supported ## Testing qemu and intel hw -- This is an automated message from the Apache Git Service.

Re: [PR] apps: Add uploadfiles to simplify file loading to NuttX [nuttx-apps]

2024-04-22 Thread via GitHub
acassis commented on PR #2363: URL: https://github.com/apache/nuttx-apps/pull/2363#issuecomment-2069031481 > This kind of logic will not work in the KERNEL build. It should work in a FLAT build. I think the PROTECTED build as well although the volume would probably need to be in user space

[PR] intel64: various cosmetic changes [nuttx]

2024-04-22 Thread via GitHub
szafonimateusz-mi opened a new pull request, #12204: URL: https://github.com/apache/nuttx/pull/12204 ## Summary - intel64/intel64_irq.c: cosmetic change - intel64: add header for intel64_lowsetup - intel64/intel64_handlers.c: cosmetic changes - intel64/arch.h: fix ist_t struct

[PR] netdev_upperhalf: add L3 packet handle [nuttx]

2024-04-22 Thread via GitHub
zhhyu7 opened a new pull request, #12203: URL: https://github.com/apache/nuttx/pull/12203 ## Summary To provide support for the received L3 network packets ## Impact ## Testing sim:local -- This is an automated message from the Apache Git Service. To respond to the

[PR] Ping push [nuttx-apps]

2024-04-22 Thread via GitHub
Meissi-jian opened a new pull request, #2364: URL: https://github.com/apache/nuttx-apps/pull/2364 ## Summary fix ping return error when ifdown interface ## Impact PING ## Testing Vela products -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] tools/export: fix app entry and linker script names [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #12201: URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574316505 ## tools/toolchain.cmake.export: ## @@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*) add_compile_options(-nostdlib) add_compile_options(-ff

(nuttx) branch master updated (41803a0c20 -> 4b086f595e)

2024-04-22 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 41803a0c20 sensors/bh1749nuc: add support for the new sensor framework add 4b086f595e arch/risc-v: rename local

Re: [PR] arch/risc-v: rename local variable name to avoid shadowed declaration [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 merged PR #12200: URL: https://github.com/apache/nuttx/pull/12200 -- 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] boards/stm32f411-minimum: add support for /dev/gpio* [nuttx]

2024-04-22 Thread via GitHub
mlyszczek commented on PR #11798: URL: https://github.com/apache/nuttx/pull/11798#issuecomment-2068763897 Yay, finally a success. Sorry it took so long. -- 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] drivers/misc/rwbuffer: fix rwbuffer overflow issue [nuttx]

2024-04-22 Thread via GitHub
xiaoxiang781216 commented on PR #12202: URL: https://github.com/apache/nuttx/pull/12202#issuecomment-2068745917 @ChenChuangForLinux could you verifiy this patch fix your problem too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi