(nuttx-apps) annotated tag nuttx-12.4.0 updated (f12586c51 -> ab3a19739)

2024-02-08 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.4.0 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git *** WARNING: tag nuttx-12.4.0 was modified! *** from f12586c51 (commit) to ab3a19739 (tag)

(nuttx) annotated tag nuttx-12.4.0 updated (96c2707737 -> 563ca19e1e)

2024-02-08 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-12.4.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git *** WARNING: tag nuttx-12.4.0 was modified! *** from 96c2707737 (commit) to 563ca19e1e (tag) tagging

[PR] lte/alt1250: Fix bug that caused stack when executing the socket API [nuttx-apps]

2024-02-08 Thread via GitHub
SPRESENSE opened a new pull request, #2284: URL: https://github.com/apache/nuttx-apps/pull/2284 ## Summary Fix a bug that caused the application to get stuck when executing the socket API after waking up from hibernation and before executing lte_hibernation_resume(). ##

[I] STM32H7/pwm: multi-channel issue [nuttx]

2024-02-08 Thread via GitHub
maxikrie opened a new issue, #11677: URL: https://github.com/apache/nuttx/issues/11677 I encountered an issue for the case where multiple channels are supposed to output a PWM signal. For the case where the first channel doesn't start with number 1, there is no output. The issue is

(nuttx-website) branch asf-site updated: Publishing web: 69485786e52ff306670ab74f7df988cf8658ee69 docs: b258680949ff1b119d29df850d2297113135096d

2024-02-08 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 419e1b49 Publishing web:

(nuttx-apps) branch master updated: lte/alt1250: Correspond to ALT1250_EVTBIT_RESTARTAPI event

2024-02-08 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 2ac0adf37 lte/alt1250: Correspond to

Re: [PR] lte/alt1250: Correspond to ALT1250_EVTBIT_RESTARTAPI event [nuttx-apps]

2024-02-08 Thread via GitHub
pkarashchenko merged PR #2283: URL: https://github.com/apache/nuttx-apps/pull/2283 -- 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:

Re: [PR] STM32-H745 files for pysimCoder [nuttx]

2024-02-08 Thread via GitHub
acassis commented on PR #11674: URL: https://github.com/apache/nuttx/pull/11674#issuecomment-1934865931 @robertobucher no idea, MacOS CI is known for failing often and the error msg didn't help much: ``` Skipping: sim/nxwm Configuration/Tool: sim/nxwm

Re: [PR] STM32-H745 files for pysimCoder [nuttx]

2024-02-08 Thread via GitHub
robertobucher commented on code in PR #11674: URL: https://github.com/apache/nuttx/pull/11674#discussion_r1483513786 ## boards/arm/stm32h7/nucleo-h745zi/src/stm32_adc.c: ## @@ -0,0 +1,219 @@ +/ + *

[PR] tools/ci: Modify cibuild.sh to support new platforms [nuttx]

2024-02-08 Thread via GitHub
simbit18 opened a new pull request, #11676: URL: https://github.com/apache/nuttx/pull/11676 ## Summary This is an idea for tweaking how we build on GitHub and test locally. This will make it easier to maintain and make it easier to develop on new platforms. The proposed solution

(nuttx) branch master updated: rpmsg/rpmsg_ping: tenative fix for build issue

2024-02-08 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 b258680949 rpmsg/rpmsg_ping: tenative fix for

Re: [PR] rpmsg/rpmsg_ping: fix CI check issues [nuttx]

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

Re: [I] AES_MODE_ECB support removed with PR #6920 [nuttx]

2024-02-08 Thread via GitHub
acassis commented on issue #11672: URL: https://github.com/apache/nuttx/issues/11672#issuecomment-1934236719 Ping @anjiahao1 @xiaoxiang781216 -- 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

Re: [I] xtensa/esp32s3-devkit mcuboot [nuttx]

2024-02-08 Thread via GitHub
acassis commented on issue #11670: URL: https://github.com/apache/nuttx/issues/11670#issuecomment-1934234688 ping @tmedicci @gustavonihei -- 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

Re: [PR] STM32-H745 files for pysimCoder [nuttx]

2024-02-08 Thread via GitHub
acassis commented on code in PR #11674: URL: https://github.com/apache/nuttx/pull/11674#discussion_r1483060026 ## boards/arm/stm32h7/nucleo-h745zi/src/stm32_adc.c: ## @@ -0,0 +1,219 @@ +/ + *

Re: [PR] STM32-H745 files for pysimCoder [nuttx]

2024-02-08 Thread via GitHub
acassis commented on code in PR #11674: URL: https://github.com/apache/nuttx/pull/11674#discussion_r1483060026 ## boards/arm/stm32h7/nucleo-h745zi/src/stm32_adc.c: ## @@ -0,0 +1,219 @@ +/ + *

(nuttx) branch master updated: avr32dev1: Fix compilation and nsh boot-up

2024-02-08 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 0967eb4c24 avr32dev1: Fix compilation and nsh

Re: [PR] avr32dev1: Fix compilation and nsh boot-up [nuttx]

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

[PR] rpmsg/rpmsg_ping: tenative fix for build issue [nuttx]

2024-02-08 Thread via GitHub
yf13 opened a new pull request, #11675: URL: https://github.com/apache/nuttx/pull/11675 ## Summary rpmsg_ping.c is blocking CI checks for RPTUN related patches like #11673. this patch simply fix the compilation issue of rpmsg_ping.c: - line 191: overflow conversion from "long

Re: [PR] Allow apps to customize NuttX build time variables [nuttx]

2024-02-08 Thread via GitHub
casaroli commented on PR #11202: URL: https://github.com/apache/nuttx/pull/11202#issuecomment-1933847930 > @casaroli but why do not include both (TOPDIR)/Make.defsand(APPDIR)/Make.defs? I can't remember why it didn't work. I think some make variables that we are using `+=` got

[PR] STM32-H745 files for pysimCoder [nuttx]

2024-02-08 Thread via GitHub
robertobucher opened a new pull request, #11674: URL: https://github.com/apache/nuttx/pull/11674 ## Summary Added files to use pysimCoder with the NUCLEO-H745ZI board ## Impact boards/arm/stm32h7/nucleo-h745zi/include/board.h boards/arm/stm32h7/nucleo-h745zi/src/Makefile