[GitHub] [incubator-nuttx] HidenoriMatsubayashi commented on pull request #7261: arch/arm64: update to follow NuttX C Coding Standard

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] btashton opened a new pull request, #7263: bl602: Fix bug in lli functionality for dma.

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] btashton commented on pull request #7263: bl602: Fix bug in lli functionality for dma.

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] lupyuen commented on pull request #7263: bl602: Fix bug in lli functionality for dma.

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] HidenoriMatsubayashi commented on pull request #7262: arch/arm64/qemu/qemu_boot: fix wrong memory size

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7262: arch/arm64/qemu/qemu_boot: fix wrong memory size

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7262: arch/arm64/qemu/qemu_boot: fix wrong memory size

2022-10-09 Thread GitBox
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

[incubator-nuttx] branch master updated (cb73e9a67d -> 0b03a2316f)

2022-10-09 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 cb73e9a67d arch: qemu-rv: Refactor the entry point name for BUILD_KERNEL add 0b03a2316f arch/arm64/q

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7114: Add CodeChecker to CI

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] W-Mai commented on pull request #7114: Add CodeChecker to CI

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7261: arch/arm64: update to follow NuttX C Coding Standard

2022-10-09 Thread GitBox
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

[incubator-nuttx] branch master updated: arch/arm64: update to follow NuttX C Coding Standard

2022-10-09 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 b0f9241ec1 arch/arm64: update to fol

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7263: bl602: Fix bug in lli functionality for dma.

2022-10-09 Thread GitBox
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

[incubator-nuttx] branch master updated: bl602: Fix bug in lli functionality for dma.

2022-10-09 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 8b7d2d3da4 bl602: Fix bug in lli

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7260: arm/backtrace: add support for EHABI(Exception Handling ABI) stack unwinder

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7260: arm/backtrace: add support for EHABI(Exception Handling ABI) stack unwinder

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7260: arm/backtrace: add support for EHABI(Exception Handling ABI) stack unwinder

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7260: arm/backtrace: add support for EHABI(Exception Handling ABI) stack unwinder

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7114: Add CodeChecker to CI

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] tito97sp commented on a diff in pull request #7258: arch: stm32h7: Add support for dual bank flash

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7109: add ci run on sim

2022-10-09 Thread GitBox
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

[incubator-nuttx] branch master updated (8b7d2d3da4 -> 70053700b8)

2022-10-09 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 8b7d2d3da4 bl602: Fix bug in lli functionality for dma. add 70053700b8 add ci run on sim No new revi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] W-Mai commented on a diff in pull request #7114: Add CodeChecker to CI

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] W-Mai commented on a diff in pull request #7114: Add CodeChecker to CI

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] W-Mai commented on a diff in pull request #7114: Add CodeChecker to CI

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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);

[GitHub] [incubator-nuttx] W-Mai commented on a diff in pull request #7114: Add CodeChecker to CI

2022-10-09 Thread GitBox
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]

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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);

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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) ***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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) ***

[GitHub] [incubator-nuttx] ethanlcz opened a new pull request, #7264: usersock: Add driver with type of rpmsg interface

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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-

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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,

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6965: nxmutex replace nxsem when used as a lock

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7258: arch: stm32h7: Add support for dual bank flash

2022-10-09 Thread GitBox
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

[incubator-nuttx] branch master updated: arch: stm32h7: Add support for dual bank flash memory

2022-10-09 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 c28b05efd3 arch: stm32h7: Add suppor

[GitHub] [incubator-nuttx] btashton opened a new pull request, #7265: docs: Update dependencies and fix lint errors

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] btashton commented on pull request #7148: build(deps): bump urllib3 from 1.26.4 to 1.26.5 in /Documentation

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] lupyuen commented on pull request #7263: bl602: Fix bug in lli functionality for dma.

2022-10-09 Thread GitBox
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

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

2022-10-09 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 bb3b82e Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7265: docs: Update dependencies and fix lint errors

2022-10-09 Thread GitBox
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

[incubator-nuttx] branch master updated: docs: Update dependencies and fix lint errors

2022-10-09 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 c9636f0b3e docs: Update dependencies

[GitHub] [incubator-nuttx] xiaoxiang781216 closed pull request #7148: build(deps): bump urllib3 from 1.26.4 to 1.26.5 in /Documentation

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] dependabot[bot] commented on pull request #7148: build(deps): bump urllib3 from 1.26.4 to 1.26.5 in /Documentation

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7148: build(deps): bump urllib3 from 1.26.4 to 1.26.5 in /Documentation

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] ttnie opened a new pull request, #7266: ci: add qemu run support

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] zyfeier opened a new pull request, #7267: sem: don't clear waitobj when do sem recover

2022-10-09 Thread GitBox
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

[GitHub] [incubator-nuttx] FASTSHIFT opened a new pull request, #7268: boards: adapt LVGL v8 defconfig

2022-10-09 Thread GitBox
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