HidenoriMatsubayashi commented on PR #7261:
URL: https://github.com/apache/incubator-nuttx/pull/7261#issuecomment-1272473045
@xiaoxiang781216 Thanks. Fixed that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
btashton opened a new pull request, #7263:
URL: https://github.com/apache/incubator-nuttx/pull/7263
## Summary
This fixes two bugs when using the DMA LLI functionality:
* rx and tx buffer addresses were not properly offset for entries past the
first.
* The TC interrupt was enabled
btashton commented on PR #7263:
URL: https://github.com/apache/incubator-nuttx/pull/7263#issuecomment-1272473686
@lupyuen This small patch seemed to resolve the DMA issue that you
reported, I was able to test it against my ST7789 display.
--
This is an automated message from the Apache G
lupyuen commented on PR #7263:
URL: https://github.com/apache/incubator-nuttx/pull/7263#issuecomment-1272473902
Thanks! I'll test this
--
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
HidenoriMatsubayashi commented on PR #7262:
URL: https://github.com/apache/incubator-nuttx/pull/7262#issuecomment-1272475683
> However, I'm not sure if the DEVICE region is configurable or not.
Hmm, I don't think it's configurable, but I'm also not sure whether current
value of `CONFI
xiaoxiang781216 commented on PR #7262:
URL: https://github.com/apache/incubator-nuttx/pull/7262#issuecomment-1272497213
Anyway is better to use macro(CONFIG_DEVICEIO_SIZE) instead hardcoding
value. Let's merge this patch, if it isn't configurable, we can rename
CONFIG_DEVICEIO_SIZE to DEVIC
xiaoxiang781216 merged PR #7262:
URL: https://github.com/apache/incubator-nuttx/pull/7262
--
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 cb73e9a67d arch: qemu-rv: Refactor the entry point name for
BUILD_KERNEL
add 0b03a2316f arch/arm64/q
xiaoxiang781216 commented on PR #7114:
URL: https://github.com/apache/incubator-nuttx/pull/7114#issuecomment-1272499080
@W-Mai please remove the merge patch.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
W-Mai commented on PR #7114:
URL: https://github.com/apache/incubator-nuttx/pull/7114#issuecomment-1272499568
> @W-Mai please remove the merge patch.
I'll rebase it later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
xiaoxiang781216 merged PR #7261:
URL: https://github.com/apache/incubator-nuttx/pull/7261
--
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 b0f9241ec1 arch/arm64: update to fol
pkarashchenko merged PR #7263:
URL: https://github.com/apache/incubator-nuttx/pull/7263
--
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
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 8b7d2d3da4 bl602: Fix bug in lli
xiaoxiang781216 commented on code in PR #7260:
URL: https://github.com/apache/incubator-nuttx/pull/7260#discussion_r990736217
##
arch/arm/src/common/Make.defs:
##
@@ -64,15 +64,17 @@ ifeq ($(CONFIG_SCHED_THREAD_LOCAL),y)
endif
ifeq ($(CONFIG_SCHED_BACKTRACE),y)
Review Comme
xiaoxiang781216 commented on code in PR #7260:
URL: https://github.com/apache/incubator-nuttx/pull/7260#discussion_r990768956
##
arch/arm/src/common/arm_backtrace_unwind.c:
##
@@ -0,0 +1,680 @@
+/
+ * ar
anchao commented on code in PR #7260:
URL: https://github.com/apache/incubator-nuttx/pull/7260#discussion_r990777662
##
arch/arm/src/common/Make.defs:
##
@@ -64,15 +64,17 @@ ifeq ($(CONFIG_SCHED_THREAD_LOCAL),y)
endif
ifeq ($(CONFIG_SCHED_BACKTRACE),y)
Review Comment:
Do
anchao commented on code in PR #7260:
URL: https://github.com/apache/incubator-nuttx/pull/7260#discussion_r99002
##
arch/arm/src/common/arm_backtrace_unwind.c:
##
@@ -0,0 +1,680 @@
+/
+ * arch/arm/sr
xiaoxiang781216 commented on code in PR #7114:
URL: https://github.com/apache/incubator-nuttx/pull/7114#discussion_r990776970
##
.github/workflows/build.yml:
##
@@ -157,17 +158,35 @@ jobs:
export CCACHE_DIR=`pwd`/ccache
mkdir $CCACHE_DIR
ex
tito97sp commented on code in PR #7258:
URL: https://github.com/apache/incubator-nuttx/pull/7258#discussion_r990780304
##
arch/arm/src/stm32h7/stm32_flash.c:
##
@@ -330,15 +331,24 @@ static inline uint32_t stm32h7_flash_size(
static inline
struct stm32h7_flash_priv_s * stm32h7
xiaoxiang781216 merged PR #7109:
URL: https://github.com/apache/incubator-nuttx/pull/7109
--
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 8b7d2d3da4 bl602: Fix bug in lli functionality for dma.
add 70053700b8 add ci run on sim
No new revi
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990782521
##
fs/fat/fs_fat32.h:
##
@@ -864,7 +864,7 @@ struct fat_mountpt_s
struct inode *fs_blkdriver; /* The block driver inode that hosts the
FAT32 fs
W-Mai commented on code in PR #7114:
URL: https://github.com/apache/incubator-nuttx/pull/7114#discussion_r990782823
##
.github/workflows/build.yml:
##
@@ -157,17 +158,35 @@ jobs:
export CCACHE_DIR=`pwd`/ccache
mkdir $CCACHE_DIR
export ARTIF
W-Mai commented on code in PR #7114:
URL: https://github.com/apache/incubator-nuttx/pull/7114#discussion_r990782855
##
.github/workflows/build.yml:
##
@@ -157,17 +158,35 @@ jobs:
export CCACHE_DIR=`pwd`/ccache
mkdir $CCACHE_DIR
export ARTIF
W-Mai commented on code in PR #7114:
URL: https://github.com/apache/incubator-nuttx/pull/7114#discussion_r990783057
##
.github/workflows/build.yml:
##
@@ -157,17 +158,35 @@ jobs:
export CCACHE_DIR=`pwd`/ccache
mkdir $CCACHE_DIR
export ARTIF
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990783829
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.c:
##
@@ -508,10 +508,10 @@ void bcmf_sdpcm_free_frame(FAR struct bcmf_dev_s *priv,
struct bcmf_fram
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990783902
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.h:
##
@@ -140,15 +117,15 @@ void bcmf_initialize_interface_frames(void);
W-Mai commented on code in PR #7114:
URL: https://github.com/apache/incubator-nuttx/pull/7114#discussion_r990784194
##
tools/testbuild.sh:
##
@@ -57,7 +62,7 @@ esac
function showusage {
echo ""
- echo "USAGE: $progname [-l|m|c|g|n] [-d] [-e ] [-x] [-j ]
[-a ] [-t ] [-p]
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990784313
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.h:
##
@@ -140,15 +117,15 @@ void bcmf_initialize_interface_frames(void);
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990784693
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.c:
##
@@ -64,11 +64,11 @@ void bcmf_initialize_interface_frames(void)
***
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990784719
##
drivers/wireless/ieee80211/bcm43xxx/bcmf_interface.c:
##
@@ -64,11 +64,11 @@ void bcmf_initialize_interface_frames(void)
***
ethanlcz opened a new pull request, #7264:
URL: https://github.com/apache/incubator-nuttx/pull/7264
move usrsock rpmsg driver from userspace to kernel to reduce extra
context switch for usrsock operations
Signed-off-by: liangchaozhong
## Summary
## Impact
## Te
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r99074
##
drivers/video/video.c:
##
@@ -3122,8 +3094,7 @@ static int video_unregister(FAR video_mng_t *v_mgr)
}
else
{
- nxsem_destroy(&v_mgr-
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990789076
##
drivers/usbhost/usbhost_xboxcontroller.c:
##
@@ -234,8 +228,8 @@ static inline int usbhost_tfree(FAR struct usbhost_state_s
*priv);
/* struct usbhos
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990789112
##
drivers/usbhost/usbhost_xboxcontroller.c:
##
@@ -160,7 +160,7 @@ struct usbhost_state_s
uint8_t nwaiters; /* Numbe
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990789153
##
drivers/usbhost/usbhost_cdcmbim.c:
##
@@ -855,7 +823,7 @@ static void usbhost_bulkin_work(FAR void *arg)
DRVR_ASYNCH(hport->drvr, priv->bulkin,
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990809617
##
drivers/sensors/adxl372.c:
##
@@ -884,7 +881,7 @@ int adxl372_register(FAR const char *devpath,
priv->flink = g_adxl372_list;
g_adxl37
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990809749
##
drivers/mtd/mtd_config.c:
##
@@ -559,8 +559,8 @@ static int mtdconfig_findnextentry(FAR struct
mtdconfig_struct_s *dev,
static off_t mtdconfig_ramc
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990809678
##
drivers/mtd/smart.c:
##
@@ -4406,12 +4406,12 @@ static int smart_write_alloc_sector(FAR struct
smart_struct_s *dev,
memset(dev->rwbuffer, CONFIG
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990809770
##
drivers/audio/wm8994.c:
##
@@ -1559,11 +1544,11 @@ static int wm8994_reserve(FAR struct audio_lowerhalf_s
*dev)
#endif
{
FAR struct wm8994_dev_s
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990809813
##
drivers/audio/wm8776.c:
##
@@ -1032,11 +976,11 @@ static int wm8776_reserve(FAR struct audio_lowerhalf_s
*dev)
#endif
{
FAR struct wm8776_dev_s
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990809997
##
drivers/audio/vs1053.c:
##
@@ -1647,22 +1647,22 @@ static int vs1053_resume(FAR struct audio_lowerhalf_s
*lower)
static int vs1053_enqueuebuffer(FAR
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990810046
##
drivers/audio/vs1053.c:
##
@@ -1439,12 +1439,12 @@ static int vs1053_start(FAR struct audio_lowerhalf_s
*lower,
static int vs1053_start(FAR struct a
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r990810100
##
boards/arm/stm32/omnibusf4/src/stm32_romfs_initialize.c:
##
@@ -119,7 +119,7 @@ extern const uint8_t romfs_data_end[];
int stm32_romfs_initialize(voi
xiaoxiang781216 merged PR #7258:
URL: https://github.com/apache/incubator-nuttx/pull/7258
--
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 c28b05efd3 arch: stm32h7: Add suppor
btashton opened a new pull request, #7265:
URL: https://github.com/apache/incubator-nuttx/pull/7265
## Summary
Refresh the Pipenv lock file to pick up security and bug fixes. Including
https://github.com/apache/incubator-nuttx/pull/7148
In the process of doing this I did find that we
btashton commented on PR #7148:
URL: https://github.com/apache/incubator-nuttx/pull/7148#issuecomment-1272646951
Sorry for the delay addressing this. Should be fixed in
https://github.com/apache/incubator-nuttx/pull/7265
--
This is an automated message from the Apache Git Service.
To res
lupyuen commented on PR #7263:
URL: https://github.com/apache/incubator-nuttx/pull/7263#issuecomment-1272659587
@btashton SPI DMA works great with `lvgldemo` on PineCone BL602 and ST7789
thanks! (LVGL Buffer = 20 rows)
I'll test SPI DMA with PineDio Stack BL604, right after I restore
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 bb3b82e Publishing web
xiaoxiang781216 merged PR #7265:
URL: https://github.com/apache/incubator-nuttx/pull/7265
--
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 c9636f0b3e docs: Update dependencies
xiaoxiang781216 closed pull request #7148: build(deps): bump urllib3 from
1.26.4 to 1.26.5 in /Documentation
URL: https://github.com/apache/incubator-nuttx/pull/7148
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
dependabot[bot] commented on PR #7148:
URL: https://github.com/apache/incubator-nuttx/pull/7148#issuecomment-1272690658
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor vers
xiaoxiang781216 commented on PR #7148:
URL: https://github.com/apache/incubator-nuttx/pull/7148#issuecomment-1272690642
close done by #7265
--
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 spe
ttnie opened a new pull request, #7266:
URL: https://github.com/apache/incubator-nuttx/pull/7266
Signed-off-by: nietingting
## Summary
ci: add qemu run support
## Impact
none
## Testing
test on local
--
This is an automated message from the Apache Git Service.
To
zyfeier opened a new pull request, #7267:
URL: https://github.com/apache/incubator-nuttx/pull/7267
## Summary
This commit fixed data abort issue when task restart in wait sem status.
If delete waitobj in the sem recover function, then we will get the wrong
task list when remove the
FASTSHIFT opened a new pull request, #7268:
URL: https://github.com/apache/incubator-nuttx/pull/7268
Signed-off-by: pengyiqiang
## Summary
Adapt to LVGL v8 update:
https://github.com/apache/incubator-nuttx-apps/pull/1341
## Impact
LVGL related configuration may n
59 matches
Mail list logo