(nuttx-apps) branch master updated: lvgldemo: allow to customize input dev path

2024-10-26 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 c4b6fd77b lvgldemo: allow to customize in

Re: [PR] cmake:replenish flatbuffers system/gprof app CMake build [nuttx-apps]

2024-10-26 Thread via GitHub
nuttxpr commented on PR #2779: URL: https://github.com/apache/nuttx-apps/pull/2779#issuecomment-2439809814 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) **No, this PR does not meet the NuttX requirements.*

Re: [PR] build(bugfix):remove unused cmake scrpits [nuttx-apps]

2024-10-26 Thread via GitHub
xiaoxiang781216 merged PR #2778: URL: https://github.com/apache/nuttx-apps/pull/2778 -- 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-apps) branch master updated: build(bugfix):remove unused cmake scrpits

2024-10-26 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 b4c2e6bf4 build(bugfix):remove unused cma

(nuttx-apps) 01/02: cmake:add flatbuffers CMake build

2024-10-26 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 commit 469cc11406ce044899d278bda7ad810a0a8379ba Author: renzhiyuan1 AuthorDate: Thu May 23 12:08:17 2024 +0800 cmak

Re: [PR] lvgldemo: allow to customize input dev path [nuttx-apps]

2024-10-26 Thread via GitHub
xiaoxiang781216 merged PR #2776: URL: https://github.com/apache/nuttx-apps/pull/2776 -- 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-apps) branch master updated (7f7bbe236 -> 55a955234)

2024-10-26 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 7f7bbe236 examples/mqttc: add option to use MBED TLS for connections new 469cc1140 cmake:add flatbuffers C

Re: [PR] cmake:replenish flatbuffers system/gprof app CMake build [nuttx-apps]

2024-10-26 Thread via GitHub
xiaoxiang781216 merged PR #2779: URL: https://github.com/apache/nuttx-apps/pull/2779 -- 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-apps) 02/02: cmake:add system gprof CMake build

2024-10-26 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 commit 55a955234a17882a80dad644e5e118b9ba054771 Author: xuxin19 AuthorDate: Sun Oct 27 10:07:04 2024 +0800 cmake:ad

[PR] CI: Check out the correct branch of nuttx repo when compiling nuttx-apps [nuttx-apps]

2024-10-26 Thread via GitHub
lupyuen opened a new pull request, #2780: URL: https://github.com/apache/nuttx-apps/pull/2780 ## Summary When compiling the Release Branch of `nuttx-apps`, our CI Workflow `build.yml` checks out the Master Branch of `nuttx` repo, which is incorrect. This happens due to a typo in `bui

[PR] CI: Check out the correct branch of nuttx repo when compiling nuttx-apps [nuttx]

2024-10-26 Thread via GitHub
lupyuen opened a new pull request, #14518: URL: https://github.com/apache/nuttx/pull/14518 ## Summary When compiling the Release Branch of `nuttx-apps`, our CI Workflow `build.yml` checks out the Master Branch of `nuttx` repo, which is incorrect. This happens due to a typo in `build.

Re: [PR] example/libtest: add malloc/free to libtest [nuttx-apps]

2024-10-26 Thread via GitHub
XuNeo commented on code in PR #2775: URL: https://github.com/apache/nuttx-apps/pull/2775#discussion_r1817984985 ## examples/libtest/libtest.c: ## @@ -24,6 +24,7 @@ #include Review Comment: Replaced with for `FAR`. -- This is an automated message from the Apache Git

Re: [I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-26 Thread via GitHub
lupyuen commented on issue #14376: URL: https://github.com/apache/nuttx/issues/14376#issuecomment-2439840659 Something strange about __Network Timeouts__ in our Docker Workflows: First Run fails while [downloading something from GitHub](https://github.com/nuttxpr/nuttx/actions/runs/11535899

(nuttx) 01/03: fs_heap: add memalign interface

2024-10-26 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 22bcb88687fe864cea0503ba68803b40cf0539b9 Author: xuxingliang AuthorDate: Tue Oct 15 20:10:06 2024 +0800 fs_heap:

Re: [PR] Add cmake build script for math library [nuttx-apps]

2024-10-26 Thread via GitHub
xiaoxiang781216 commented on code in PR #2774: URL: https://github.com/apache/nuttx-apps/pull/2774#discussion_r1817968857 ## math/gemmlowp/CMakeLists.txt: ## @@ -0,0 +1,46 @@ +# ## +# apps/math/gemmlowp

(nuttx) 02/03: fs/shm: alloc aligned memory if CPU has cache

2024-10-26 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 9af5fc5d09724a5d300bc07ce85b9ba5c01ffadd Author: xuxingliang AuthorDate: Wed Oct 16 10:19:30 2024 +0800 fs/shm: a

Re: [PR] Use memalign to align share memory to CPU cache line size [nuttx]

2024-10-26 Thread via GitHub
xiaoxiang781216 merged PR #14517: URL: https://github.com/apache/nuttx/pull/14517 -- 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] Add cmake build script for math library [nuttx-apps]

2024-10-26 Thread via GitHub
xiaoxiang781216 commented on code in PR #2774: URL: https://github.com/apache/nuttx-apps/pull/2774#discussion_r1817968944 ## math/kissfft/CMakeLists.txt: ## @@ -0,0 +1,74 @@ +# ## +# apps/math/kissfft/C

(nuttx) 03/03: fs/shm: align memory size to cache line size

2024-10-26 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 8a70377fc40e636307544d9c2fc15948f7051f67 Author: Neo Xu AuthorDate: Sun Oct 27 02:13:01 2024 +0800 fs/shm: align

Re: [PR] examples/netpkt: add ethercat test example for robot [nuttx-apps]

2024-10-26 Thread via GitHub
xiaoxiang781216 commented on code in PR #2777: URL: https://github.com/apache/nuttx-apps/pull/2777#discussion_r1817968373 ## examples/netpkt/netpkt_ethercat.c: ## @@ -0,0 +1,114 @@ +/ + * apps/examples/n

(nuttx) branch master updated (32784b0898 -> 8a70377fc4)

2024-10-26 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 32784b0898 libc: Refine the arc4random_buf implementation new 22bcb88687 fs_heap: add memalign interface n

[PR] cmake:replenish flatbuffers system/gprof app CMake build [nuttx-apps]

2024-10-26 Thread via GitHub
xuxin930 opened a new pull request, #2779: URL: https://github.com/apache/nuttx-apps/pull/2779 ## Summary Added flatbuffers cmake scripts Added system/gprof cmake scripts ## Impact No impact on the past ## Testing ci build -- This is an automated message

Re: [PR] examples/netpkt: add ethercat test example for robot [nuttx-apps]

2024-10-26 Thread via GitHub
zhhyu7 commented on code in PR #2777: URL: https://github.com/apache/nuttx-apps/pull/2777#discussion_r1817963273 ## examples/netpkt/netpkt_ethercat.c: ## @@ -0,0 +1,114 @@ +/ + * apps/examples/netpkt/net

[PR] build(bugfix):remove unused cmake scrpits [nuttx-apps]

2024-10-26 Thread via GitHub
xuxin930 opened a new pull request, #2778: URL: https://github.com/apache/nuttx-apps/pull/2778 ## Summary As the title says, delete the scripts that cannot be built ## Impact Cannot be built, so no impact ## Testing CI build -- This is an automated me

Re: [PR] examples/netpkt: add ethercat test example for robot [nuttx-apps]

2024-10-26 Thread via GitHub
cederom commented on code in PR #2777: URL: https://github.com/apache/nuttx-apps/pull/2777#discussion_r1817956260 ## examples/netpkt/netpkt_ethercat.c: ## @@ -0,0 +1,114 @@ +/ + * apps/examples/netpkt/ne

(nuttx-website) branch asf-site updated: Publishing web: 6f43cfb03f4b427e9277e6d3064476fa7ea61660 docs: 32784b08981b854881254f0a10c03a8bafea385b

2024-10-26 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 cf930f781 Publishing web: 6f43cfb

(nuttx-apps) branch master updated: examples/mqttc: add option to use MBED TLS for connections

2024-10-26 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 7f7bbe236 examples/mqttc: add option to use

Re: [I] [URGENT] Reducing our usage of GitHub Runners [nuttx]

2024-10-26 Thread via GitHub
lupyuen commented on issue #14376: URL: https://github.com/apache/nuttx/issues/14376#issuecomment-2439751664 __3 Days to Tranquility:__ Yesterday was a quiet Saturday (no more Release Builds yay!). We consumed only __4 Full-Time GitHub Runners__... ![Screenshot 2024-10-27 at 6 08 34 

Re: [PR] examples/mqttc: add option to use MBED TLS for connections [nuttx-apps]

2024-10-26 Thread via GitHub
acassis merged PR #2643: URL: https://github.com/apache/nuttx-apps/pull/2643 -- 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] examples/mqttc: add option to use MBED TLS for connections [nuttx-apps]

2024-10-26 Thread via GitHub
acassis commented on PR #2643: URL: https://github.com/apache/nuttx-apps/pull/2643#issuecomment-2439751591 @pkarashchenko please include a board profile, for example sim:mqtt_tls -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] examples/netpkt: add ethercat test example for robot [nuttx-apps]

2024-10-26 Thread via GitHub
nuttxpr commented on PR #2777: URL: https://github.com/apache/nuttx-apps/pull/2777#issuecomment-2439747413 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The provided PR description **partially meets** the

[PR] examples/netpkt: add ethercat test example for robot [nuttx-apps]

2024-10-26 Thread via GitHub
zhhyu7 opened a new pull request, #2777: URL: https://github.com/apache/nuttx-apps/pull/2777 ## Summary add a simple example to test ethercat's sending and receiving. ## Impact ## Testing x86_64 device -- This is an automated message from the Apache Git Service. To

Re: [PR] example/libtest: add malloc/free to libtest [nuttx-apps]

2024-10-26 Thread via GitHub
pkarashchenko commented on code in PR #2775: URL: https://github.com/apache/nuttx-apps/pull/2775#discussion_r1817928979 ## examples/libtest/libtest.c: ## @@ -35,5 +36,16 @@ void library_test(void) { + int *p = malloc(sizeof(int)); Review Comment: ```suggestion FAR

(nuttx-apps) branch master updated: fix compile warning for fsutils inifile.c

2024-10-26 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 The following commit(s) were added to refs/heads/master by this push: new 3e54ea0aa fix compile warning for fsu

Re: [PR] fix compile warning for fsutils inifile.c [nuttx-apps]

2024-10-26 Thread via GitHub
pkarashchenko merged PR #2773: URL: https://github.com/apache/nuttx-apps/pull/2773 -- 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] Add cmake build script for math library [nuttx-apps]

2024-10-26 Thread via GitHub
pkarashchenko commented on code in PR #2774: URL: https://github.com/apache/nuttx-apps/pull/2774#discussion_r1817929555 ## math/kissfft/CMakeLists.txt: ## @@ -0,0 +1,74 @@ +# ## +# apps/math/kissfft/CMa

Re: [PR] lvgldemo: allow to customize input dev path [nuttx-apps]

2024-10-26 Thread via GitHub
pkarashchenko commented on code in PR #2776: URL: https://github.com/apache/nuttx-apps/pull/2776#discussion_r1817929310 ## examples/lvgldemo/Kconfig: ## @@ -20,4 +20,14 @@ config EXAMPLES_LVGLDEMO_STACKSIZE int "lvgldemo stack size" default 16384 +if INPUT_TOUC

Re: [PR] lvgldemo: allow to customize input dev path [nuttx-apps]

2024-10-26 Thread via GitHub
pkarashchenko commented on code in PR #2776: URL: https://github.com/apache/nuttx-apps/pull/2776#discussion_r1817929310 ## examples/lvgldemo/Kconfig: ## @@ -20,4 +20,14 @@ config EXAMPLES_LVGLDEMO_STACKSIZE int "lvgldemo stack size" default 16384 +if INPUT_TOUC

(nuttx) branch master updated: libc: Refine the arc4random_buf implementation

2024-10-26 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 32784b0898 libc: Refine the arc4random_buf imple

Re: [PR] libc: Refine the arc4random_buf implementation [nuttx]

2024-10-26 Thread via GitHub
acassis merged PR #14509: URL: https://github.com/apache/nuttx/pull/14509 -- 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] examples/mqttc: add option to use MBED TLS for connections [nuttx-apps]

2024-10-26 Thread via GitHub
pkarashchenko commented on PR #2643: URL: https://github.com/apache/nuttx-apps/pull/2643#issuecomment-2439733048 Let's ignore `error: Mixed case identifier found` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] examples/mqttc: add option to use MBED TLS for connections [nuttx-apps]

2024-10-26 Thread via GitHub
pkarashchenko commented on PR #2643: URL: https://github.com/apache/nuttx-apps/pull/2643#issuecomment-2439732935 @cederom I added `CONFIG_EXAMPLES_MQTTC_ALLOW_UNVERIFIED_TLS` option. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Use memalign to align share memory to CPU cache line size [nuttx]

2024-10-26 Thread via GitHub
nuttxpr commented on PR #14517: URL: https://github.com/apache/nuttx/pull/14517#issuecomment-2439685690 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR summary is missing some key information:

[PR] Use memalign to align share memory to CPU cache line size [nuttx]

2024-10-26 Thread via GitHub
XuNeo opened a new pull request, #14517: URL: https://github.com/apache/nuttx/pull/14517 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Add fs heap memalign API and use it for shm. For kernel bu

Re: [PR] lvgldemo: allow to customize input dev path [nuttx-apps]

2024-10-26 Thread via GitHub
nuttxpr commented on PR #2776: URL: https://github.com/apache/nuttx-apps/pull/2776#issuecomment-2439678722 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This Pull Request is **missing crucial information**

[PR] lvgldemo: allow to customize input dev path [nuttx-apps]

2024-10-26 Thread via GitHub
XuNeo opened a new pull request, #2776: URL: https://github.com/apache/nuttx-apps/pull/2776 ## Summary Default to /dev/input0, now it's configurable. ## Impact No functionality change after this change. Impact is minor. ## Testing Tested with `sim:lvgl_f

Re: [PR] example/libtest: add malloc/free to libtest [nuttx-apps]

2024-10-26 Thread via GitHub
nuttxpr commented on PR #2775: URL: https://github.com/apache/nuttx-apps/pull/2775#issuecomment-2439673533 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) **No, this PR does not meet the NuttX requirements.*

[PR] example/libtest: add malloc/free to libtest [nuttx-apps]

2024-10-26 Thread via GitHub
XuNeo opened a new pull request, #2775: URL: https://github.com/apache/nuttx-apps/pull/2775 ## Summary So we can verify flags like kasan are effective or not. ## Impact Minor ## Testing Compile libtest and disassemble library_test to verify kasan is actu

[PR] Add cmake build script for math library [nuttx-apps]

2024-10-26 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2774: URL: https://github.com/apache/nuttx-apps/pull/2774 ## Summary - fix: git status/git status --ignore normalization check problem - cmake:add kissfft CMake build - cmake:add gemmlowp CMake build - cmake:add ruy CMake build

Re: [PR] Add cmake build script for math library [nuttx-apps]

2024-10-26 Thread via GitHub
nuttxpr commented on PR #2774: URL: https://github.com/apache/nuttx-apps/pull/2774#issuecomment-2439655693 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) __Fill In The Commit Message:__ This PR contains a Commit wi

[PR] fix compile warning for fsutils inifile.c [nuttx-apps]

2024-10-26 Thread via GitHub
xiaoxiang781216 opened a new pull request, #2773: URL: https://github.com/apache/nuttx-apps/pull/2773 ## Summary simple fix ## Impact minor warning fix ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the message, p

(nuttx) branch master updated: Documentation: add some notes about running NuttX on Renode

2024-10-26 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 8b9337fb52 Documentation: add some notes about

Re: [PR] arch/arm/stm32h7: add workaround for Renode [nuttx]

2024-10-26 Thread via GitHub
xiaoxiang781216 merged PR #14515: URL: https://github.com/apache/nuttx/pull/14515 -- 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: lvgldemo: should use nuttx_deinit to free all resources

2024-10-26 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 0109ab39e lvgldemo: should use nuttx_dein

Re: [PR] lvgldemo: should use nuttx_deinit to free all resources [nuttx-apps]

2024-10-26 Thread via GitHub
xiaoxiang781216 merged PR #2772: URL: https://github.com/apache/nuttx-apps/pull/2772 -- 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) branch master updated: arch/arm/stm32h7: add workaround for Renode

2024-10-26 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 b5e5cdd851 arch/arm/stm32h7: add workaround fo

Re: [PR] Documentation: add some notes about running NuttX on Renode [nuttx]

2024-10-26 Thread via GitHub
xiaoxiang781216 merged PR #14516: URL: https://github.com/apache/nuttx/pull/14516 -- 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/arm/stm32h7: add workaround for Renode [nuttx]

2024-10-26 Thread via GitHub
nuttxpr commented on PR #14515: URL: https://github.com/apache/nuttx/pull/14515#issuecomment-2439542469 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR does not meet the NuttX requirements in its cur

Re: [PR] Documentation: add some notes about running NuttX on Renode [nuttx]

2024-10-26 Thread via GitHub
nuttxpr commented on PR #14516: URL: https://github.com/apache/nuttx/pull/14516#issuecomment-2439538333 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) **Yes, but with a minor addition.** The PR meets

[PR] Documentation: add some notes about running NuttX on Renode [nuttx]

2024-10-26 Thread via GitHub
raiden00pl opened a new pull request, #14516: URL: https://github.com/apache/nuttx/pull/14516 ## Summary Documentation: add some notes about running NuttX on Renode ## Impact none ## Testing local doc build -- This is an automated message from the Apache

[PR] arch/arm/stm32h7: add workaround for Renode [nuttx]

2024-10-26 Thread via GitHub
raiden00pl opened a new pull request, #14515: URL: https://github.com/apache/nuttx/pull/14515 ## Summary arch/arm/stm32h7: add workaround for Renode Add an option to disable busy wait PWR_CSR1_ACTVOSRDY during boot which doesn't work with Renode simulation ## Impact w

(nuttx) branch master updated (da1ff4cf77 -> d0f957ae85)

2024-10-26 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 da1ff4cf77 arch/arm/stm32: convert error to warning when CCM is not enabled add d0f957ae85 qemu-intel64: Fixes

(nuttx) 02/02: tools/nxstyle: add phy62xx/uart.c into style white list

2024-10-26 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 73c032d594146bc04b8158c34ba305c74d68b5fb Author: chao an AuthorDate: Fri Oct 25 18:42:03 2024 +0800 tools/nxstyle

[I] [BUG] hardware timers broken for ARM devices [nuttx]

2024-10-26 Thread via GitHub
raiden00pl opened a new issue, #14514: URL: https://github.com/apache/nuttx/issues/14514 ### Description / Steps to reproduce the issue Hardware timer example (`apps/example/timer`) is broken for some of ARM devices (probably for all ARM chips, but I can't check all of them). What

Re: [PR] move readv/writev to the kernel [nuttx]

2024-10-26 Thread via GitHub
xiaoxiang781216 commented on code in PR #13498: URL: https://github.com/apache/nuttx/pull/13498#discussion_r1817692945 ## drivers/misc/dev_zero.c: ## @@ -70,26 +73,39 @@ static const struct file_operations g_devzero_fops = * Name: devzero_read ***