[GitHub] [incubator-nuttx-apps] Junbo-Zheng opened a new pull request, #1424: examples/tcp_ipc_server: fix wrong file path typo

2022-11-17 Thread GitBox
Junbo-Zheng opened a new pull request, #1424: URL: https://github.com/apache/incubator-nuttx-apps/pull/1424 ## Summary The `lorawan` folder is under the path of `examples/tcp_ipc_server`, the `server_tcp` folder does not exist here, so fix it. ``` ➜ /home/mi/xiaomi/nuttx/apps/e

[GitHub] [incubator-nuttx] zyfeier commented on pull request #7610: arch: rename arch special function name

2022-11-17 Thread GitBox
zyfeier commented on PR #7610: URL: https://github.com/apache/incubator-nuttx/pull/7610#issuecomment-1319616123 > @zyfeier Why? What is the motivation AND justification for this change? @davids5 In the NuttX documentation we can see " An interface which is unique to a certain micropro

[GitHub] [incubator-nuttx] davids5 commented on pull request #7610: arch: rename arch special function name

2022-11-17 Thread GitBox
davids5 commented on PR #7610: URL: https://github.com/apache/incubator-nuttx/pull/7610#issuecomment-1319595568 @zyfeier Why? What is the motivation AND justification for this change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[incubator-nuttx] branch master updated (5b9702ebe2 -> ce95db46b9)

2022-11-17 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/incubator-nuttx.git from 5b9702ebe2 Remove DISCLAIMER. Apache NuttX has graduated the Incubator. add ce95db46b9 include/nuttx/

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7615: include/nuttx/tls.h: add CXX extern define for tls

2022-11-17 Thread GitBox
xiaoxiang781216 merged PR #7615: URL: https://github.com/apache/incubator-nuttx/pull/7615 -- 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-unsubs

[GitHub] [incubator-nuttx] qinwei2004 opened a new pull request, #7615: include/nuttx/tls.h: add CXX extern define for tls

2022-11-17 Thread GitBox
qinwei2004 opened a new pull request, #7615: URL: https://github.com/apache/incubator-nuttx/pull/7615 ## Summary In order to use C functions in C++ code, "extern C" needs to be defined in the C header file. Add "extern C" define for tls.h Signed-off-by: qinwei1 #

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-17 Thread GitBox
masayuki2009 commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1319447437 @zyfeier @xiaoxiang781216 Let me try to test some SMP use cases. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-nuttx] zyfeier commented on pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-17 Thread GitBox
zyfeier commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1319442921 > Here is one example: https://user-images.githubusercontent.com/17704713/202575484-495d9c23-898b-4486-bdeb-b075e8591a08.png";> @pkarashchenko up_reprioritize_rtr function wa

[incubator-nuttx-website] branch asf-site updated: Publishing web: 24c81cd558a7579a161cc49875837b86fad73b4d docs: 5b9702ebe233bc3b12ac7312fb2d64bf5f09c7f5

2022-11-17 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 576fbf9d Publishing web

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-17 Thread GitBox
pkarashchenko commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1319301932 Here is one example: https://user-images.githubusercontent.com/17704713/202575484-495d9c23-898b-4486-bdeb-b075e8591a08.png";> -- This is an automated message from th

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-17 Thread GitBox
pkarashchenko commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1319299988 @xiaoxiang781216 I'm comparing platform implementations of `up_reprioritize_rtr` and observe many differences. Are you sure that new generalised code is fitting all the supp

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-17 Thread GitBox
pkarashchenko commented on code in PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#discussion_r1025802011 ## arch/xtensa/src/common/xtensa_blocktask.c: ## @@ -45,108 +45,69 @@ * Name: up_block_task * * Description: - * The currently executing task at t

[GitHub] [incubator-nuttx-apps] mlondono74 opened a new pull request, #1423: fix issue with reading ipv6 routes. Handle space ahead of first line…

2022-11-17 Thread GitBox
mlondono74 opened a new pull request, #1423: URL: https://github.com/apache/incubator-nuttx-apps/pull/1423 ### Summary When parsing the route table in /proc/net/route/ipv6 the file has leading spaces (represented by '.' in sample below) before every line. The current code would fail

[GitHub] [incubator-nuttx] TimJTi commented on pull request #7595: SAMA5Dx ADC and TSD fixes

2022-11-17 Thread GitBox
TimJTi commented on PR #7595: URL: https://github.com/apache/incubator-nuttx/pull/7595#issuecomment-1319107159 Failing check is how the file was before my changes. Not looked at what happens if I move the #include, and open to suggestions. -- This is an automated message from the Apac

[incubator-nuttx-apps] branch master updated: Remove DISCLAIMER. Apache NuttX has graduated the Incubator.

2022-11-17 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new ed5cadb7c Remove DISCLAIMER. Ap

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7613: Remove DISCLAIMER. Apache NuttX has graduated the Incubator.

2022-11-17 Thread GitBox
xiaoxiang781216 merged PR #7613: URL: https://github.com/apache/incubator-nuttx/pull/7613 -- 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-unsubs

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1422: Remove DISCLAIMER. Apache NuttX has graduated the Incubator.

2022-11-17 Thread GitBox
xiaoxiang781216 merged PR #1422: URL: https://github.com/apache/incubator-nuttx-apps/pull/1422 -- 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-u

[incubator-nuttx] branch master updated (45a24c1894 -> 5b9702ebe2)

2022-11-17 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/incubator-nuttx.git from 45a24c1894 drivers/motor/foc/foc_dummy.c: remove unused variable add 5b9702ebe2 Remove DISCLAIMER. Ap

[incubator-nuttx] branch master updated: drivers/motor/foc/foc_dummy.c: remove unused variable

2022-11-17 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 45a24c1894 drivers/motor/foc/foc_dum

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7612: drivers/motor/foc/foc_dummy.c: remove unused variable

2022-11-17 Thread GitBox
xiaoxiang781216 merged PR #7612: URL: https://github.com/apache/incubator-nuttx/pull/7612 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7612: drivers/motor/foc/foc_dummy.c: remove unused variable

2022-11-17 Thread GitBox
xiaoxiang781216 commented on PR #7612: URL: https://github.com/apache/incubator-nuttx/pull/7612#issuecomment-1318982767 let's ignore the macOS false alarm. -- 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

[GitHub] [incubator-nuttx] TimJTi opened a new pull request, #7614: SAMA5D2 pio errors

2022-11-17 Thread GitBox
TimJTi opened a new pull request, #7614: URL: https://github.com/apache/incubator-nuttx/pull/7614 ## Summary Added GPIO functionality revealed errors in the PIO related files for this processor ## Impact None to anything other than SAMA5D2 based boards, which will now work

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7554: drivers/segger: add rtt console support

2022-11-17 Thread GitBox
xiaoxiang781216 commented on code in PR #7554: URL: https://github.com/apache/incubator-nuttx/pull/7554#discussion_r1025384736 ## drivers/segger/console_rtt.c: ## @@ -0,0 +1,552 @@ +/ + * drivers/segger/

[GitHub] [incubator-nuttx-apps] hartmannathan opened a new pull request, #1422: Remove DISCLAIMER. Apache NuttX has graduated the Incubator.

2022-11-17 Thread GitBox
hartmannathan opened a new pull request, #1422: URL: https://github.com/apache/incubator-nuttx-apps/pull/1422 ## Summary NuttX has graduated the Incubator! - Removing the DISCLAIMER file. ## Impact None. ## Testing N/A. -- This is an automated mess

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request, #7613: Remove DISCLAIMER. Apache NuttX has graduated the Incubator.

2022-11-17 Thread GitBox
hartmannathan opened a new pull request, #7613: URL: https://github.com/apache/incubator-nuttx/pull/7613 ## Summary NuttX has graduated the Incubator! - Removing the DISCLAIMER file. - Removing additional disclaimer from README.md. ## Impact None. ## Test

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7599: nuttx/sched: remove nxsched_remove_blocked from up_unblock_task

2022-11-17 Thread GitBox
pkarashchenko commented on PR #7599: URL: https://github.com/apache/incubator-nuttx/pull/7599#issuecomment-1318782050 Please let me take a look. I will try to book some time slot in my calendar till Saturday -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-nuttx] TimJTi commented on pull request #7595: SAMA5Dx ADC and TSD fixes

2022-11-17 Thread GitBox
TimJTi commented on PR #7595: URL: https://github.com/apache/incubator-nuttx/pull/7595#issuecomment-1318677761 I've had a "version control" issue and the files submitted don't properly build without other changes. I will push further changes and change it back from "draft" once I'm happier.

[GitHub] [incubator-nuttx] TimJTi commented on a diff in pull request #7595: SAMA5Dx ADC and TSD fixes

2022-11-17 Thread GitBox
TimJTi commented on code in PR #7595: URL: https://github.com/apache/incubator-nuttx/pull/7595#discussion_r1025127541 ## arch/arm/src/sama5/Kconfig: ## @@ -3615,6 +3615,16 @@ config SAMA5_ADC_SWTRIG ---help--- A-to-D Conversion is initiated only by softwa

[GitHub] [incubator-nuttx] TimJTi commented on a diff in pull request #7595: SAMA5Dx ADC and TSD fixes

2022-11-17 Thread GitBox
TimJTi commented on code in PR #7595: URL: https://github.com/apache/incubator-nuttx/pull/7595#discussion_r1025113520 ## arch/arm/src/sama5/Kconfig: ## @@ -3712,6 +3722,17 @@ config SAMA5_ADC_TIOA_BOTH endchoice # ADTRG edge endif # SAMA5_ADC_TIOATRIG + +if SAMA5_ADC_PERIODI

[incubator-nuttx] branch master updated (8021dfece6 -> 04a66d2d3a)

2022-11-17 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/incubator-nuttx.git from 8021dfece6 sched/task/task_getpid: getpid should return process id not thread id add b239985037 stm3

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7611: arch/stm32: fix ADC clock after ef517ed

2022-11-17 Thread GitBox
xiaoxiang781216 merged PR #7611: URL: https://github.com/apache/incubator-nuttx/pull/7611 -- 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-unsubs

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request, #7612: drivers/motor/foc/foc_dummy.c: remove unused variable

2022-11-17 Thread GitBox
raiden00pl opened a new pull request, #7612: URL: https://github.com/apache/incubator-nuttx/pull/7612 ## Summary drivers/motor/foc/foc_dummy.c: remove unused variable ## Impact ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request, #7611: arch/stm32: fix ADC clock after ef517ed

2022-11-17 Thread GitBox
raiden00pl opened a new pull request, #7611: URL: https://github.com/apache/incubator-nuttx/pull/7611 ## Summary After ef517ed ADCv2 due to wrong ADC clock configuration hangs on: ``` 0x0800c850 in adc_enable (priv=priv@entry=0x2428 , enable=enable@entry=true) at chip/stm32_

[incubator-nuttx-apps] branch master updated: apps: getpid should return process id not thread id

2022-11-17 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new c86509be4 apps: getpid should r

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1419: apps: getpid should return process id not thread id

2022-11-17 Thread GitBox
xiaoxiang781216 merged PR #1419: URL: https://github.com/apache/incubator-nuttx-apps/pull/1419 -- 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-u

[incubator-nuttx] branch master updated: sched/task/task_getpid: getpid should return process id not thread id

2022-11-17 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 8021dfece6 sched/task/task_getpid: g

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7597: sched/task/task_getpid: getpid should return process id not thread id

2022-11-17 Thread GitBox
xiaoxiang781216 merged PR #7597: URL: https://github.com/apache/incubator-nuttx/pull/7597 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #2499: getpid should return process id not thread id

2022-11-17 Thread GitBox
xiaoxiang781216 closed issue #2499: getpid should return process id not thread id URL: https://github.com/apache/incubator-nuttx/issues/2499 -- 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 speci