[PR] arch/risc-v: Fix typo in riscv_set_inital_sp [nuttx]

2024-04-27 Thread via GitHub
inochisa opened a new pull request, #12243: URL: https://github.com/apache/nuttx/pull/12243 Set right name for the parameter description of riscv_set_inital_sp. This should improve https://github.com/apache/nuttx/pull/12178#discussion_r1581992407 -- This is an automated message fro

[PR] arch/risc-v: remove macro test for ipi function [nuttx]

2024-04-27 Thread via GitHub
inochisa opened a new pull request, #12242: URL: https://github.com/apache/nuttx/pull/12242 Remove the check on RISCV_IPI in riscv_ipi_send/clear and let build fail if RISCV_IPI is not defined. Fixup: 4f63ca1418 ("arch/risc-v: unfiy IPI access) This fixed https://github.com/apa

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

2024-04-27 Thread via GitHub
inochisa commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1581998302 ## arch/risc-v/src/common/riscv_macros.S: ## @@ -364,3 +364,45 @@ csrr\out, CSR_MHARTID #endif .endm + +/*

(nuttx) 02/05: sensors/bmm150_uorb.c: fix compilation for poll interface

2024-04-27 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 7a789d0775d9373b27da966ab57e5018a42bac4f Author: raiden00pl AuthorDate: Mon Apr 22 20:05:53 2024 +0200 sensors/bm

(nuttx) 03/05: drivers/adxl362_uorb: various fixes

2024-04-27 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 1985dcd192b3548bce135536ee2ed5e595fed75c Author: raiden00pl AuthorDate: Tue Apr 23 19:12:00 2024 +0200 drivers/ad

(nuttx) 05/05: sensors/adxl372_uorb: wait for data ready in thread

2024-04-27 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 322551b13b422f7e414930ad14e7cce1358f8ab3 Author: raiden00pl AuthorDate: Sat Apr 27 09:08:12 2024 +0200 sensors/ad

(nuttx) 01/05: sensors/bh1749nuc_uorb.c: fix compilation when poll interface is disabled

2024-04-27 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 0f56d1df164530d97f6e56366fd5811389fea89f Author: raiden00pl AuthorDate: Mon Apr 22 20:05:36 2024 +0200 sensors/bh

(nuttx) 04/05: sensors/bmi270_uorb.c: fix condition for sensor stop

2024-04-27 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 a34007b81f3a812e8e1eaaa125014b2199128147 Author: raiden00pl AuthorDate: Tue Apr 23 19:24:11 2024 +0200 sensors/bm

(nuttx) branch master updated (49b3f52db1 -> 322551b13b)

2024-04-27 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 49b3f52db1 arch/riscv/qemu-rv: replace M-mode init code with SBI in kernel build new 0f56d1df16 sensors/bh1749

Re: [PR] drivers/sensors: various fixes for sensors [nuttx]

2024-04-27 Thread via GitHub
xiaoxiang781216 merged PR #12240: URL: https://github.com/apache/nuttx/pull/12240 -- 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-27 Thread via GitHub
xiaoxiang781216 commented on PR #12184: URL: https://github.com/apache/nuttx/pull/12184#issuecomment-2081334897 @anchao see my minor comment. -- 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 s

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

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1582018353 ## arch/risc-v/src/common/riscv_internal.h: ## @@ -294,6 +294,18 @@ int riscv_check_pmp_access(uintptr_t attr, uintptr_t base, uintptr_t size); int riscv_conf

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on PR #2312: URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2081315493 @XuNeo please fix the nxstyle warning: https://github.com/apache/nuttx-apps/actions/runs/8849934321/job/24303028511?pr=2312 -- This is an automated message from the Apache

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

2024-04-27 Thread via GitHub
inochisa commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1581998798 ## arch/risc-v/src/common/riscv_internal.h: ## @@ -294,6 +294,18 @@ int riscv_check_pmp_access(uintptr_t attr, uintptr_t base, uintptr_t size); int riscv_configured_

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

2024-04-27 Thread via GitHub
inochisa commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1581998302 ## arch/risc-v/src/common/riscv_macros.S: ## @@ -364,3 +364,45 @@ csrr\out, CSR_MHARTID #endif .endm + +/*

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

2024-04-27 Thread via GitHub
inochisa commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1581998302 ## arch/risc-v/src/common/riscv_macros.S: ## @@ -364,3 +364,45 @@ csrr\out, CSR_MHARTID #endif .endm + +/*

Re: [PR] sim/lvgl_fb: upgrade to lvgl version v9 [nuttx]

2024-04-27 Thread via GitHub
XuNeo commented on PR #11780: URL: https://github.com/apache/nuttx/pull/11780#issuecomment-2081293830 Yes, it's ready for merging. The removed color16 byte order swap issue should be fixed by driver in future. -- This is an automated message from the Apache Git Service. To respond to the

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

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1581997830 ## arch/risc-v/src/common/riscv_internal.h: ## @@ -294,6 +294,18 @@ int riscv_check_pmp_access(uintptr_t attr, uintptr_t base, uintptr_t size); int riscv_conf

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

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on PR #12178: URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2081293543 > > just send out before @acassis merge the patch, @inochisa please check my comment, thanks. > > @xiaoxiang781216 I see @acassis already merged this before your comment. I

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581996835 ## drivers/video/fb.c: ## @@ -1032,7 +1032,13 @@ static int fb_mmap(FAR struct file *filep, FAR struct mm_map_entry_s *map) if (map->offset >= 0 && map->off

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581996645 ## mm/map/Make.defs: ## @@ -23,7 +23,7 @@ CSRCS += mm_map.c ifeq ($(CONFIG_ARCH_VMA_MAPPING),y) -CSRCS += vm_region.c +CSRCS += vm_region.c vm_map.c Review

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
yf13 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581993161 ## drivers/video/fb.c: ## @@ -1032,7 +1032,13 @@ static int fb_mmap(FAR struct file *filep, FAR struct mm_map_entry_s *map) if (map->offset >= 0 && map->offset < panel

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
yf13 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581994602 ## mm/map/Make.defs: ## @@ -23,7 +23,7 @@ CSRCS += mm_map.c ifeq ($(CONFIG_ARCH_VMA_MAPPING),y) -CSRCS += vm_region.c +CSRCS += vm_region.c vm_map.c Review Comment:

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
yf13 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581994602 ## mm/map/Make.defs: ## @@ -23,7 +23,7 @@ CSRCS += mm_map.c ifeq ($(CONFIG_ARCH_VMA_MAPPING),y) -CSRCS += vm_region.c +CSRCS += vm_region.c vm_map.c Review Comment:

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
yf13 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581994602 ## mm/map/Make.defs: ## @@ -23,7 +23,7 @@ CSRCS += mm_map.c ifeq ($(CONFIG_ARCH_VMA_MAPPING),y) -CSRCS += vm_region.c +CSRCS += vm_region.c vm_map.c Review Comment:

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
yf13 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581994602 ## mm/map/Make.defs: ## @@ -23,7 +23,7 @@ CSRCS += mm_map.c ifeq ($(CONFIG_ARCH_VMA_MAPPING),y) -CSRCS += vm_region.c +CSRCS += vm_region.c vm_map.c Review Comment:

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

2024-04-27 Thread via GitHub
inochisa commented on PR #12178: URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2081282718 > just send out before @acassis merge the patch, @inochisa please check my comment, thanks. @xiaoxiang781216 I see @acassis already merged this before your comment. Is it better t

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

2024-04-27 Thread via GitHub
inochisa commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1581994125 ## arch/risc-v/src/common/riscv_internal.h: ## @@ -294,6 +294,18 @@ int riscv_check_pmp_access(uintptr_t attr, uintptr_t base, uintptr_t size); int riscv_configured_

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

2024-04-27 Thread via GitHub
inochisa commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1581994278 ## arch/risc-v/src/common/riscv_ipi.h: ## @@ -0,0 +1,52 @@ +/ + * arch/risc-v/src/common/ri

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

2024-04-27 Thread via GitHub
inochisa commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1581993958 ## arch/risc-v/src/common/riscv_macros.S: ## @@ -364,3 +364,45 @@ csrr\out, CSR_MHARTID #endif .endm + +/*

Re: [PR] sim/lvgl_fb: upgrade to lvgl version v9 [nuttx]

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on PR #11780: URL: https://github.com/apache/nuttx/pull/11780#issuecomment-2081281799 @XuNeo is this patch ready for merging? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

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

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on PR #12178: URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2081281543 just send out before @acassis merge the patch, @inochisa please check my comment, thanks. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
yf13 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581993161 ## drivers/video/fb.c: ## @@ -1032,7 +1032,13 @@ static int fb_mmap(FAR struct file *filep, FAR struct mm_map_entry_s *map) if (map->offset >= 0 && map->offset < panel

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
yf13 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581993161 ## drivers/video/fb.c: ## @@ -1032,7 +1032,13 @@ static int fb_mmap(FAR struct file *filep, FAR struct mm_map_entry_s *map) if (map->offset >= 0 && map->offset < panel

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

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #12178: URL: https://github.com/apache/nuttx/pull/12178#discussion_r1581992336 ## arch/risc-v/src/common/riscv_internal.h: ## @@ -294,6 +294,18 @@ int riscv_check_pmp_access(uintptr_t attr, uintptr_t base, uintptr_t size); int riscv_conf

(nuttx) 05/05: arch/riscv/qemu-rv: replace M-mode init code with SBI in kernel build

2024-04-27 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 49b3f52db1d09039e4c37d764ab78f4b009c5c03 Author: Inochi Amaoto AuthorDate: Thu Apr 18 19:13:27 2024 +0800 arch/risc

(nuttx) 01/05: arch/risc-v: unfiy IPI access

2024-04-27 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 1ef3767f85a3e5e85b85edaa23d692d001099949 Author: Inochi Amaoto AuthorDate: Fri Apr 12 17:27:00 2024 +0800 arch/risc

(nuttx) 04/05: arch/risc-v: add risc-v SSTC extension support

2024-04-27 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 3cabc92427ba6a013e0e531bea9cf07935068152 Author: Inochi Amaoto AuthorDate: Mon Apr 15 19:12:20 2024 +0800 arch/risc

(nuttx) branch master updated (dd611b9c5b -> 49b3f52db1)

2024-04-27 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 dd611b9c5b arch/nrf91: enable FPU new 1ef3767f85 arch/risc-v: unfiy IPI access new a33313413d arch/risc-v: i

(nuttx) 03/05: arch/risc-v: report correct interrupt stack base

2024-04-27 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 1d7afb571f2968099ae8b8c17a4d662ad9b948aa Author: Inochi Amaoto AuthorDate: Mon Apr 15 08:33:54 2024 +0800 arch/risc

(nuttx) 02/05: arch/risc-v: introduce dynamic stack allocation.

2024-04-27 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 a33313413d6b7ab097dbea47d410e65fe6d1ed05 Author: Inochi Amaoto AuthorDate: Sun Apr 14 18:40:44 2024 +0800 arch/risc

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

2024-04-27 Thread via GitHub
acassis merged PR #12178: URL: https://github.com/apache/nuttx/pull/12178 -- 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] cmake:bugfix generate config.h contain ; characters will be handled incorrectly [nuttx]

2024-04-27 Thread via GitHub
anchao commented on PR #12237: URL: https://github.com/apache/nuttx/pull/12237#issuecomment-2081271700 This issue not caused by `';'` character, which should be `foreach()` treated close bracket ` ']' ` as a regular expression: https://stackoverflow.com/questions/26057678/escape-characte

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

2024-04-27 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 754fc7999 Publishing web: ce5ab6c

Re: [PR] video/virtio-gpu: userspace framebuffer support [nuttx]

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #12238: URL: https://github.com/apache/nuttx/pull/12238#discussion_r1581981487 ## mm/map/Make.defs: ## @@ -23,7 +23,7 @@ CSRCS += mm_map.c ifeq ($(CONFIG_ARCH_VMA_MAPPING),y) -CSRCS += vm_region.c +CSRCS += vm_region.c vm_map.c Review

Re: [PR] arch/nrf91: enable FPU [nuttx]

2024-04-27 Thread via GitHub
xiaoxiang781216 merged PR #12239: URL: https://github.com/apache/nuttx/pull/12239 -- 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] drivers/sensors: various fixes for sensors [nuttx]

2024-04-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #12240: URL: https://github.com/apache/nuttx/pull/12240#discussion_r1581980268 ## drivers/sensors/adxl362_uorb.c: ## @@ -321,13 +323,31 @@ static int adxl362_checkid(FAR struct adxl362_sensor_s *priv) return OK; } +/

(nuttx) branch master updated: arch/nrf91: enable FPU

2024-04-27 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 dd611b9c5b arch/nrf91: enable FPU dd611b9c5b i

(nuttx) branch master updated (12849b66e6 -> 07d4316a6f)

2024-04-27 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 12849b66e6 stm32f777zit6-meadow: Add audio support (CS4344) add 07d4316a6f boards/arm/stm32/common/src/stm32_bh

Re: [PR] boards/arm/stm32/common/src/stm32_bh1750.c: fix include [nuttx]

2024-04-27 Thread via GitHub
xiaoxiang781216 merged PR #12241: URL: https://github.com/apache/nuttx/pull/12241 -- 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/arm/stm32/common/src/stm32_bh1750.c: fix include [nuttx]

2024-04-27 Thread via GitHub
simbit18 commented on PR #12241: URL: https://github.com/apache/nuttx/pull/12241#issuecomment-2080738087 @raiden00p l think it is also missing char devpath[12]; snprintf(devpath, 12, "/dev/light%d", devno); -- This is an automated message from the Apache Git Service. To respond to t

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

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

[PR] boards/arm/stm32/common/src/stm32_bh1750.c: fix include [nuttx]

2024-04-27 Thread via GitHub
raiden00pl opened a new pull request, #12241: URL: https://github.com/apache/nuttx/pull/12241 ## Summary boards/arm/stm32/common/src/stm32_bh1750.c: fix include should include i2c interface, not spi ## Impact ## Testing ci -- This is an automated message from the

[PR] arch/nrf91: enable FPU [nuttx]

2024-04-27 Thread via GitHub
raiden00pl opened a new pull request, #12239: URL: https://github.com/apache/nuttx/pull/12239 ## Summary arch/nrf91: enable FPU ## Impact ## Testing thingy91 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git