[GitHub] [incubator-nuttx] no1wudi opened a new pull request, #6572: arch/arm/Kconfig: Add description for ARM_THUMB to make it configurable

2022-07-05 Thread GitBox
no1wudi opened a new pull request, #6572: URL: https://github.com/apache/incubator-nuttx/pull/6572 ## Summary Add description for ARM_THUMB to make it configurable by defconfig, it's useful for cortex-a based chips. ## Impact No ## Testing Custom boards -- This is an au

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6572: arch/arm/Kconfig: Add description for ARM_THUMB to make it configurable

2022-07-05 Thread GitBox
xiaoxiang781216 merged PR #6572: URL: https://github.com/apache/incubator-nuttx/pull/6572 -- 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: arch/arm/Kconfig: Add description for ARM_THUMB to make it configurable

2022-07-05 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 a4e867b8d4 arch/arm/Kconfig: Add des

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request, #6573: xtensa: Unify common options within a single Make.defs

2022-07-05 Thread GitBox
gustavonihei opened a new pull request, #6573: URL: https://github.com/apache/incubator-nuttx/pull/6573 ## Summary This PR intends to unify all common options from Xtensa-based chips within a single Makefile file. Plus, it adds to the build the required source files for enabling su

[GitHub] [incubator-nuttx] chengli1212 opened a new pull request, #6574: add empty ioctl for mmcsd_spi

2022-07-05 Thread GitBox
chengli1212 opened a new pull request, #6574: URL: https://github.com/apache/incubator-nuttx/pull/6574 fix crash when use ioctl without null point check ## Summary some third party software use block driver ioctl directly without null point check ## Impact crash when call ioc

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6551: framebuffer for e-ink display. Added callback function to redraw.

2022-07-05 Thread GitBox
xiaoxiang781216 merged PR #6551: URL: https://github.com/apache/incubator-nuttx/pull/6551 -- 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 (a4e867b8d4 -> 664d45dcba)

2022-07-05 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 a4e867b8d4 arch/arm/Kconfig: Add description for ARM_THUMB to make it configurable add 664d45dcba Ne

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6573: xtensa: Unify common options within a single Make.defs

2022-07-05 Thread GitBox
xiaoxiang781216 merged PR #6573: URL: https://github.com/apache/incubator-nuttx/pull/6573 -- 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] 03/03: xtensa: Build sources required for supporting CONFIG_BUILD_PROTECTED

2022-07-05 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 commit f3e8decad25ba03c420a6b7fd37442dffed9904d Author: Gustavo Henrique Nihei AuthorDate: Tue Jul 5 10:20:40 2022

[incubator-nuttx] 01/03: xtensa: Unify common options within a single Make.defs

2022-07-05 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 commit b9703619b5b4a626c5b13943168fa5ea3b6a0570 Author: Gustavo Henrique Nihei AuthorDate: Mon Jul 4 15:45:36 2022

[incubator-nuttx] branch master updated (664d45dcba -> f3e8decad2)

2022-07-05 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 664d45dcba New rules of triggering redrawing display. new b9703619b5 xtensa: Unify common options wit

[incubator-nuttx] 02/03: xtensa: Build sources for supporting CONFIG_SCHED_BACKTRACE

2022-07-05 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 commit cd1ed928440377a843367ee35f3b4770e52b2e2b Author: Gustavo Henrique Nihei AuthorDate: Tue Jul 5 10:19:42 2022

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6574: add empty ioctl for mmcsd_spi

2022-07-05 Thread GitBox
xiaoxiang781216 commented on code in PR #6574: URL: https://github.com/apache/incubator-nuttx/pull/6574#discussion_r913908881 ## drivers/mmcsd/mmcsd_spi.c: ## @@ -1604,6 +1606,20 @@ static int mmcsd_geometry(FAR struct inode *inode, struct geometry *geometry) return OK; }

[GitHub] [incubator-nuttx] chengli1212 commented on a diff in pull request #6574: add empty ioctl for mmcsd_spi

2022-07-05 Thread GitBox
chengli1212 commented on code in PR #6574: URL: https://github.com/apache/incubator-nuttx/pull/6574#discussion_r913914632 ## drivers/mmcsd/mmcsd_spi.c: ## @@ -1604,6 +1606,20 @@ static int mmcsd_geometry(FAR struct inode *inode, struct geometry *geometry) return OK; } +/*

[GitHub] [incubator-nuttx] mlyszczek commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-07-05 Thread GitBox
mlyszczek commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1175233822 I've added lower half driver for the IPCC. The only test I've done is that I compiled it. I am going to write some tests for second cpu with stm32cube and fix any bugs that I fi

[GitHub] [incubator-nuttx] mlyszczek commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-07-05 Thread GitBox
mlyszczek commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1175238373 I've added lower half driver for the IPCC. The only test I've done is that I compiled it. I am going to write some tests for second cpu with stm32cube and fix any bugs that I fi

[GitHub] [incubator-nuttx] onegray commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-07-05 Thread GitBox
onegray commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1175299311 Yes, for stm32wb we have to follow the CPU2 firmware logic which is quite specific. The communication for each IPCC channel is represented by async event queue shared in memory as

[GitHub] [incubator-nuttx] edsut commented on issue #6531: IMXRT USB speed may need to be forced to FULL when CONFIG_USBDEV_DUALSPEED is not configured

2022-07-05 Thread GitBox
edsut commented on issue #6531: URL: https://github.com/apache/incubator-nuttx/issues/6531#issuecomment-1175338398 The details of this issue are scattered (my fault) across a few forum posts and github issues so I'll try to recap here... Note in all cases, "crash" refers to a hardfault-C

[GitHub] [incubator-nuttx] edsut commented on issue #6531: IMXRT USB speed may need to be forced to FULL when CONFIG_USBDEV_DUALSPEED is not configured

2022-07-05 Thread GitBox
edsut commented on issue #6531: URL: https://github.com/apache/incubator-nuttx/issues/6531#issuecomment-1175542938 More information... Thanks to suggestion by @acassis, I used the usbserial application to cause the crash. Its tough to work with unless a new defconfig is used to allo

[GitHub] [incubator-nuttx] acassis opened a new issue, #6575: USBNSH is not working on STM32F4Discovery

2022-07-05 Thread GitBox
acassis opened a new issue, #6575: URL: https://github.com/apache/incubator-nuttx/issues/6575 I decided to help Ed to fix to USB issue #6531 and decided to test the USB on STM32F4Discovery board. Unfortunately version 10.3.0, didn't work, then I decided to test 10.2.0, also didn't wo

[GitHub] [incubator-nuttx] onegray commented on pull request #6537: [API review request] drivers/ipcc: add Inter Processor Communication driver

2022-07-05 Thread GitBox
onegray commented on PR #6537: URL: https://github.com/apache/incubator-nuttx/pull/6537#issuecomment-1175568652 >> just two of them are needed for BLE I was wrong on this, more IPCC channels are used for specific purpose. But it makes the communication protocol even more custom. -- Th

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: f3e8decad25ba03c420a6b7fd37442dffed9904d

2022-07-05 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 dde2e18 Publishing web