[incubator-nuttx] branch master updated: risc-v/mpfs: emmcsd: fix two issues

2022-06-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 92760f89eb risc-v/mpfs: emmcsd:

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6496: risc-v/mpfs: emmcsd: fix two issues

2022-06-21 Thread GitBox
pkarashchenko merged PR #6496: URL: https://github.com/apache/incubator-nuttx/pull/6496 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
xiaoxiang781216 commented on PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#issuecomment-1162690839 @qinwei2004 please rebase your patch to the latest mainline and squash the temp change to the master one. -- This is an automated message from the Apache Git Service. To

[incubator-nuttx-website] branch asf-site updated: Publishing web: 3c980bc717a3874c683a1bd2a48c64c33af05833 docs: 881c896c06763debb4e766ed4df533f18417a620

2022-06-21 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 b2945eb Publishing web

[incubator-nuttx-website] branch master updated: Revert "Revert "Add release 10.3.0""

2022-06-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/master by this push: new 3c980bc Revert "Revert "Add

[GitHub] [incubator-nuttx-website] btashton merged pull request #68: Add 10.3.0 release

2022-06-21 Thread GitBox
btashton merged PR #68: URL: https://github.com/apache/incubator-nuttx-website/pull/68 -- 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.

[GitHub] [incubator-nuttx-website] jerpelea opened a new pull request, #68: Add 10.3.0 release

2022-06-21 Thread GitBox
jerpelea opened a new pull request, #68: URL: https://github.com/apache/incubator-nuttx-website/pull/68 ## Summary add the release to the website after RC4 release received approval from IPMC ## Impact Release ## Testing NONE -- This is an automated message from

svn commit: r55253 - /release/incubator/nuttx/10.3.0/

2022-06-21 Thread jerpelea
Author: jerpelea Date: Wed Jun 22 05:21:38 2022 New Revision: 55253 Log: Releasing apache-nuttx-10.3.0-incubating Added: release/incubator/nuttx/10.3.0/ release/incubator/nuttx/10.3.0/apache-nuttx-10.3.0-incubating.tar.gz (with props) release/incubator/nuttx/10.3.0/apache-nuttx-10.

[incubator-nuttx] annotated tag nuttx-10.3.0 updated (3fb5737958 -> 215ac97c04)

2022-06-21 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-10.3.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git *** WARNING: tag nuttx-10.3.0 was modified! *** from 3fb5737958 (commit) to 215ac97c04 (tag)

[incubator-nuttx-apps] annotated tag nuttx-10.3.0 updated (10c75df01 -> b732c50f4)

2022-06-21 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to annotated tag nuttx-10.3.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git *** WARNING: tag nuttx-10.3.0 was modified! *** from 10c75df01 (commit) to b732c50f4 (t

[GitHub] [incubator-nuttx] eenurkka opened a new pull request, #6496: risc-v/mpfs: emmcsd: fix two issues

2022-06-21 Thread GitBox
eenurkka opened a new pull request, #6496: URL: https://github.com/apache/incubator-nuttx/pull/6496 This patch fixes the following issues: 1. MPFS_EMMCSD_HRS06_EMM bitmask had to be 0x7, not 0x03 2. putreg32() caused outright memory corruption as the arguments were in wrong

[incubator-nuttx] branch master updated: tools: ci : add cibuild rule for arm64

2022-06-21 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 881c896c06 tools: ci : add cibuild r

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6495: tools: ci : add cibuild rule for arm64

2022-06-21 Thread GitBox
xiaoxiang781216 merged PR #6495: URL: https://github.com/apache/incubator-nuttx/pull/6495 -- 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] anchao commented on a diff in pull request #6494: wireless/bcm43xxx: add set country code support

2022-06-21 Thread GitBox
anchao commented on code in PR #6494: URL: https://github.com/apache/incubator-nuttx/pull/6494#discussion_r903242639 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -1744,3 +1744,39 @@ int bcmf_wl_get_ssid(FAR struct bcmf_dev_s *priv, struct iwreq *iwr) return

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #840: interpreters/micropython: Add Micropython support to NuttX (WIP)

2022-06-21 Thread GitBox
xiaoxiang781216 commented on PR #840: URL: https://github.com/apache/incubator-nuttx-apps/pull/840#issuecomment-1162576679 > I've been able to get these rebased to the latest master, including the minor changes to the unix target in upython, but it fails on finding a `micropython_main` des

[GitHub] [incubator-nuttx-apps] nimish commented on pull request #840: interpreters/micropython: Add Micropython support to NuttX (WIP)

2022-06-21 Thread GitBox
nimish commented on PR #840: URL: https://github.com/apache/incubator-nuttx-apps/pull/840#issuecomment-1162563460 Actually, https://github.com/adafruit/circuitpython/tree/main/ports/cxd56 since CircuitPython supports the NuttX SPRESENSE board, it could be quicker. The drivers would need to

[GitHub] [incubator-nuttx] qinwei2004 opened a new pull request, #6495: tools: ci : add cibuild rule for arm64

2022-06-21 Thread GitBox
qinwei2004 opened a new pull request, #6495: URL: https://github.com/apache/incubator-nuttx/pull/6495 ## Summary: 1. add aarch64-none-elf toolchain for cibuild rule ## Impact No impact ## Testing NA Signed-off-by: qinwei -- This is an automate

[GitHub] [incubator-nuttx] nimish commented on a diff in pull request #6482: Use builtins for byteswapping

2022-06-21 Thread GitBox
nimish commented on code in PR #6482: URL: https://github.com/apache/incubator-nuttx/pull/6482#discussion_r903220886 ## include/netinet/in.h: ## @@ -217,26 +217,30 @@ /* This macro to convert a 16/32-bit constant values quantity from host byte * order to network byte order.

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r903193687 ## arch/Kconfig: ## @@ -22,6 +22,20 @@ config ARCH_ARM ---help--- The ARM architectures +config ARCH_ARM64 Review Comment: done

[incubator-nuttx-website] branch asf-site updated: Publishing web: 42e9e27963415ec1359277228669d6b9c71c48d1 docs: 19fd0a55877fa7997d88d14dde09df6cc18fd084

2022-06-21 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 5adeafb Publishing web

[GitHub] [incubator-nuttx] onegray commented on pull request #6422: New chip family stm32wb (WIP)

2022-06-21 Thread GitBox
onegray commented on PR #6422: URL: https://github.com/apache/incubator-nuttx/pull/6422#issuecomment-1162356527 > I think it is always a good idea to make incremental PR, a big PR like this one makes things hard to other people to review. But all contributions are welcome, if you prefer to

[GitHub] [incubator-nuttx-apps] nimish commented on pull request #840: interpreters/micropython: Add Micropython support to NuttX (WIP)

2022-06-21 Thread GitBox
nimish commented on PR #840: URL: https://github.com/apache/incubator-nuttx-apps/pull/840#issuecomment-1162304778 I've been able to get these rebased to the latest master, including the minor changes to the unix target in upython, but it fails on finding a `micropython_main` despite my bes

[GitHub] [incubator-nuttx] nimish commented on a diff in pull request #6482: Use builtins for byteswapping

2022-06-21 Thread GitBox
nimish commented on code in PR #6482: URL: https://github.com/apache/incubator-nuttx/pull/6482#discussion_r903006533 ## include/netinet/in.h: ## @@ -232,7 +232,7 @@ unsigned short)(ns)) >> 8) & 0x00ff)) # endif # ifdef __has_builtin && __has_builtin(__builtin_bswap32

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #6494: wireless/bcm43xxx: add set country code support

2022-06-21 Thread GitBox
acassis commented on code in PR #6494: URL: https://github.com/apache/incubator-nuttx/pull/6494#discussion_r902931010 ## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ## @@ -1744,3 +1744,39 @@ int bcmf_wl_get_ssid(FAR struct bcmf_dev_s *priv, struct iwreq *iwr) return

[incubator-nuttx-apps] branch master updated: build(deps): bump actions/upload-artifact from 1 to 3

2022-06-21 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 23f35ea1b build(deps): bump act

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1208: build(deps): bump actions/upload-artifact from 1 to 3

2022-06-21 Thread GitBox
xiaoxiang781216 merged PR #1208: URL: https://github.com/apache/incubator-nuttx-apps/pull/1208 -- 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-apps] branch master updated (452d5352d -> 85962aab1)

2022-06-21 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-apps.git from 452d5352d build(deps): bump actions/checkout from 2 to 3 add 85962aab1 build(deps): bump actions

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1207: build(deps): bump actions/cache from 2 to 3

2022-06-21 Thread GitBox
xiaoxiang781216 merged PR #1207: URL: https://github.com/apache/incubator-nuttx-apps/pull/1207 -- 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-apps] branch master updated (a4c96f5db -> 452d5352d)

2022-06-21 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-apps.git from a4c96f5db build(deps): bump actions/download-artifact from 1 to 3 add 452d5352d build(deps): bum

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1206: build(deps): bump actions/checkout from 2 to 3

2022-06-21 Thread GitBox
xiaoxiang781216 merged PR #1206: URL: https://github.com/apache/incubator-nuttx-apps/pull/1206 -- 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-apps] branch master updated (2f173e9f4 -> a4c96f5db)

2022-06-21 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-apps.git from 2f173e9f4 chore: Included githubactions in the dependabot config add a4c96f5db build(deps): bump

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1205: build(deps): bump actions/download-artifact from 1 to 3

2022-06-21 Thread GitBox
xiaoxiang781216 merged PR #1205: URL: https://github.com/apache/incubator-nuttx-apps/pull/1205 -- 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: stm32xx: Fix RTC drift when using HSE

2022-06-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 19fd0a5587 stm32xx: Fix RTC drif

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6493: stm32xx: Fix RTC drift when using HSE

2022-06-21 Thread GitBox
pkarashchenko merged PR #6493: URL: https://github.com/apache/incubator-nuttx/pull/6493 -- 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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6494: wireless/bcm43xxx: add set country code support

2022-06-21 Thread GitBox
anchao opened a new pull request, #6494: URL: https://github.com/apache/incubator-nuttx/pull/6494 ## Summary wireless/bcm43xxx: add set country code support Signed-off-by: chao.an ## Impact N/A ## Testing bcm43013 country code test -- This is

[GitHub] [incubator-nuttx] acassis commented on pull request #6422: New chip family stm32wb (WIP)

2022-06-21 Thread GitBox
acassis commented on PR #6422: URL: https://github.com/apache/incubator-nuttx/pull/6422#issuecomment-1161797385 I think it is all a good idea to make incremental PR, a big PR like this one makes things hard to other people to review. But all contributions are welcome, if you prefer to do th

[GitHub] [incubator-nuttx] acassis commented on pull request #6493: stm32xx: Fix RTC drift when using HSE

2022-06-21 Thread GitBox
acassis commented on PR #6493: URL: https://github.com/apache/incubator-nuttx/pull/6493#issuecomment-1161786449 > Only one nit: The log message says, "These are used in 3-4 places within Nuttx and other places as 7812 and **0xff**." (Emphasis mine.) The actual incorrect factor is 0x7f, not

[GitHub] [incubator-nuttx] hartmannathan commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
hartmannathan commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902654904 ## arch/arm64/include/spinlock.h: ## @@ -0,0 +1,90 @@ +/ + * arch/arm64/include

[GitHub] [incubator-nuttx] hartmannathan commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
hartmannathan commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902653872 ## arch/arm64/include/arch.h: ## @@ -0,0 +1,145 @@ +/ + * arch/arm64/include/ar

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #6493: stm32xx: Fix RTC drift when using HSE

2022-06-21 Thread GitBox
hartmannathan commented on PR #6493: URL: https://github.com/apache/incubator-nuttx/pull/6493#issuecomment-1161776504 Only one nit: The log message says, "These are used in 3-4 places within Nuttx and other places as 7812 and **0xff**." (Emphasis mine.) The actual incorrect factor is 0x7f,

[incubator-nuttx-apps] branch dependabot/github_actions/actions/checkout-3 created (now 5a892e46a)

2022-06-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/checkout-3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git at 5a892e46a build(deps): bump actions/checkout from 2 to 3 No

[incubator-nuttx-apps] branch dependabot/github_actions/actions/upload-artifact-3 created (now 90ddb1165)

2022-06-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/upload-artifact-3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git at 90ddb1165 build(deps): bump actions/upload-artifact fr

[GitHub] [incubator-nuttx-apps] dependabot[bot] opened a new pull request, #1206: build(deps): bump actions/checkout from 2 to 3

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #1206: URL: https://github.com/apache/incubator-nuttx-apps/pull/1206 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checkout's re

[GitHub] [incubator-nuttx-apps] dependabot[bot] opened a new pull request, #1208: build(deps): bump actions/upload-artifact from 1 to 3

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #1208: URL: https://github.com/apache/incubator-nuttx-apps/pull/1208 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. Release notes Sourced from https://github.com/actions/upload-artifact/releases";>

[GitHub] [incubator-nuttx-apps] dependabot[bot] opened a new pull request, #1207: build(deps): bump actions/cache from 2 to 3

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #1207: URL: https://github.com/apache/incubator-nuttx-apps/pull/1207 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. Release notes Sourced from https://github.com/actions/cache/releases";>actions/cache's releases.

[incubator-nuttx-apps] branch dependabot/github_actions/actions/cache-3 created (now 2e6a9036c)

2022-06-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/cache-3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git at 2e6a9036c build(deps): bump actions/cache from 2 to 3 No new rev

[incubator-nuttx-apps] 04/05: chore: Set permissions for GitHub actions

2022-06-21 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/incubator-nuttx-apps.git commit 83ea328ef540f66fbe87a1989a95499ea906b362 Author: naveen <172697+naveensriniva...@users.noreply.githu

[incubator-nuttx-apps] 05/05: chore: Included githubactions in the dependabot config

2022-06-21 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/incubator-nuttx-apps.git commit 2f173e9f48afe72e58d1f08a2bf90045cf9ec274 Author: naveen <172697+naveensriniva...@users.noreply.githu

[incubator-nuttx-apps] 03/05: Lint Python code with flake8 and isort

2022-06-21 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/incubator-nuttx-apps.git commit 72cb2c237b318b06ca49535696c672133027066d Author: Christian Clauss AuthorDate: Fri Apr 9 18:35:47 20

[incubator-nuttx-apps] branch master updated (fe109998c -> 2f173e9f4)

2022-06-21 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/incubator-nuttx-apps.git from fe109998c webclient_get_tunnel: A comment about how to dispose the returned "conn" new 5787

[incubator-nuttx-apps] 02/05: ci: lint only changed files

2022-06-21 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/incubator-nuttx-apps.git commit 72ead93dee3555da0d8c7da1d3985e17a0f3243c Author: Brennan Ashton AuthorDate: Mon Apr 5 21:41:14 2021

[incubator-nuttx-apps] branch dependabot/github_actions/actions/download-artifact-3 created (now facbac908)

2022-06-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/download-artifact-3 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git at facbac908 build(deps): bump actions/download-artifac

[GitHub] [incubator-nuttx-apps] dependabot[bot] opened a new pull request, #1205: build(deps): bump actions/download-artifact from 1 to 3

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #1205: URL: https://github.com/apache/incubator-nuttx-apps/pull/1205 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 3. Release notes Sourced from https://github.com/actions/download-artifact/rele

[incubator-nuttx-apps] 01/05: Add black linter for python

2022-06-21 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/incubator-nuttx-apps.git commit 5787c26159046454bed284010e55bcdc6bb74dab Author: Brennan Ashton AuthorDate: Sun Apr 4 17:13:32 2021

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1204: Sync github action from nuttx side

2022-06-21 Thread GitBox
pkarashchenko merged PR #1204: URL: https://github.com/apache/incubator-nuttx-apps/pull/1204 -- 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-uns

[GitHub] [incubator-nuttx] acassis commented on pull request #6493: stm32xx: Fix RTC drift when using HSE

2022-06-21 Thread GitBox
acassis commented on PR #6493: URL: https://github.com/apache/incubator-nuttx/pull/6493#issuecomment-1161767352 Note: I just sent this PR because Peter contacted me, reported the issue below and asked me to submit it. -- This is an automated message from the Apache Git Service. To respond

[incubator-nuttx] branch master updated: risc-v/esp32c3: Implement up_perf_xxx API

2022-06-21 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 9481456fde risc-v/esp32c3: Implement

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6487: risc-v/esp32c3: Implement up_perf_xxx API

2022-06-21 Thread GitBox
xiaoxiang781216 merged PR #6487: URL: https://github.com/apache/incubator-nuttx/pull/6487 -- 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

[incubator-nuttx] branch master updated (f68a5f0913 -> 9140693567)

2022-06-21 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 f68a5f0913 boards/risc-v/litex/arty_a7: add netnsh defconfig add 9140693567 Add lcd_dev_s pointer to

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-21 Thread GitBox
xiaoxiang781216 merged PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465 -- 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] acassis opened a new pull request, #6493: stm32xx: Fix RTC drift when using HSE

2022-06-21 Thread GitBox
acassis opened a new pull request, #6493: URL: https://github.com/apache/incubator-nuttx/pull/6493 When using HSE to clock RTC NuttX internal time is gaining 5.5 second per minute. Problem was NuttX using 7182 for one of the RTC division factors, it should have been 7812. The incorrect

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-21 Thread GitBox
xiaoxiang781216 commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r902605000 ## drivers/lcd/ug-9664hswag01.c: ## @@ -440,15 +443,12 @@ static void ug_deselect(FAR struct spi_dev_s *spi) * **

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1204: Sync github action from nuttx side

2022-06-21 Thread GitBox
xiaoxiang781216 commented on PR #1204: URL: https://github.com/apache/incubator-nuttx-apps/pull/1204#issuecomment-1161729379 @pkarashchenko could you merge this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-21 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r902592712 ## drivers/lcd/ug-9664hswag01.c: ## @@ -440,15 +443,12 @@ static void ug_deselect(FAR struct spi_dev_s *spi) * ***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-21 Thread GitBox
xiaoxiang781216 commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r902583505 ## drivers/lcd/ug-9664hswag01.c: ## @@ -440,15 +443,12 @@ static void ug_deselect(FAR struct spi_dev_s *spi) * **

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6492: Stm32wl55JC SPI driver

2022-06-21 Thread GitBox
pkarashchenko commented on code in PR #6492: URL: https://github.com/apache/incubator-nuttx/pull/6492#discussion_r902575447 ## .github/workflows/docker_linux.yml: ## @@ -58,14 +58,14 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build Linux image -

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-21 Thread GitBox
michi-jung commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r902574720 ## drivers/lcd/ug-9664hswag01.c: ## @@ -440,15 +443,12 @@ static void ug_deselect(FAR struct spi_dev_s *spi) * ***

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
pkarashchenko commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902552374 ## boards/Kconfig: ## @@ -1575,6 +1575,15 @@ config ARCH_BOARD_SABRE_6QUAD This options selects support for NuttX on the NXP/Freescale Sab

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
pkarashchenko commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902550606 ## arch/arm64/src/common/arm64_fatal.h: ## @@ -72,6 +72,6 @@ void arm64_dump_fatal(struct regs_context * reg); PANIC(); \ } while (true) -#

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-21 Thread GitBox
xiaoxiang781216 commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r902188316 ## drivers/lcd/ug-2864ambag01.c: ## @@ -682,15 +682,13 @@ static int ug2864ambag01_putrun(fb_coord_t row, fb_coord_t col,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-21 Thread GitBox
xiaoxiang781216 commented on code in PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#discussion_r902188316 ## drivers/lcd/ug-2864ambag01.c: ## @@ -682,15 +682,13 @@ static int ug2864ambag01_putrun(fb_coord_t row, fb_coord_t col,

[GitHub] [incubator-nuttx] adamkaliszan commented on pull request #6492: Stm32wl55JC SPI driver

2022-06-21 Thread GitBox
adamkaliszan commented on PR #6492: URL: https://github.com/apache/incubator-nuttx/pull/6492#issuecomment-1161586341 There is alo BSP for NucleoWl55 board. I will add it in next pull pull request. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-nuttx] adamkaliszan opened a new pull request, #6492: Stm32wl55JC SPI driver

2022-06-21 Thread GitBox
adamkaliszan opened a new pull request, #6492: URL: https://github.com/apache/incubator-nuttx/pull/6492 ## Summary Stm32wl55 SPI driver ## Impact ## Testing Tested using sigrock on Nucleo Wl55JC board -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-nuttx] michi-jung commented on pull request #6465: Add lcd_dev_s pointer to lcd_planeinfo_s to support multiple LCDs per board

2022-06-21 Thread GitBox
michi-jung commented on PR #6465: URL: https://github.com/apache/incubator-nuttx/pull/6465#issuecomment-1161579921 @pkarashchenko, @xiaoxiang781216: Is there anything left to be done for to get this upstreamed? Thanks! -- This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902417992 ## arch/arm64/src/common/arm64_gic.h: ## @@ -0,0 +1,317 @@ +/ + * arch/arm64/src/c

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902417630 ## arch/arm64/src/common/arm64_fpu.h: ## @@ -0,0 +1,54 @@ +/ + * arch/arm64/src/co

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902417367 ## arch/arm64/src/common/arm64_fatal.h: ## @@ -0,0 +1,77 @@ +/ + * arch/arm64/src/

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902417084 ## arch/arm64/src/common/arm64_cpu_psci.h: ## @@ -0,0 +1,101 @@ +/ + * arch/arm64/

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902415007 ## arch/arm64/src/common/arm64_cpu_psci.h: ## @@ -0,0 +1,101 @@ +/ + * arch/arm64/

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902414789 ## arch/arm64/src/common/arm64_copystate.c: ## @@ -0,0 +1,120 @@ +/ + * arch/arm64

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902414586 ## arch/arm64/src/common/arm64_backtrace.c: ## @@ -0,0 +1,184 @@ +/ + * arch/arm64

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902414338 ## arch/arm64/src/common/arm64_arch_timer.h: ## @@ -0,0 +1,58 @@ +/ + * arch/arm64

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902414083 ## arch/arm64/include/syscall.h: ## @@ -0,0 +1,390 @@ +/ + * arch/arm64/include/sy

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
qinwei2004 commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902413704 ## tools/ci/testlist/other.dat: ## @@ -20,3 +20,7 @@ # Sparc-gaisler-elf toolchain doesn't provide macOS binaries /sparc -xx3823:nsh + +# macOS doesn't hav

[incubator-nuttx] 03/04: net: fix DP83825I comments

2022-06-21 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/incubator-nuttx.git commit 88c58df6d6500c585f718e9849538f6ab9b87cd8 Author: Richard Tucker AuthorDate: Fri Jun 17 16:06:32 2022 +10

[incubator-nuttx] 02/04: net: add DP83848C constants

2022-06-21 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/incubator-nuttx.git commit eaa5f9ab4e4dafa5d1dd2eaf04bb90594bd72ae9 Author: Richard Tucker AuthorDate: Fri Jun 3 11:08:27 2022 +100

[incubator-nuttx] 04/04: boards/risc-v/litex/arty_a7: add netnsh defconfig

2022-06-21 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/incubator-nuttx.git commit f68a5f0913408ea7792f2cea54644aaa613f13f5 Author: Richard Tucker AuthorDate: Mon Jun 20 16:10:31 2022 +10

[incubator-nuttx] 01/04: arch/risc-v/src/litex/litex_emac: add liteeth peripheral driver

2022-06-21 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/incubator-nuttx.git commit 8f36649aadd6db2a89df5f6ad3feca4cbc72d42f Author: Richard Tucker AuthorDate: Mon May 30 11:43:34 2022 +10

[incubator-nuttx] branch master updated (04fcbb5cb8 -> f68a5f0913)

2022-06-21 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/incubator-nuttx.git from 04fcbb5cb8 wireless/bcm43xxx: add auto power saving support new 8f36649aad arch/risc-v/src/litex/

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6491: LITEETH peripheral driver support

2022-06-21 Thread GitBox
pkarashchenko merged PR #6491: URL: https://github.com/apache/incubator-nuttx/pull/6491 -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
pkarashchenko commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902289974 ## arch/arm64/include/syscall.h: ## @@ -0,0 +1,390 @@ +/ + * arch/arm64/include

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6478: arch: arm64: ARMv8-A support for NuttX

2022-06-21 Thread GitBox
pkarashchenko commented on code in PR #6478: URL: https://github.com/apache/incubator-nuttx/pull/6478#discussion_r902287077 ## tools/ci/testlist/other.dat: ## @@ -20,3 +20,7 @@ # Sparc-gaisler-elf toolchain doesn't provide macOS binaries /sparc -xx3823:nsh + +# macOS doesn't

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6491: LITEETH peripheral driver support

2022-06-21 Thread GitBox
xiaoxiang781216 commented on PR #6491: URL: https://github.com/apache/incubator-nuttx/pull/6491#issuecomment-1161340554 @rtucker85 please run this command and commit the change: ./tools/refresh.sh --silent arty_a7/netnsh -- This is an automated message from the Apache Git Service. To re