[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1236: add CMake build system support

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

[nuttx] branch master updated (558fa503d0 -> 6ee9ec7656)

2023-07-07 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 558fa503d0 libs/libc/misc: fix alignment in fdcheck add 6ee9ec7656 build: add initial cmake build system No

[GitHub] [nuttx] xiaoxiang781216 merged pull request #6718: add CMake build system support (Enhance #3704)

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

[GitHub] [nuttx] zhhyu7 opened a new pull request, #9741: iob_alloc: change sem_post to count++

2023-07-07 Thread via GitHub
zhhyu7 opened a new pull request, #9741: URL: https://github.com/apache/nuttx/pull/9741 ## Summary if there are two throttled wait, when iob_free occurs, one of wait will be awakened to execute iob_alloc_committed, but it will fail to execute, sem will be posted at this time, then

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

2023-07-07 Thread via GitHub
xiaoxiang781216 commented on PR #6718: URL: https://github.com/apache/nuttx/pull/6718#issuecomment-1626876559 Let's ignore macOS CI temp broken. -- 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

[nuttx] branch releases/12.2 updated: sched/pthread: fix race condition on pthread_cond_wait()

2023-07-07 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new ec145d5823 sched/pthread: fix

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9729: {BP-9664} libs/libc/aio/lio_listio: fix the heap use-after-free bug

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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9723: {BP-9631} sched/pthread: fix race condition on pthread_cond_wait()

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

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9723: {BP-9631} sched/pthread: fix race condition on pthread_cond_wait()

2023-07-07 Thread via GitHub
xiaoxiang781216 commented on PR #9723: URL: https://github.com/apache/nuttx/pull/9723#issuecomment-1626876410 Let's ignore macOS CI temp broken. -- 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

[nuttx] branch releases/12.2 updated: libs/libc/aio/lio_listio: fix the heap use-after-free bug

2023-07-07 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 9efa398c69

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9729: {BP-9664} libs/libc/aio/lio_listio: fix the heap use-after-free bug

2023-07-07 Thread via GitHub
xiaoxiang781216 commented on PR #9729: URL: https://github.com/apache/nuttx/pull/9729#issuecomment-1626876289 Let's ignore macOS CI temp broken. -- 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

[nuttx] branch releases/12.2 updated: drivers/sensors/apds9960.c: Fix resource leak in error handling

2023-07-07 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 0dba857028

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9724: {BP-9613} drivers/sensors/apds9960.c: Fix resource leak in error handling

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

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9724: {BP-9613} drivers/sensors/apds9960.c: Fix resource leak in error handling

2023-07-07 Thread via GitHub
xiaoxiang781216 commented on PR #9724: URL: https://github.com/apache/nuttx/pull/9724#issuecomment-1626876049 Let's ignore macOS CI temp broken. -- 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

[GitHub] [nuttx] zhhyu7 opened a new pull request, #9740: ifaddrs: add union ifa_ifu include ifu_broadaddr and ifu_dstaddr

2023-07-07 Thread via GitHub
zhhyu7 opened a new pull request, #9740: URL: https://github.com/apache/nuttx/pull/9740 ## Summary In order to support the compilation of third-party library, we encounter some situations where the macro is not defined, refer to the common implementation of other systems and add

[GitHub] [nuttx] patacongo closed issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
patacongo closed issue #9738: Logic in mutex_lock() breaks thread cancellation URL: https://github.com/apache/nuttx/issues/9738 -- 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.

[nuttx-website] branch asf-site updated: Publishing web: 8e851a05e38d691daba0a4a399ad969a6f0d1788 docs: 558fa503d07d356ba09beda7f4672c61d80b1062

2023-07-07 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 c184f036 Publishing web:

[GitHub] [nuttx] mu578 commented on pull request #9735: sched/clock: move clock_getcpuclockid() and clock_getres() to libc + misc fixes

2023-07-07 Thread via GitHub
mu578 commented on PR #9735: URL: https://github.com/apache/nuttx/pull/9735#issuecomment-1626079983 > > in C you can act upon symbol decoration as following (much more portable): > > ```c > > extern int foo (void) __asm__ ("_foo"); > >int bar__asm__ ("_bar") = 2;

[nuttx] branch master updated (b5cd7c2a82 -> 558fa503d0)

2023-07-07 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 b5cd7c2a82 libs/libc/modlib: fix dynamic loader issues new f7dfe8326f arch/sim: fix function prototype

[nuttx] 10/10: libs/libc/misc: fix alignment in fdcheck

2023-07-07 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 558fa503d07d356ba09beda7f4672c61d80b1062 Author: Petro Karashchenko AuthorDate: Fri Jul 7 12:42:36 2023 +0300

[nuttx] 09/10: nuttx: replace getpid() with nxsched_getpid() in kernel code

2023-07-07 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 3fe371f60f2e1183b8b2c664313c3aa08732afda Author: Petro Karashchenko AuthorDate: Fri Jul 7 12:41:46 2023 +0300

[nuttx] 06/10: sched/pthread: add missing FAR and fix alignment issues

2023-07-07 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 a0b19226a14f96cd52b20eb5cbd1666a569b1727 Author: Petro Karashchenko AuthorDate: Fri Jul 7 12:06:36 2023 +0300

[nuttx] 03/10: include/nuttx: remove semicolon in _SIG_KILL definition

2023-07-07 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 15991ef919ccbadaa4083cf1abb66c1ff2d53fe9 Author: Petro Karashchenko AuthorDate: Fri Jul 7 12:02:00 2023 +0300

[nuttx] 01/10: arch/sim: fix function prototype compilation warning

2023-07-07 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 f7dfe8326f827b1efca6ae537d339bbde8893f8e Author: Petro Karashchenko AuthorDate: Fri Jul 7 11:59:03 2023 +0300

[GitHub] [nuttx] acassis merged pull request #9735: sched/clock: move clock_getcpuclockid() and clock_getres() to libc + misc fixes

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

[nuttx] 04/10: sched/clock: move clock_getcpuclockid() and clock_getres() to libc

2023-07-07 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 b8d3e32bdfdc85841a3de4f4589ce972e9cb1987 Author: Petro Karashchenko AuthorDate: Fri Jul 7 12:04:59 2023 +0300

[nuttx] 07/10: arch/sim: unify usage for SYMBOL macro

2023-07-07 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 85a46bf5994d044bc3b0371a7e47b272428cd375 Author: Petro Karashchenko AuthorDate: Fri Jul 7 12:20:04 2023 +0300

[nuttx] 08/10: drivers/syslog: remove redundant 'int' cast

2023-07-07 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 2ca40e14e9d10e909285f87260abc58d7e0ed113 Author: Petro Karashchenko AuthorDate: Fri Jul 7 12:40:28 2023 +0300

[nuttx] 02/10: includes/nuttx: fix _SCHED_GET(T/P/PP)ID definition issue

2023-07-07 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 9369b75ee540b0aa11340e85a73b0c342cfb5bce Author: Petro Karashchenko AuthorDate: Fri Jul 7 12:00:25 2023 +0300

[nuttx] 05/10: sched/clock: add missing FAR

2023-07-07 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 0370aa9988ef9f6b79e37f49fe97e44009dd26e0 Author: Petro Karashchenko AuthorDate: Fri Jul 7 12:05:40 2023 +0300

[GitHub] [nuttx] pkarashchenko commented on pull request #9735: sched/clock: move clock_getcpuclockid() and clock_getres() to libc + misc fixes

2023-07-07 Thread via GitHub
pkarashchenko commented on PR #9735: URL: https://github.com/apache/nuttx/pull/9735#issuecomment-1625928996 > in C you can act upon symbol decoration as following (much more portable): > > ```c > extern int foo (void) __asm__ ("_foo"); >int bar__asm__ ("_bar") =

[GitHub] [nuttx] acassis commented on pull request #9723: {BP-9631} sched/pthread: fix race condition on pthread_cond_wait()

2023-07-07 Thread via GitHub
acassis commented on PR #9723: URL: https://github.com/apache/nuttx/pull/9723#issuecomment-1625790533 Please rebase for force the CI to test with the FIX -- 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

[nuttx] branch releases/12.2 updated: cxd56_dmac, lcd_dev: fix null pointer dereference

2023-07-07 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new b6f3f2eedc cxd56_dmac, lcd_dev:

[GitHub] [nuttx] acassis merged pull request #9732: {BP-9621} cxd56_dmac, lcd_dev: fix null pointer dereference

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

[GitHub] [nuttx] mu578 commented on pull request #9735: sched/clock: move clock_getcpuclockid() and clock_getres() to libc + misc fixes

2023-07-07 Thread via GitHub
mu578 commented on PR #9735: URL: https://github.com/apache/nuttx/pull/9735#issuecomment-1625776408 in C you can act on symbol decoration as following: ```c extern int foo (void) __asm__ ("_foo"); int bar__asm__ ("_bar") = 2; ``` -- This is an automated

[nuttx] branch master updated: libs/libc/modlib: fix dynamic loader issues

2023-07-07 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 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 b5cd7c2a82 libs/libc/modlib: fix dynamic loader

[GitHub] [nuttx] davids5 merged pull request #9737: libs/libc/modlib: fix dynamic loader issues

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

[GitHub] [nuttx] patacongo commented on issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
patacongo commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625714417 > Thread will be canceled as soon as it reaches the `leave_cancellation_point()` after semaphore will be acquired. That is not an optimal solution I would say, but still I cannot

[GitHub] [nuttx] pkarashchenko commented on issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
pkarashchenko commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625696242 > > I think this is not exactly true or true only for nested cancellation points. If for example `open()` is called and cancelation point is entered. Then `nxmutex_lock` is

[GitHub] [nuttx] patacongo commented on issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
patacongo commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625693861 > Even before `nxmutex_` was introduced the VFS used > > ``` > /* Decrement the references of the inode */ > > do > { > ret =

[GitHub] [nuttx] patacongo commented on issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
patacongo commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625691518 > There obviously is an issue in code, but we need to review all the cancellable APIs one by one and make sure that no implicit cancellation points are introduced to any other API

[GitHub] [nuttx] patacongo commented on issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
patacongo commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625689783 > I think this is not exactly true or true only for nested cancellation points. If for example `open()` is called and cancelation point is entered. Then `nxmutex_lock` is called and

[GitHub] [nuttx] zouboan opened a new pull request, #9739: implement read-write lock based on nxmutex

2023-07-07 Thread via GitHub
zouboan opened a new pull request, #9739: URL: https://github.com/apache/nuttx/pull/9739 ## Summary As suggested by @raiden00pl , I create this PR try to fix #6012 but I feel my implementation was something dumb, and maybe the community has a better implementation,I create this PR to

[GitHub] [nuttx] pkarashchenko commented on issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
pkarashchenko commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625662367 There obviously is an issue in code, but we need to review all the cancellable APIs one by one and make sure that no implicit cancellation points are introduced to any other API

[GitHub] [nuttx] pkarashchenko commented on issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
pkarashchenko commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625654629 I think this is not exactly true or true only for nested cancellation points. If for example `open()` is called and cancelation point is entered. Then `nxmutex_lock` is called

[GitHub] [nuttx] patacongo commented on issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
patacongo commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625643805 It seems like a solution to this regression would require that `nxmutex_lock()` know that it is within a cancellation point and, if so, return -ECANCEL without looping. This is

[GitHub] [nuttx] patacongo commented on issue #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
patacongo commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625637356 Related to #9716. That PR changes this same section of code, but does not fix the broken thread cancellation -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] patacongo opened a new issue, #9738: Logic in mutex_lock() breaks thread cancellation

2023-07-07 Thread via GitHub
patacongo opened a new issue, #9738: URL: https://github.com/apache/nuttx/issues/9738 The logic appears in `nxmutex_lock()`: 195 int nxmutex_lock(FAR mutex_t *mutex) 196 { 197 int ret; 198 199 DEBUGASSERT(!nxmutex_is_hold(mutex)); 200 for

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9693: audio: add AUDIOIOC_FLUSH ioctl

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

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

2023-07-07 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 8868c58720 Fix Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled add a5d1d2d4e5 audio: add

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9737: libs/libc/modlib: fix dynamic loader issues

2023-07-07 Thread via GitHub
pkarashchenko commented on code in PR #9737: URL: https://github.com/apache/nuttx/pull/9737#discussion_r1255942361 ## libs/libc/modlib/modlib_verify.c: ## @@ -28,6 +28,9 @@ #include #include +#include + +#include Review Comment: ```suggestion ``` -- This is

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

2023-07-07 Thread via GitHub
pkarashchenko commented on PR #9706: URL: https://github.com/apache/nuttx/pull/9706#issuecomment-1625507288 CI will be fixed by https://github.com/apache/nuttx/pull/9737 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9737: libs/libc/modlib: fix dynamic loader issues

2023-07-07 Thread via GitHub
pkarashchenko commented on code in PR #9737: URL: https://github.com/apache/nuttx/pull/9737#discussion_r1255912958 ## build-globals.sh: ## @@ -80,70 +93,100 @@ EP=(${EPS}) # # Generate the modlib__globals.S file # -

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9737: libs/libc/modlib: fix dynamic loader issues

2023-07-07 Thread via GitHub
pkarashchenko commented on code in PR #9737: URL: https://github.com/apache/nuttx/pull/9737#discussion_r1255909052 ## libs/libc/modlib/modlib_verify.c: ## @@ -28,6 +28,7 @@ #include #include +#include Review Comment: I think this is also not needed -- This is an

[nuttx] branch releases/12.2 updated: cxd56/alt1250: Change power on sequence

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 75d62344c2 cxd56/alt1250:

[GitHub] [nuttx] pkarashchenko merged pull request #9734: {BP-9713} cxd56/alt1250: Change power on sequence

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

[nuttx] branch releases/12.2 updated: esp32s2: Fix UART1 default pins

2023-07-07 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 68b67e692e esp32s2: Fix UART1

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9737: libs/libc/modlib: fix dynamic loader issues

2023-07-07 Thread via GitHub
pkarashchenko commented on code in PR #9737: URL: https://github.com/apache/nuttx/pull/9737#discussion_r1255902437 ## build-globals.sh: ## @@ -13,6 +13,8 @@ findEP() SIZE=${#SYM[@]} Review Comment: Should this script be places and executed from `tools` folder? --

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

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

[nuttx] branch releases/12.2 updated: Fix gpio outputs from being configured as interrupts in stm32f0l0g0 gpio driver

2023-07-07 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 51f0fc57da Fix gpio outputs from

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

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

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9737: libs/libc/modlib: fix dynamic loader issues

2023-07-07 Thread via GitHub
pkarashchenko commented on code in PR #9737: URL: https://github.com/apache/nuttx/pull/9737#discussion_r1255897522 ## libs/libc/modlib/modlib_loadhdrs.c: ## @@ -88,16 +80,6 @@ int modlib_loadhdrs(FAR struct mod_loadinfo_s *loadinfo) return -ESPIPE; } - /* Get the

[GitHub] [nuttx] acassis commented on a diff in pull request #9737: libs/libc/modlib: fix dynamic loader issues

2023-07-07 Thread via GitHub
acassis commented on code in PR #9737: URL: https://github.com/apache/nuttx/pull/9737#discussion_r1255897405 ## libs/libc/modlib/modlib_verify.c: ## @@ -28,14 +28,18 @@ #include #include +#include #include #include

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9737: libs/libc/modlib: fix dynamic loader issues

2023-07-07 Thread via GitHub
pkarashchenko commented on code in PR #9737: URL: https://github.com/apache/nuttx/pull/9737#discussion_r1255896011 ## libs/libc/modlib/modlib_verify.c: ## @@ -28,14 +28,18 @@ #include #include +#include #include #include

[GitHub] [nuttx] acassis opened a new pull request, #9737: libs/libc/modlib: fix dynamic loader issues

2023-07-07 Thread via GitHub
acassis opened a new pull request, #9737: URL: https://github.com/apache/nuttx/pull/9737 ## Summary * build-globals.sh - Macros for defining symbols etc. based on assembler in use - Use the System.map to get all the nuttx symbols * libs/libc/modlib/modlib_globals.S -

[GitHub] [nuttx] pkarashchenko closed pull request #9736: Fix dynamic loader issues

2023-07-07 Thread via GitHub
pkarashchenko closed pull request #9736: Fix dynamic loader issues URL: https://github.com/apache/nuttx/pull/9736 -- 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

[GitHub] [nuttx] acassis opened a new pull request, #9736: Fix dynamic loader issues

2023-07-07 Thread via GitHub
acassis opened a new pull request, #9736: URL: https://github.com/apache/nuttx/pull/9736 * build-globals.sh - Macros for defining symbols etc. based on assembler in use - Use the System.map to get all the nuttx symbols * libs/libc/modlib/modlib_globals.S - Provide an empty

[GitHub] [nuttx] jerpelea commented on pull request #9721: {BP-9658} esp32s2: Fix UART1 default pins

2023-07-07 Thread via GitHub
jerpelea commented on PR #9721: URL: https://github.com/apache/nuttx/pull/9721#issuecomment-1625328050 > Could you rebase PRs with failing MAC OS CI? I think the fix is merged to release branch already error: Could not read 623226b77a148708197a10c0d1eab3f8d6ca005b fatal: revision

[nuttx] branch releases/12.2 updated: arch: cxd56xx: Fix bug when watchdog restart

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new a5fe4ec813 arch: cxd56xx:

[GitHub] [nuttx] pkarashchenko merged pull request #9725: {BP-9697} arch: cxd56xx: Fix bug when watchdog restart

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

[nuttx] 01/02: libc/pwd: Reuse g_passwd and g_passwd_buffer in getpwbuf

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit a9c7381b598f842d601f26f613828fefe22adab8 Author: Xiang Xiao AuthorDate: Sun Jun 25 19:31:06 2023 +0800

[nuttx] branch releases/12.2 updated (11fcbc5c45 -> 9d1b8f0966)

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 11fcbc5c45 libs/libc/aio: fix aio_error compatible bug new a9c7381b59 libc/pwd: Reuse g_passwd and

[nuttx] 02/02: libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 9d1b8f0966d9fef6a2d16a86cd6d8355856e8c8a Author: Xiang Xiao AuthorDate: Sun Jun 25 19:47:32 2023 +0800

[GitHub] [nuttx] pkarashchenko merged pull request #9730: {BP-9611} Minor fix for libc/pwd

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

[nuttx] branch releases/12.2 updated: libs/libc/aio: fix aio_error compatible bug

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 11fcbc5c45 libs/libc/aio:

[GitHub] [nuttx] pkarashchenko merged pull request #9733: {BP-9626} libs/libc/aio: fix aio_error compatible bug

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

[GitHub] [nuttx] yamt commented on pull request #9709: esp32-devkitc/wamr_wasi_debug: enable wasi-threads

2023-07-07 Thread via GitHub
yamt commented on PR #9709: URL: https://github.com/apache/nuttx/pull/9709#issuecomment-1625236852 > this is a draft because i need to bump wamr after [bytecodealliance/wasm-micro-runtime#2343](https://github.com/bytecodealliance/wasm-micro-runtime/pull/2343) done -- This is an

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9691: sched/clock/clock_getcpuclockid: add clock_getcpuclockid implementation

2023-07-07 Thread via GitHub
pkarashchenko commented on code in PR #9691: URL: https://github.com/apache/nuttx/pull/9691#discussion_r1255589508 ## sched/clock/clock_getcpuclockid.c: ## @@ -0,0 +1,74 @@ +/ + *

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9708: libs/libc/pthread: add the implementation of pthread_getcpuclockid

2023-07-07 Thread via GitHub
pkarashchenko commented on code in PR #9708: URL: https://github.com/apache/nuttx/pull/9708#discussion_r1255587269 ## libs/libc/pthread/pthread_getcpuclockid.c: ## @@ -0,0 +1,65 @@ +/ + *

[nuttx] branch releases/12.2 updated (b787e9ec3b -> 2bbc0938db)

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git from b787e9ec3b arch/armv8-m/arm_secure_irq.c: fix writing to the NVIC_AIRCR register new 7c9f572eae

[nuttx] 02/02: drivers: video: isx012: Fix system clock to HV mode

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 2bbc0938dbd87d661e5aa6c5db6f5b11006f5293 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com>

[nuttx] 01/02: drivers: video: isx019: Fix system clock to HV mode

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 7c9f572eae1c8de113e546e95658e28c00e04976 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com>

[GitHub] [nuttx] pkarashchenko merged pull request #9726: {BP-9692} drivers: video: isx01x: Fix system clock to HV mode

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

[GitHub] [nuttx] pkarashchenko commented on pull request #9721: {BP-9658} esp32s2: Fix UART1 default pins

2023-07-07 Thread via GitHub
pkarashchenko commented on PR #9721: URL: https://github.com/apache/nuttx/pull/9721#issuecomment-1625126637 Could you rebase PRs with failing MAC OS CI? I think the fix is merged to release branch already -- This is an automated message from the Apache Git Service. To respond to the

[nuttx] branch releases/12.2 updated: arch/armv8-m/arm_secure_irq.c: fix writing to the NVIC_AIRCR register

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new b787e9ec3b

[GitHub] [nuttx] pkarashchenko merged pull request #9727: {BP-9700} arch/armv8-m/arm_secure_irq.c: fix writing to the NVIC_AIRCR register

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

[nuttx] branch releases/12.2 updated: fs/fat: Fix undefined behavior in signed integer overflow check

2023-07-07 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new d905a4e8a0 fs/fat: Fix

[GitHub] [nuttx] pkarashchenko merged pull request #9731: {BP-9615} fs/fat: Fix undefined behavior in signed integer overflow check

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

[GitHub] [nuttx] pkarashchenko opened a new pull request, #9735: sched/clock: move clock_getcpuclockid() and clock_getres() to libc + misc fixes

2023-07-07 Thread via GitHub
pkarashchenko opened a new pull request, #9735: URL: https://github.com/apache/nuttx/pull/9735 ## Summary Move `clock_getcpuclockid()` and `clock_getres()` to libc Fix misc issues found during code review ## Impact Reduce number of system calls ## Testing Pass CI

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

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

[nuttx] branch releases/12.2 updated: Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation"

2023-07-07 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 8ed5d562ee Revert "tools: Fix

[nuttx] branch releases/12.2 updated: Fix Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

2023-07-07 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 50410cb1d5 Fix Deadloop in VFS

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9728: {BP-9711} arch/arm/src/stm32/stm32_rtcounter.c   up_rtc_initialize Possible s…

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

[nuttx] branch releases/12.2 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-07 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.2 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.2 by this push: new 9e7197

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9719: {BP-9716} Fix Deadloop in VFS if CONFIG_CANCELLATION_POINTS is enabled

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

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

2023-07-07 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

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

2023-07-07 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