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
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
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
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
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
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
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
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
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
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
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
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
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;
}
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;
}
+/*
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
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
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
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
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
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
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
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
22 matches
Mail list logo