[GitHub] [nuttx] qiaohaijiao commented on a diff in pull request #9693: audio: add AUDIOIOC_FLUSH ioctl

2023-07-06 Thread via GitHub
qiaohaijiao commented on code in PR #9693: URL: https://github.com/apache/nuttx/pull/9693#discussion_r1255299850 ## arch/sim/src/sim/posix/sim_alsa.c: ## @@ -541,22 +551,59 @@ static int sim_audio_resume(struct audio_lowerhalf_s *dev) if (!priv->pcm) { - return 0;

[GitHub] [nuttx] anchao commented on pull request #6718: add CMake build system support (Enhance #3704)

2023-07-06 Thread via GitHub
anchao commented on PR #6718: URL: https://github.com/apache/nuttx/pull/6718#issuecomment-1624795391 > @anchao What do you think about creating some CI targets to to ensure this continues to be functional? Hi, @davids5 , of course, I will send a separate PR later to add cmake-related

[GitHub] [nuttx] anchao commented on pull request #6718: add CMake build system support (Enhance #3704)

2023-07-06 Thread via GitHub
anchao commented on PR #6718: URL: https://github.com/apache/nuttx/pull/6718#issuecomment-1624789560 > Given this CMake project is meant to be built from the user project repository (as opposed to the traditional CMake workflow), IMHO instructions like the ones suggested below would be appr

[GitHub] [nuttx] anchao commented on a diff in pull request #6718: add CMake build system support (Enhance #3704)

2023-07-06 Thread via GitHub
anchao commented on code in PR #6718: URL: https://github.com/apache/nuttx/pull/6718#discussion_r1255276269 ## CMakeLists.txt: ## @@ -0,0 +1,656 @@ +# ## +# CMakeLists.txt +# +# Licensed to the Apache S

[GitHub] [nuttx] jerpelea opened a new pull request, #9734: {BP-9713} cxd56/alt1250: Change power on sequence

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9734: URL: https://github.com/apache/nuttx/pull/9734 ## Summary Change the power on sequence according to ALT1250 modem spec. ## Impact RELEASE ## Testing NONE -- This is an automated message from the Apache Git Service. To re

[GitHub] [nuttx] jerpelea opened a new pull request, #9733: {BP-9626} libs/libc/aio: fix aio_error compatible bug

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9733: URL: https://github.com/apache/nuttx/pull/9733 ## Summary 1. make the aio_error implementation can pass the ltp/open_posix_testsuite/aio_error testcases 2. the modification are referred to https://pubs.opengroup.org/onlinepubs/9699919799/func

[GitHub] [nuttx] jerpelea opened a new pull request, #9732: {BP-9621} cxd56_dmac, lcd_dev: fix null pointer dereference

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9732: URL: https://github.com/apache/nuttx/pull/9732 ## Summary Check return values of following functions for null: - board_lcd_getdev - get_device ## Impact RELEASE ## Testing NONE -- This is an automated message

[GitHub] [nuttx] jerpelea opened a new pull request, #9731: {BP-9615} fs/fat: Fix undefined behavior in signed integer overflow check

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9731: URL: https://github.com/apache/nuttx/pull/9731 ## Summary Testing for overflow by adding a value to a variable to see if it "wraps around" works only for unsigned integer values, because signed overflow has undefined behavior according to the C

[GitHub] [nuttx] jerpelea opened a new pull request, #9730: {BP-9611} Minor fix for libc/pwd

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9730: URL: https://github.com/apache/nuttx/pull/9730 ## Summary libc/pwd: Reuse g_passwd and g_passwd_buffer in getpwbuf libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro ## Impact RELEASE ## Testing NONE --

[GitHub] [nuttx] jerpelea opened a new pull request, #9729: {BP-9664} libs/libc/aio/lio_listio: fix the heap use-after-free bug

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9729: URL: https://github.com/apache/nuttx/pull/9729 ## Summary 1. the lio_sigsetup() method use a universal sighand instance across all aiocb instances, but inside the lio_sighandler() method, if one aiocb is handle finished, then this method will fr

[GitHub] [nuttx] jerpelea commented on a diff in pull request #9725: {BP-9697} arch: cxd56xx: Fix bug when watchdog restart

2023-07-06 Thread via GitHub
jerpelea commented on code in PR #9725: URL: https://github.com/apache/nuttx/pull/9725#discussion_r1255251343 ## arch/arm/src/cxd56xx/cxd56_wdt.c: ## @@ -200,7 +200,7 @@ static uint32_t cxd56_getreg(uintptr_t regaddr) /* Show the register value read */ - wdinfo("%08x->%0

[GitHub] [nuttx] jerpelea opened a new pull request, #9728: 1.arch/arm/src/stm32/stm32_rtcounter.c   up_rtc_initialize Possible s…

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9728: URL: https://github.com/apache/nuttx/pull/9728 ## Summary …tall 2.arch/arm/src/stm32/stm32_rtcounter.c up_rtc_settime memory hardfault ## Impact RELEASE ## Testing NONE -- This is an automated message from the Apache Git

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9725: arch: cxd56xx: Fix bug when watchdog restart

2023-07-06 Thread via GitHub
pkarashchenko commented on code in PR #9725: URL: https://github.com/apache/nuttx/pull/9725#discussion_r1255249932 ## arch/arm/src/cxd56xx/cxd56_wdt.c: ## @@ -200,7 +200,7 @@ static uint32_t cxd56_getreg(uintptr_t regaddr) /* Show the register value read */ - wdinfo("%08

[GitHub] [nuttx] jerpelea opened a new pull request, #9727: arch/armv8-m/arm_secure_irq.c: fix writing to the NVIC_AIRCR register

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9727: URL: https://github.com/apache/nuttx/pull/9727 ## Summary Register key (VECTKEY) must be written, otherwise the write is ignored. Reference: https://developer.arm.com/documentation/100235/0004/the-cortex-m33-peripherals/system-control-b

[GitHub] [nuttx] jerpelea opened a new pull request, #9726: {BP-9692} drivers: video: isx01x: Fix system clock to HV mode

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9726: URL: https://github.com/apache/nuttx/pull/9726 ## Summary ISX01X doesn't work if CONFIG_CPUFREQ_RELEASE_LOCK is enabled without this changes. ## Impact RELEASE ## Testing NONE -- This is an automated message from the Ap

[GitHub] [nuttx] jerpelea opened a new pull request, #9725: arch: cxd56xx: Fix bug when watchdog restart

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9725: URL: https://github.com/apache/nuttx/pull/9725 ## Summary Fix a bug that watchdog is expired in less time than the specified time when restarting without clearing interrupt. ## Impact RELEASE ## Testing NONE -- This is

[GitHub] [nuttx] jerpelea opened a new pull request, #9724: {BP-9613} drivers/sensors/apds9960.c: Fix resource leak in error handling

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9724: URL: https://github.com/apache/nuttx/pull/9724 ## Summary ## Impact RELEASE ## Testing NONE -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [nuttx] jerpelea opened a new pull request, #9723: {BP-9631} sched/pthread: fix race condition on pthread_cond_wait()

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9723: URL: https://github.com/apache/nuttx/pull/9723 ## Summary pthread_cond_wait() should be an atomic operation in the mutex lock/unlock. Since the sched_lock() has been wrongly deleted in the previous commit, the context switch will occurred after

[GitHub] [nuttx] jerpelea opened a new pull request, #9722: {BP-9649} Fix gpio outputs from being configured as interrupts in stm32f0l0g0 g…

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9722: URL: https://github.com/apache/nuttx/pull/9722 ## Summary …pio driver ## Impact RELEASE ## Testing NONE -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] jerpelea opened a new pull request, #9721: {BP-9658} esp32s2: Fix UART1 default pins

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9721: URL: https://github.com/apache/nuttx/pull/9721 ## Summary The default pins to UART1 should be 17 (TXD) and 18 (RXD). ## Impact RELEASE ## Testing NONE -- This is an automated message from the Apache Git Service. To respo

[GitHub] [nuttx] jerpelea opened a new pull request, #9720: {BP-9673} Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation"

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9720: URL: https://github.com/apache/nuttx/pull/9720 ## Summary This reverts commit bc4266fa485e02b6e711a385167294d0c9055261. ## Impact RELEASE ## Testing NONE -- This is an automated message from the Apache Git Service. To re

[GitHub] [nuttx] jerpelea opened a new pull request, #9719: {BP-9716} Fix Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
jerpelea opened a new pull request, #9719: URL: https://github.com/apache/nuttx/pull/9719 ## Summary If cancellation points are enabled, then the following logic is activated in sem_wait(). This causes ECANCELED to be returned every time that sem_wait is called. int sem_wait(

[GitHub] [nuttx] anjiahao1 commented on pull request #9706: libs/libc:Add support for gdb rsp protocol

2023-07-06 Thread via GitHub
anjiahao1 commented on PR #9706: URL: https://github.com/apache/nuttx/pull/9706#issuecomment-1624524652 CI seems to have a problem ![image](https://github.com/apache/nuttx/assets/75056955/ee834bc3-aa30-4a5c-8709-db485ca88fe8) ![image](https://github.com/apache/nuttx/assets/75056955/af

[GitHub] [nuttx] wangfandasha opened a new issue, #9718: which is the last correct compile version on cygwin?

2023-07-06 Thread via GitHub
wangfandasha opened a new issue, #9718: URL: https://github.com/apache/nuttx/issues/9718 Hi: I have try the master branch and remotes/origin/releases/12.2 both get the rusult as following.When I use nuttx 2 years ago,it can run correctly.Is it a new problem or there is some thing I conf

[nuttx-website] branch asf-site updated: Publishing web: 8e851a05e38d691daba0a4a399ad969a6f0d1788 docs: 8868c587205fbb65a448c767800157131f6c23d9

2023-07-06 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/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 155b3979 Publishing web: 8e851a05

[GitHub] [nuttx] nealef closed pull request #9717: Add support for the loading of ET_DYN objects

2023-07-06 Thread via GitHub
nealef closed pull request #9717: Add support for the loading of ET_DYN objects URL: https://github.com/apache/nuttx/pull/9717 -- 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.

[GitHub] [nuttx] nealef opened a new pull request, #9717: Add support for the loading of ET_DYN objects

2023-07-06 Thread via GitHub
nealef opened a new pull request, #9717: URL: https://github.com/apache/nuttx/pull/9717 * libs/libc/machine/arm/armv7-m/arch_elf.c - Fix cast of error message parameters * build-globals.sh - Build the modlib_globals.S file used to resolve symbols when dynamically loading

[GitHub] [nuttx] patacongo commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
patacongo commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254818887 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_

[GitHub] [nuttx] patacongo commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
patacongo commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254818887 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_

[GitHub] [nuttx] patacongo commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
patacongo commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254818887 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_

[GitHub] [nuttx] patacongo commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
patacongo commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254818887 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_

[GitHub] [nuttx] patacongo commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
patacongo commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254818887 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_

[GitHub] [nuttx] mu578 commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
mu578 commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254897266 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_LOOK

[GitHub] [nuttx] mu578 commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
mu578 commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254897266 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_LOOK

[GitHub] [nuttx] patacongo commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
patacongo commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254818887 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_

[GitHub] [nuttx] mu578 commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
mu578 commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254897266 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_LOOK

[GitHub] [nuttx] mu578 commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
mu578 commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254897266 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_LOOK

[GitHub] [nuttx] mu578 commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
mu578 commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254897266 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_LOOK

[GitHub] [nuttx] mu578 commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
mu578 commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254897266 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_LOOK

[GitHub] [nuttx] mu578 commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
mu578 commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254897266 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_LOOK

[GitHub] [nuttx] patacongo commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
patacongo commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254818887 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_

[GitHub] [nuttx] patacongo commented on a diff in pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
patacongo commented on code in PR #6433: URL: https://github.com/apache/nuttx/pull/6433#discussion_r1254818887 ## include/sys/syscall_lookup.h: ## @@ -33,13 +33,13 @@ SYSCALL_LOOKUP(gettid, 0) SYSCALL_LOOKUP(getppid, 0) #endif -SYSCALL_

[GitHub] [nuttx] patacongo commented on pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
patacongo commented on PR #6433: URL: https://github.com/apache/nuttx/pull/6433#issuecomment-1624178499 > @patacongo what is your opinion on making nx API a system calls and implement most of POSIX APIs a libc wrapper? Do you see this benefitial from structure simplification and errno modif

[GitHub] [nuttx] pkarashchenko commented on issue #9695: Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
pkarashchenko commented on issue #9695: URL: https://github.com/apache/nuttx/issues/9695#issuecomment-1624160020 Yes. Things are a bit messy now and I'm willing to help in cleaning things up. That is why some times ago I started with an attempt to remove nested cancellation points.y plan wa

[GitHub] [nuttx] pkarashchenko commented on pull request #6433: sched: expose nxsched_ set/get APIs as system calls

2023-07-06 Thread via GitHub
pkarashchenko commented on PR #6433: URL: https://github.com/apache/nuttx/pull/6433#issuecomment-1624152462 @patacongo what is your opinion on making nx API a system calls and implement most of POSIX APIs a libc wrapper? Do you see this benefitial from structure simplification and errno mod

[nuttx] branch master updated (bc62699c1d -> 8868c58720)

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from bc62699c1d Fix coding style issues from PR #7202 add 8868c58720 Fix Deadloop in VFS if CONFIG_CANCELLATION_POINTS

[GitHub] [nuttx] acassis closed issue #9695: Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
acassis closed issue #9695: Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled URL: https://github.com/apache/nuttx/issues/9695 -- 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 com

[GitHub] [nuttx] acassis merged pull request #9716: Fix Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
acassis merged PR #9716: URL: https://github.com/apache/nuttx/pull/9716 -- 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...@nuttx.apache

[nuttx] branch master updated: Fix coding style issues from PR #7202

2023-07-06 Thread tmedicci
This is an automated email from the ASF dual-hosted git repository. tmedicci pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new bc62699c1d Fix coding style issues from PR #720

[GitHub] [nuttx] tmedicci merged pull request #9715: Fix coding style issues from PR #7202

2023-07-06 Thread via GitHub
tmedicci merged PR #9715: URL: https://github.com/apache/nuttx/pull/9715 -- 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...@nuttx.apach

[GitHub] [nuttx] tmedicci commented on pull request #9715: Fix coding style issues from PR #7202

2023-07-06 Thread via GitHub
tmedicci commented on PR #9715: URL: https://github.com/apache/nuttx/pull/9715#issuecomment-1624020238 Merging. CI is failing due to unrelated stuff. -- 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

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9715: Fix coding style issues from PR #7202

2023-07-06 Thread via GitHub
pkarashchenko commented on code in PR #9715: URL: https://github.com/apache/nuttx/pull/9715#discussion_r1254605297 ## libs/libc/machine/arm/armv7-m/arch_elf.c: ## @@ -496,8 +496,10 @@ int up_relocate(const Elf32_Rel *rel, const Elf32_Sym *sym, uintptr_t addr) case R_ARM_RE

[GitHub] [nuttx] pkarashchenko commented on issue #9695: Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
pkarashchenko commented on issue #9695: URL: https://github.com/apache/nuttx/issues/9695#issuecomment-1623881526 > @pkarashchenko I just created #9716. Can you describe how you re-create the problem. Do you just need to enable cancellation points an cat a file from NSH? Or is there is parti

[GitHub] [nuttx] patacongo commented on a diff in pull request #9716: Fix Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
patacongo commented on code in PR #9716: URL: https://github.com/apache/nuttx/pull/9716#discussion_r1254570331 ## syscall/syscall.csv: ## @@ -82,6 +82,7 @@ "nx_mkfifo","nuttx/fs/fs.h","defined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0","int","FAR const char *","mode_t","size_t

[GitHub] [nuttx] acassis commented on a diff in pull request #9716: Fix Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
acassis commented on code in PR #9716: URL: https://github.com/apache/nuttx/pull/9716#discussion_r1254524072 ## syscall/syscall.csv: ## @@ -82,6 +82,7 @@ "nx_mkfifo","nuttx/fs/fs.h","defined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0","int","FAR const char *","mode_t","size_t"

[GitHub] [nuttx] acassis commented on issue #9712: Help wanted for testing and improving real time performance :)

2023-07-06 Thread via GitHub
acassis commented on issue #9712: URL: https://github.com/apache/nuttx/issues/9712#issuecomment-1623773592 Hi @GooTal as Mr. Greg said currently for real time application you can take a look at the Rate Monotonic implemented on NuttX, if you want to implement another scheduler I think EDF i

[GitHub] [nuttx] patacongo commented on issue #9695: Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
patacongo commented on issue #9695: URL: https://github.com/apache/nuttx/issues/9695#issuecomment-1623768803 @pkarashchenko I just created #9716. Can you describe how you re-create the problem. Do you just need to enable cancellation points an cat a file from NSH? Or is there is particul

[GitHub] [nuttx] patacongo opened a new pull request, #9716: Fix Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
patacongo opened a new pull request, #9716: URL: https://github.com/apache/nuttx/pull/9716 If cancellation points are enabled, then the following logic is activated in sem_wait(). This causes ECANCELED to be returned every time that sem_wait is called. int sem_wait(FAR sem_t *se

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1825: Remove the const cast from the initialization of boardioc_symtab_s::symtab

2023-07-06 Thread via GitHub
xiaoxiang781216 commented on PR #1825: URL: https://github.com/apache/nuttx-apps/pull/1825#issuecomment-1623763142 Please ignore the false alarm: Error: /home/runner/work/nuttx-apps/nuttx-apps/apps/netutils/thttpd/thttpd.c:99:2: error: Mixed case identifier found -- This is an automat

[GitHub] [nuttx] acassis opened a new pull request, #9715: Fix coding style issues from PR #7202

2023-07-06 Thread via GitHub
acassis opened a new pull request, #9715: URL: https://github.com/apache/nuttx/pull/9715 ## Summary Fix coding style issues from PR #7202 ## Impact Fix pre-CI ## Testing compiling sim/sotest -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [nuttx] patacongo commented on issue #9695: Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-06 Thread via GitHub
patacongo commented on issue #9695: URL: https://github.com/apache/nuttx/issues/9695#issuecomment-1623709057 > I would appreciate if you can handle the `nxsem_` related part as I'm a bit busy with other work this days. Okay. I will look at this a little later today. -- This is an

[GitHub] [nuttx] anjiahao1 commented on a diff in pull request #9706: libs/libc:Add support for gdb rsp protocol

2023-07-06 Thread via GitHub
anjiahao1 commented on code in PR #9706: URL: https://github.com/apache/nuttx/pull/9706#discussion_r1254377041 ## libs/libc/gdbstub/lib_gdbstub.c: ## @@ -0,0 +1,1711 @@ +/ + * libs/libc/gdbstub/lib_gdbst

[GitHub] [nuttx] pkarashchenko commented on pull request #7202: Add support for the loading of ET_DYN objects

2023-07-06 Thread via GitHub
pkarashchenko commented on PR #7202: URL: https://github.com/apache/nuttx/pull/7202#issuecomment-1623597904 Also style check fails. ``` 2023-07-06T04:46:48.5913429Z ##[error]/home/runner/work/nuttx/nuttx/nuttx/libs/libc/dlfcn/lib_dlopen.c:251:38: error: Dangling whitespace at the end

[GitHub] [nuttx] pkarashchenko commented on pull request #7202: Add support for the loading of ET_DYN objects

2023-07-06 Thread via GitHub
pkarashchenko commented on PR #7202: URL: https://github.com/apache/nuttx/pull/7202#issuecomment-1623595268 @acassis I see that PR CI fails. Are we sure that changes are safe to merge? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nuttx-apps] acassis merged pull request #1823: wamr: add a kconfig to control wasi-threads

2023-07-06 Thread via GitHub
acassis merged PR #1823: URL: https://github.com/apache/nuttx-apps/pull/1823 -- 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...@nuttx.a

[nuttx-apps] branch master updated: wamr: add a kconfig to control wasi-threads

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new c078b2ee7 wamr: add a kconfig to control wa

[nuttx] 01/02: boardctl: Add const to struct boardioc_symtab_s::symtab

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 62480d1a8ba5660a8325d426f34c13c1b6afcc7f Author: Xiang Xiao AuthorDate: Mon Jul 3 00:19:22 2023 +0800 boardctl: Add

[nuttx] 02/02: symtab: Remove the unnessary inclusion of nuttx/symtab.h

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 8f38fa6062bcc28c857d46697a2ebc86bbadcd12 Author: Xiang Xiao AuthorDate: Mon Jul 3 00:43:49 2023 +0800 symtab: Remov

[nuttx] branch master updated (935f43185f -> 8f38fa6062)

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 935f43185f libc/modlib: Replace nx_stat with file_stat new 62480d1a8b boardctl: Add const to struct boardioc_symt

[GitHub] [nuttx] acassis merged pull request #9671: boardctl: Add const to struct boardioc_symtab_s::symtab

2023-07-06 Thread via GitHub
acassis merged PR #9671: URL: https://github.com/apache/nuttx/pull/9671 -- 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...@nuttx.apache

[nuttx] 01/02: binfmt/elf: Replace nx_stat with file_stat

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 1b2f37259a7dd6b8e2a3033e83a6ff758b70dbc9 Author: Xiang Xiao AuthorDate: Wed Jun 28 16:58:09 2023 +0800 binfmt/elf:

[nuttx] 02/02: libc/modlib: Replace nx_stat with file_stat

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 935f43185f590836c11f272481f804e9b46bdc65 Author: Xiang Xiao AuthorDate: Tue Jul 4 19:58:04 2023 +0800 libc/modlib:

[nuttx] branch master updated (7bb97f7e22 -> 935f43185f)

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 7bb97f7e22 elf: Replace {0x7f, 'E', 'L', 'F'} to EI_MAGIC new 1b2f37259a binfmt/elf: Replace nx_stat with file_st

[GitHub] [nuttx] acassis merged pull request #9703: binfmt/elf: Replace nx_stat with file_stat

2023-07-06 Thread via GitHub
acassis merged PR #9703: URL: https://github.com/apache/nuttx/pull/9703 -- 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...@nuttx.apache

[GitHub] [nuttx] acassis commented on pull request #9710: elf: Replace {0x7f, 'E', 'L', 'F'} to EI_MAGIC

2023-07-06 Thread via GitHub
acassis commented on PR #9710: URL: https://github.com/apache/nuttx/pull/9710#issuecomment-1623580498 @xiaoxiang781216 I just merged the support to ET_DYN, now NuttX can support real libraries -- This is an automated message from the Apache Git Service. To respond to the message, please l

[nuttx] branch master updated: elf: Replace {0x7f, 'E', 'L', 'F'} to EI_MAGIC

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 7bb97f7e22 elf: Replace {0x7f, 'E', 'L', 'F'} to

[GitHub] [nuttx] acassis merged pull request #9710: elf: Replace {0x7f, 'E', 'L', 'F'} to EI_MAGIC

2023-07-06 Thread via GitHub
acassis merged PR #9710: URL: https://github.com/apache/nuttx/pull/9710 -- 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...@nuttx.apache

[nuttx] 02/02: * libs/libc/machine/arm/armv7-m/arch_elf.c - Fix typo

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 3cee81af6ddee76f17f2494b15a0982073cb79a2 Author: Neale Ferguson AuthorDate: Thu Jul 6 14:45:46 2023 +1000 * libs/li

[nuttx] branch master updated (f0107683d5 -> 3cee81af6d)

2023-07-06 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from f0107683d5 1.arch/arm/src/stm32/stm32_rtcounter.c   up_rtc_initialize Possible stall 2.arch/arm/src/stm32/stm32_rtcou

[GitHub] [nuttx] acassis merged pull request #7202: Add support for the loading of ET_DYN objects

2023-07-06 Thread via GitHub
acassis merged PR #7202: URL: https://github.com/apache/nuttx/pull/7202 -- 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...@nuttx.apache

[GitHub] [nuttx] acassis commented on pull request #7202: Add support for the loading of ET_DYN objects

2023-07-06 Thread via GitHub
acassis commented on PR #7202: URL: https://github.com/apache/nuttx/pull/7202#issuecomment-1623575170 Thank you @nealef now it worked here! -- 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] [nuttx] midokura-xavi92 commented on a diff in pull request #6718: add CMake build system support (Enhance #3704)

2023-07-06 Thread via GitHub
midokura-xavi92 commented on code in PR #6718: URL: https://github.com/apache/nuttx/pull/6718#discussion_r1254179806 ## CMakeLists.txt: ## @@ -0,0 +1,656 @@ +# ## +# CMakeLists.txt +# +# Licensed to the

[nuttx] branch master updated: 1.arch/arm/src/stm32/stm32_rtcounter.c   up_rtc_initialize Possible stall 2.arch/arm/src/stm32/stm32_rtcounter.c up_rtc_settime memory hardfault

2023-07-06 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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new f0107683d5 1.arch/arm/src/stm32/stm32_rtcounte

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9711: Bugfix/stm32 rtc

2023-07-06 Thread via GitHub
xiaoxiang781216 merged PR #9711: URL: https://github.com/apache/nuttx/pull/9711 -- 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...@nutt

[GitHub] [nuttx] midokura-xavi92 commented on a diff in pull request #6718: add CMake build system support (Enhance #3704)

2023-07-06 Thread via GitHub
midokura-xavi92 commented on code in PR #6718: URL: https://github.com/apache/nuttx/pull/6718#discussion_r1254179806 ## CMakeLists.txt: ## @@ -0,0 +1,656 @@ +# ## +# CMakeLists.txt +# +# Licensed to the