[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9962: support stm32f429i-disco run open flash loader

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #9962: URL: https://github.com/apache/nuttx/pull/9962#discussion_r1280146021 ## sched/init/nx_start.c: ## @@ -698,10 +698,12 @@ void nx_start(void) /* When control is return to this point, the system is idle. */ sinfo("CPU0: Beginn

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9962: support stm32f429i-disco run open flash loader

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #9962: URL: https://github.com/apache/nuttx/pull/9962#discussion_r1280146021 ## sched/init/nx_start.c: ## @@ -698,10 +698,12 @@ void nx_start(void) /* When control is return to this point, the system is idle. */ sinfo("CPU0: Beginn

[nuttx-apps] branch master updated: audioutils/fmsynth: Add create instance for static

2023-07-31 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 4a4c550ce audioutils/fmsynth: Add create

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1873: audioutils/fmsynth: Add create instance for static

2023-07-31 Thread via GitHub
xiaoxiang781216 merged PR #1873: URL: https://github.com/apache/nuttx-apps/pull/1873 -- 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...

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1872: support openflashloader for nuttx

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #1872: URL: https://github.com/apache/nuttx-apps/pull/1872#discussion_r1280131071 ## system/ofloader/segger.c: ## @@ -0,0 +1,244 @@ +/ + * apps/system/ofloader/seg

[nuttx] branch master updated (f8ce0cd4ca -> 55a727b1ce)

2023-07-31 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/nuttx.git from f8ce0cd4ca fs/pseudofile: config pseudofile feature add 55a727b1ce ltp: sigprocmask fix No new revisions were

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9923: ltp: sigprocmask fix

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

[nuttx] branch master updated (917728bad9 -> f8ce0cd4ca)

2023-07-31 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/nuttx.git from 917728bad9 driver/ftl: pass the number of eraseblock for ftl_get_cblock add 0f6d0eac52 fs/pesudofile: support p

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9929: fs/pseudo-file: support pseudo-file operation

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

[nuttx] branch master updated: driver/ftl: pass the number of eraseblock for ftl_get_cblock

2023-07-31 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 917728bad9 driver/ftl: pass the number of eras

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9983: driver/ftl: pass the number of eraseblock for ftl_get_cblock

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

[nuttx] branch master updated: fs/nfs: fix coding style issue

2023-07-31 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 80004ef07d fs/nfs: fix coding style issue 8000

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9982: fs/nfs: fix coding style issue

2023-07-31 Thread via GitHub
xiaoxiang781216 merged PR #9982: URL: https://github.com/apache/nuttx/pull/9982 -- 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] Donny9 commented on pull request #9983: driver/ftl: pass the number of eraseblock for ftl_get_cblock

2023-07-31 Thread via GitHub
Donny9 commented on PR #9983: URL: https://github.com/apache/nuttx/pull/9983#issuecomment-1659482377 This PR is related to https://github.com/apache/nuttx/pull/9931 @xiaoxiang781216 @pkarashchenko -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [nuttx] Donny9 opened a new pull request, #9983: driver/ftl: pass the number of eraseblock for ftl_get_cblock

2023-07-31 Thread via GitHub
Donny9 opened a new pull request, #9983: URL: https://github.com/apache/nuttx/pull/9983 ## Summary driver/ftl: pass the number of eraseblock for ftl_get_cblock ## Impact optimize code ## Testing local test -- This is an automated message from the Apache Git Service. To r

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9980: serial: Simplify the echo process

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on PR #9980: URL: https://github.com/apache/nuttx/pull/9980#issuecomment-1659461649 > @xiaoxiang781216 the change seems 100% correct, but please include some basic testing :-D Test with sim:nsh. thank for suggestion which actually find one bug in my code.

[GitHub] [nuttx-apps] SPRESENSE commented on a diff in pull request #1873: audioutils/fmsynth: Add create instance for static

2023-07-31 Thread via GitHub
SPRESENSE commented on code in PR #1873: URL: https://github.com/apache/nuttx-apps/pull/1873#discussion_r1280041401 ## audioutils/fmsynth/fmsynth.c: ## @@ -164,6 +181,21 @@ void fmsynthsnd_set_soundfreq(FAR fmsynth_sound_t *snd, float freq) } } +/***

[GitHub] [nuttx] Donny9 commented on a diff in pull request #9963: fs/nfs: support seek, fsync operation

2023-07-31 Thread via GitHub
Donny9 commented on code in PR #9963: URL: https://github.com/apache/nuttx/pull/9963#discussion_r1280037942 ## fs/nfs/nfs_vfsops.c: ## @@ -1213,6 +1215,84 @@ static ssize_t nfs_write(FAR struct file *filep, FAR const char *buffer, return byteswritten > 0 ? byteswritten : ret

[GitHub] [nuttx] Donny9 opened a new pull request, #9982: fs/nfs: fix coding style issue

2023-07-31 Thread via GitHub
Donny9 opened a new pull request, #9982: URL: https://github.com/apache/nuttx/pull/9982 ## Summary fs/nfs: fix coding style issue ## Impact N/A ## Testing local test -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[nuttx] branch master updated (effb0a1cad -> eab86b72c4)

2023-07-31 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/nuttx.git from effb0a1cad drivers: restore C89 compatibility by avoiding binary constants add eab86b72c4 tools/ci/testrun: in

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9981: tools/ci/testrun: increase ostest timeout on CI

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

[nuttx] 04/04: drivers: restore C89 compatibility by avoiding binary constants

2023-07-31 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 commit effb0a1cadf51f3193009750668fadec7a4e7a32 Author: Petro Karashchenko AuthorDate: Mon Jul 31 20:45:14 2023 +0200 dr

[nuttx] 01/04: net/udp: remove FAR from non-pointer variables

2023-07-31 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 commit 6621dc016ba25f2e4436b9ecc250f86217b22e11 Author: Petro Karashchenko AuthorDate: Mon Jul 31 20:41:07 2023 +0200 ne

[nuttx] 02/04: arch/arm: fix declaration of extern types

2023-07-31 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 commit f00c6d3047f256a12d0be05106e31fcb2e6f69d0 Author: Petro Karashchenko AuthorDate: Mon Jul 31 20:43:16 2023 +0200 ar

[nuttx] branch master updated (f40eee50d6 -> effb0a1cad)

2023-07-31 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/nuttx.git from f40eee50d6 pwd: Add initial implementation of getpwent new 6621dc016b net/udp: remove FAR from non-pointer vari

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9979: fix misc issues found during code review

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

[nuttx] 03/04: drivers: remove redundant parentheses

2023-07-31 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 commit f3b546596975771768c9aca93433492488615a9a Author: Petro Karashchenko AuthorDate: Mon Jul 31 20:43:55 2023 +0200 dr

[GitHub] [nuttx] CV-Bowen commented on pull request #9972: mm_heap: mm malloc failed dump and panic only valid for the heap own by OS

2023-07-31 Thread via GitHub
CV-Bowen commented on PR #9972: URL: https://github.com/apache/nuttx/pull/9972#issuecomment-1659438509 @pkarashchenko Thanks, I noticed this, the cause is the header recursive include problem when enable CONFIG_BUILD_KERNEL: include include I will find a solution today. -- T

[GitHub] [nuttx] lipan118 commented on pull request #9977: Optimize stm32 RTC accuracy

2023-07-31 Thread via GitHub
lipan118 commented on PR #9977: URL: https://github.com/apache/nuttx/pull/9977#issuecomment-1659402384 > @lipan118 can you please explain how this change affects the accuracy of the RTC? Refer to stm32 official example(AN2821) . After I committed the last code, I started to pay att

[GitHub] [nuttx] lipan118 closed pull request #9977: Optimize stm32 RTC accuracy

2023-07-31 Thread via GitHub
lipan118 closed pull request #9977: Optimize stm32 RTC accuracy URL: https://github.com/apache/nuttx/pull/9977 -- 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

[nuttx-website] branch asf-site updated: Publishing web: 07abea83aab63736f2895f109c448ae631509f46 docs: f40eee50d63b5ff94867b870a4c351244c574c0e

2023-07-31 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 32833a4f Publishing web: 07abea83

[GitHub] [nuttx-apps] pkarashchenko commented on pull request #1711: testing/ostest: add test case for task priority change with locked scheduler

2023-07-31 Thread via GitHub
pkarashchenko commented on PR #1711: URL: https://github.com/apache/nuttx-apps/pull/1711#issuecomment-1659284638 Seems like https://github.com/apache/nuttx/pull/9981 is needed to move forward -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [nuttx] pkarashchenko opened a new pull request, #9981: tools/ci/testrun: increase ostest timeout on CI

2023-07-31 Thread via GitHub
pkarashchenko opened a new pull request, #9981: URL: https://github.com/apache/nuttx/pull/9981 ## Summary Increase `ostest` timeout on CI ## Impact Allow adding new tests ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9951: include/fcntl.h: add O_NOATIME flags

2023-07-31 Thread via GitHub
pkarashchenko commented on code in PR #9951: URL: https://github.com/apache/nuttx/pull/9951#discussion_r1279905955 ## include/fcntl.h: ## @@ -54,6 +54,7 @@ #define O_CLOEXEC (1 << 10) /* Close on execute */ #define O_DIRECTORY (1 << 11) /* Must be a directory */

[GitHub] [nuttx] acassis commented on a diff in pull request #9962: support stm32f429i-disco run open flash loader

2023-07-31 Thread via GitHub
acassis commented on code in PR #9962: URL: https://github.com/apache/nuttx/pull/9962#discussion_r1279894308 ## sched/init/nx_start.c: ## @@ -698,10 +698,12 @@ void nx_start(void) /* When control is return to this point, the system is idle. */ sinfo("CPU0: Beginning Idle

[GitHub] [nuttx] pkarashchenko commented on pull request #9979: fix misc issues found during code review

2023-07-31 Thread via GitHub
pkarashchenko commented on PR #9979: URL: https://github.com/apache/nuttx/pull/9979#issuecomment-1659175875 > Good point, I didn't know C89 doesn't support binary notation Yeah, added in C23 -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [nuttx] acassis commented on pull request #9979: fix misc issues found during code review

2023-07-31 Thread via GitHub
acassis commented on PR #9979: URL: https://github.com/apache/nuttx/pull/9979#issuecomment-1659173443 Good point, I didn't know C89 doesn't support binary notation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [nuttx] acassis commented on pull request #9980: serial: Simplify the echo process

2023-07-31 Thread via GitHub
acassis commented on PR #9980: URL: https://github.com/apache/nuttx/pull/9980#issuecomment-1659169806 @xiaoxiang781216 the change seems 100%, but please include some basic testing :-D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9980: serial: Simplify the echo process

2023-07-31 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9980: URL: https://github.com/apache/nuttx/pull/9980 ## Summary ## Impact code refactor ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9963: fs/nfs: support seek, fsync operation

2023-07-31 Thread via GitHub
pkarashchenko commented on code in PR #9963: URL: https://github.com/apache/nuttx/pull/9963#discussion_r1279741430 ## fs/nfs/nfs_vfsops.c: ## @@ -1213,6 +1215,84 @@ static ssize_t nfs_write(FAR struct file *filep, FAR const char *buffer, return byteswritten > 0 ? byteswritte

[GitHub] [nuttx] pkarashchenko opened a new pull request, #9979: fix misc issues found during code review

2023-07-31 Thread via GitHub
pkarashchenko opened a new pull request, #9979: URL: https://github.com/apache/nuttx/pull/9979 ## Summary Fix misc issues found during code review - Remove `FAR` from non-pointer variables - Fix declaration of `extern` types - Remove redundant parentheses - Restore C89 compatib

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9912: driver/audio/cxd56: Support 24bit, 192kHz and 4ch max

2023-07-31 Thread via GitHub
pkarashchenko commented on code in PR #9912: URL: https://github.com/apache/nuttx/pull/9912#discussion_r1279724424 ## drivers/audio/cxd56.c: ## @@ -1938,32 +1982,38 @@ static int cxd56_power_on_analog_output(FAR struct cxd56_dev_s *dev) return OK; } -static void cxd56_set

[GitHub] [nuttx] pkarashchenko commented on pull request #9972: mm_heap: mm malloc failed dump and panic only valid for the heap own by OS

2023-07-31 Thread via GitHub
pkarashchenko commented on PR #9972: URL: https://github.com/apache/nuttx/pull/9972#issuecomment-1658933074 Please fix ``` In file included from /github/workspace/sources/nuttx/include/nuttx/userspace.h:35, from /github/workspace/sources/nuttx/include/nuttx/mm/mm.h

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9925: posix: fix ltp test errors

2023-07-31 Thread via GitHub
pkarashchenko commented on code in PR #9925: URL: https://github.com/apache/nuttx/pull/9925#discussion_r1277657307 ## include/signal.h: ## @@ -163,6 +163,7 @@ #define SIGXFSZ 25 #define SIGVTALRM 26 #define SIGPROF 27 +#define SIGWINCH28 Review

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1876: toywasm: update to v30.0.0

2023-07-31 Thread via GitHub
xiaoxiang781216 merged PR #1876: URL: https://github.com/apache/nuttx-apps/pull/1876 -- 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-apps] branch master updated (cb684097b -> 5365fc9ff)

2023-07-31 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/nuttx-apps.git from cb684097b nshlib: add print negative number support for echo command add 23691fd42 toywasm: bump to v30.0.

[GitHub] [nuttx-apps] raiden00pl commented on a diff in pull request #1872: support openflashloader for nuttx

2023-07-31 Thread via GitHub
raiden00pl commented on code in PR #1872: URL: https://github.com/apache/nuttx-apps/pull/1872#discussion_r1279639564 ## system/ofloader/segger.c: ## @@ -0,0 +1,244 @@ +/ + * apps/system/ofloader/segger.c

[GitHub] [nuttx] patacongo commented on a diff in pull request #9923: ltp: sigprocmask fix

2023-07-31 Thread via GitHub
patacongo commented on code in PR #9923: URL: https://github.com/apache/nuttx/pull/9923#discussion_r1277568554 ## sched/signal/sig_procmask.c: ## @@ -187,8 +187,27 @@ int nxsig_procmask(int how, FAR const sigset_t *set, FAR sigset_t *oset) int sigprocmask(int how, FAR const

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1872: support openflashloader for nuttx

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #1872: URL: https://github.com/apache/nuttx-apps/pull/1872#discussion_r1279540460 ## system/ofloader/segger.c: ## @@ -0,0 +1,244 @@ +/ + * apps/system/ofloader/seg

[GitHub] [nuttx] patacongo commented on a diff in pull request #9923: ltp: sigprocmask fix

2023-07-31 Thread via GitHub
patacongo commented on code in PR #9923: URL: https://github.com/apache/nuttx/pull/9923#discussion_r1279531718 ## sched/signal/sig_procmask.c: ## @@ -187,8 +187,27 @@ int nxsig_procmask(int how, FAR const sigset_t *set, FAR sigset_t *oset) int sigprocmask(int how, FAR const

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1872: support openflashloader for nuttx

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #1872: URL: https://github.com/apache/nuttx-apps/pull/1872#discussion_r1279083042 ## system/ofloader/segger.c: ## @@ -0,0 +1,244 @@ +/ + * apps/system/ofloader/seg

[GitHub] [nuttx] patacongo commented on a diff in pull request #9923: ltp: sigprocmask fix

2023-07-31 Thread via GitHub
patacongo commented on code in PR #9923: URL: https://github.com/apache/nuttx/pull/9923#discussion_r1279531718 ## sched/signal/sig_procmask.c: ## @@ -187,8 +187,27 @@ int nxsig_procmask(int how, FAR const sigset_t *set, FAR sigset_t *oset) int sigprocmask(int how, FAR const

[GitHub] [nuttx] patacongo commented on a diff in pull request #9923: ltp: sigprocmask fix

2023-07-31 Thread via GitHub
patacongo commented on code in PR #9923: URL: https://github.com/apache/nuttx/pull/9923#discussion_r1279522289 ## sched/signal/sig_procmask.c: ## @@ -187,8 +187,27 @@ int nxsig_procmask(int how, FAR const sigset_t *set, FAR sigset_t *oset) int sigprocmask(int how, FAR const

[GitHub] [nuttx] patacongo commented on a diff in pull request #9923: ltp: sigprocmask fix

2023-07-31 Thread via GitHub
patacongo commented on code in PR #9923: URL: https://github.com/apache/nuttx/pull/9923#discussion_r1279522289 ## sched/signal/sig_procmask.c: ## @@ -187,8 +187,27 @@ int nxsig_procmask(int how, FAR const sigset_t *set, FAR sigset_t *oset) int sigprocmask(int how, FAR const

[GitHub] [nuttx] patacongo commented on issue #9978: Per-thread vs Global sigprocmask

2023-07-31 Thread via GitHub
patacongo commented on issue #9978: URL: https://github.com/apache/nuttx/issues/9978#issuecomment-1658647438 Update: The behavior of sigprocmask() is actually undefined in a multi-threaded process: References: https://pubs.opengroup.org/onlinepubs/009695299/functions/pthread_

[GitHub] [nuttx] patacongo opened a new issue, #9978: Per-thread vs Global sigprocmask

2023-07-31 Thread via GitHub
patacongo opened a new issue, #9978: URL: https://github.com/apache/nuttx/issues/9978 For sigprocmask(), the sigprocmaks mask in the TCB and is modified in nxsig_procmask(). This is like: 121 case SIG_BLOCK: 122 sigorset(&rtcb->sigprocmask, &rtcb->sig

[GitHub] [nuttx-apps] raiden00pl commented on a diff in pull request #1872: support openflashloader for nuttx

2023-07-31 Thread via GitHub
raiden00pl commented on code in PR #1872: URL: https://github.com/apache/nuttx-apps/pull/1872#discussion_r1279457147 ## system/ofloader/segger.c: ## @@ -0,0 +1,244 @@ +/ + * apps/system/ofloader/segger.c

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1872: support openflashloader for nuttx

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #1872: URL: https://github.com/apache/nuttx-apps/pull/1872#discussion_r1279083042 ## system/ofloader/segger.c: ## @@ -0,0 +1,244 @@ +/ + * apps/system/ofloader/seg

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1870: nshlib: add print negative number support for echo command

2023-07-31 Thread via GitHub
xiaoxiang781216 merged PR #1870: URL: https://github.com/apache/nuttx-apps/pull/1870 -- 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...

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1875: testing/nist-sts: porting NIST-Statistical-Test-Suite

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #1875: URL: https://github.com/apache/nuttx-apps/pull/1875#discussion_r1279434526 ## testing/nist-sts/0002-Fix-bug-that-crash-in-running-a-single-test-after-ru.patch: ## @@ -0,0 +1,39 @@ +From a5e672bb9b4f672d3541d76aac40206cf0fdb714 Mon S

[nuttx-apps] branch master updated: nshlib: add print negative number support for echo command

2023-07-31 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-apps.git The following commit(s) were added to refs/heads/master by this push: new cb684097b nshlib: add print negative numb

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1875: testing/nist-sts: porting NIST-Statistical-Test-Suite

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #1875: URL: https://github.com/apache/nuttx-apps/pull/1875#discussion_r1279432604 ## testing/nist-sts/0001-Solve-the-memory-out-of-bounds-problem-in-sts.patch: ## @@ -0,0 +1,27 @@ +From 530b8e0d0f9ea68f1dd977caddc76fbe4a2c66b8 Mon Sep 17 0

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9929: fs/pseudo-file: support pseudo-file operation

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on PR #9929: URL: https://github.com/apache/nuttx/pull/9929#issuecomment-1658532881 @davids5 please review again. -- 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

[nuttx] branch master updated (c126ee8468 -> f40eee50d6)

2023-07-31 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/nuttx.git from c126ee8468 sched/assert.c: Fix style check error new f2844a2e3c vfs: return OK when fsync dir new a551be4e

[nuttx] 07/12: sysconf: add _SC_THREAD_THREADS_MAX response

2023-07-31 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 commit ed705f9cb371caba68ff8f4e0d127ab0dc3916c7 Author: yangyalei AuthorDate: Mon Jun 26 10:39:32 2023 +0800 sysconf: ad

[nuttx] 11/12: sigaltstack: Add initial implementation of sigaltstack

2023-07-31 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 commit 4ecff53e2c55325e93eee581678bf27087097afd Author: yangyalei AuthorDate: Mon Jun 26 14:42:21 2023 +0800 sigaltstack

[nuttx] 12/12: pwd: Add initial implementation of getpwent

2023-07-31 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 commit f40eee50d63b5ff94867b870a4c351244c574c0e Author: yangyalei AuthorDate: Sun Jun 25 16:53:44 2023 +0800 pwd: Add in

[nuttx] 08/12: single: add SS_ONSTACK and SS_DISABLE define

2023-07-31 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 commit 700cc5ab9004a562c4541a32c42ba78ac3643de6 Author: yangyalei AuthorDate: Mon Jun 26 11:12:05 2023 +0800 single: add

[nuttx] 05/12: sched: inherit parent priority by default

2023-07-31 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 commit b2a9c6a3e563ad4f57b0539b6f99dad3ec2a8c3c Author: yangyalei AuthorDate: Sun Jun 25 14:37:31 2023 +0800 sched: inhe

[nuttx] 02/12: malloc: set errno to ENOMEM when malloc fail

2023-07-31 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 commit a551be4ee2686735f9b8f7490c0c882c902cbf6d Author: yangyalei AuthorDate: Thu Jun 15 10:38:38 2023 +0800 malloc: set

[nuttx] 03/12: signal: add SIGWINCH define

2023-07-31 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 commit 9a60d7bb49112a33fef89e0531b5893031106a01 Author: yangyalei AuthorDate: Tue Jun 20 14:40:29 2023 +0800 signal: add

[nuttx] 06/12: getrlimit: add RLIMIT_MEMLOCK define

2023-07-31 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 commit c33e6528b15ee79e39e0829100e238e4d07e7a54 Author: yangyalei AuthorDate: Sun Jun 25 16:00:42 2023 +0800 getrlimit:

[nuttx] 04/12: singal: add stack_t define

2023-07-31 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 commit fde8affe71f72990c298a9ef0784cca682b7ee76 Author: yangyalei AuthorDate: Tue Jun 20 11:31:50 2023 +0800 singal: add

[nuttx] 09/12: Add _POSIX_THREAD_PRIORITY_SCHEDULING define

2023-07-31 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 commit 3721af647a94f98dd3174b8e79d79712e8d6ab27 Author: yangyalei AuthorDate: Mon Jun 26 16:35:09 2023 +0800 Add _POSIX_

[nuttx] 10/12: sched: inherit parent priority by default, except idle

2023-07-31 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 commit 30367fd4cdc86d5ff48e87f2ba3bdc06ff5f18f3 Author: yangyalei AuthorDate: Thu Jun 29 17:08:26 2023 +0800 sched: inhe

[nuttx] 01/12: vfs: return OK when fsync dir

2023-07-31 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 commit f2844a2e3cb9fbeb20b5bb1fa66c12ec2690adc2 Author: yangyalei AuthorDate: Tue Jun 13 11:11:08 2023 +0800 vfs: return

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9925: posix: fix ltp test errors

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

[nuttx] 04/08: riscv/saveusercontext: Fix FPU state save

2023-07-31 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 commit 4a468b8d3b8c4acedb0d94ac45d7b63a0d33d7af Author: Ville Juven AuthorDate: Thu Jun 1 15:37:57 2023 +0300 riscv/save

[nuttx] 07/08: riscv/qemu-rv: Add FPU support back to qemu-rv

2023-07-31 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 commit 61460efe3ca7bd4f04d28d74e874060d279af7e8 Author: Ville Juven AuthorDate: Tue Jun 20 13:39:52 2023 +0300 riscv/qem

[nuttx] 02/08: riscv/fpu: Restore correct lazy-FPU functionality

2023-07-31 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 commit b409d72e9db206cbce0672755443e20531101875 Author: Ville Juven AuthorDate: Mon May 15 17:56:15 2023 +0300 riscv/fpu

[nuttx] 08/08: sched/assert.c: Fix style check error

2023-07-31 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 commit c126ee8468a0beff8913bc522b1c80a7d5279bb8 Author: Ville Juven AuthorDate: Mon Jul 31 12:14:35 2023 +0300 sched/ass

[nuttx] 06/08: riscv/lazyfpu: Add option to disable lazy FPU

2023-07-31 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 commit d0fbf9883d2e16785829a5d8f75b9d6122ad2b69 Author: Ville Juven AuthorDate: Wed Jun 7 14:02:48 2023 +0300 riscv/lazy

[nuttx] 03/08: riscv/riscv_fpu: Clear the full FPU status/control register on boot

2023-07-31 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 commit 0ea9debfceacb9e1989cdfc2572695a67a2a8116 Author: Ville Juven AuthorDate: Thu Jul 27 11:05:19 2023 +0300 riscv/ris

[nuttx] 05/08: sched/assert: Store table for all registers instead of buffer

2023-07-31 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 commit 83105cfa49b8659cd952ea63ada84d5db770b66f Author: Ville Juven AuthorDate: Thu Jun 1 15:39:50 2023 +0300 sched/asse

[nuttx] 01/08: riscv/swint: Give the full tcb to the context switch routine

2023-07-31 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 commit 3b5c0c885f2607d781d7fd5f93a27cb888d93771 Author: Ville Juven AuthorDate: Tue May 16 18:03:53 2023 +0300 riscv/swi

[nuttx] branch master updated (8f744592d5 -> c126ee8468)

2023-07-31 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/nuttx.git from 8f744592d5 Fix nuttx coding style new 3b5c0c885f riscv/swint: Give the full tcb to the context switch routine

[nuttx-apps] branch master updated: tools: Raise error if wasm module build failed

2023-07-31 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 74db48527 tools: Raise error if wasm modu

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1874: tools: Raise error if wasm module build failed

2023-07-31 Thread via GitHub
xiaoxiang781216 merged PR #1874: URL: https://github.com/apache/nuttx-apps/pull/1874 -- 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...

[GitHub] [nuttx] acassis commented on pull request #9962: support stm32f429i-disco run open flash loader

2023-07-31 Thread via GitHub
acassis commented on PR #9962: URL: https://github.com/apache/nuttx/pull/9962#issuecomment-1658426699 @anjiahao1 please include CMake support as well. -- 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] lipan118 opened a new pull request, #9977: Optimize stm32 RTC accuracy

2023-07-31 Thread via GitHub
lipan118 opened a new pull request, #9977: URL: https://github.com/apache/nuttx/pull/9977 ## Summary Optimize stm32 RTC accuracy ## Impact ## Testing chip stm32f103ret6 board et-stm32-stamp:nsh config CONFIG_RTC_DRIVER=y CONFIG_STM32_BKP=y CONFIG_S

[GitHub] [nuttx-apps] yamt opened a new pull request, #1876: toywasm: update to v30.0.0

2023-07-31 Thread via GitHub
yamt opened a new pull request, #1876: URL: https://github.com/apache/nuttx-apps/pull/1876 ## Summary toywasm: update to v30.0.0 ## Impact ## Testing tested on sim/macOS/amd64 -- This is an automated message from the Apache Git Service. To respond to the message, pl

[nuttx] branch master updated: Fix nuttx coding style

2023-07-31 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 8f744592d5 Fix nuttx coding style 8f744592d5 is

[GitHub] [nuttx] acassis merged pull request #9975: Fix nuttx coding style

2023-07-31 Thread via GitHub
acassis merged PR #9975: URL: https://github.com/apache/nuttx/pull/9975 -- 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] lipan118 closed pull request #9976: Optimize stm32 RTC accuracy

2023-07-31 Thread via GitHub
lipan118 closed pull request #9976: Optimize stm32 RTC accuracy URL: https://github.com/apache/nuttx/pull/9976 -- 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

[GitHub] [nuttx] lipan118 opened a new pull request, #9976: Optimize stm32 RTC accuracy

2023-07-31 Thread via GitHub
lipan118 opened a new pull request, #9976: URL: https://github.com/apache/nuttx/pull/9976 ## Summary Optimize stm32 RTC accuracy ## Impact ## Testing chip stm32f103ret6 board et-stm32-stamp:nsh config CONFIG_RTC_DRIVER=y CONFIG_STM32_BKP=y CONFIG_S

[GitHub] [nuttx] zyfeier commented on a diff in pull request #9959: arch: update g_running_tasks when context switch occurred

2023-07-31 Thread via GitHub
zyfeier commented on code in PR #9959: URL: https://github.com/apache/nuttx/pull/9959#discussion_r1279286460 ## arch/sim/src/sim/CMakeLists.txt: ## @@ -234,6 +234,7 @@ endif() target_include_directories(nuttx PRIVATE ${CMAKE_BINARY_DIR}/include/nuttx) target_include_directorie

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9959: arch: update g_running_tasks when context switch occurred

2023-07-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #9959: URL: https://github.com/apache/nuttx/pull/9959#discussion_r1279259850 ## arch/sim/src/sim/CMakeLists.txt: ## @@ -234,6 +234,7 @@ endif() target_include_directories(nuttx PRIVATE ${CMAKE_BINARY_DIR}/include/nuttx) target_include_di

[GitHub] [nuttx] zyfeier commented on a diff in pull request #9959: arch: update g_running_tasks when context switch occurred

2023-07-31 Thread via GitHub
zyfeier commented on code in PR #9959: URL: https://github.com/apache/nuttx/pull/9959#discussion_r1279254959 ## arch/sim/src/sim/CMakeLists.txt: ## @@ -234,6 +234,7 @@ endif() target_include_directories(nuttx PRIVATE ${CMAKE_BINARY_DIR}/include/nuttx) target_include_directorie

[nuttx] branch master updated: memdump: support dump the leak memory (malloced but task exit)

2023-07-31 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 b0ab41beee memdump: support dump the leak memo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9970: memdump: support dump the leak memory (malloced but task exit)

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

  1   2   >