[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-10-02 Thread GitBox
pkarashchenko commented on PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1264577524 The PR is here for quite a long time, so waiting one more week should not be a problem unless other reviewers want to speedup merging of a solution. -- This is an automate

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-10-02 Thread GitBox
masayuki2009 commented on PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#issuecomment-1264579341 >@masayuki2009 @davids5 maybe you have some boards and can run ostest with priority inheritance enabled? The latest PR now works with `qemu-intel64:ostest` --

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #7221: arch: qemu-rv: Fix qemu_rv_start_s() for S-mode

2022-10-02 Thread GitBox
masayuki2009 opened a new pull request, #7221: URL: https://github.com/apache/incubator-nuttx/pull/7221 ## Summary - I found inappropriate SET_CSR() usage in the function. - This PR fixes this issue. ## Impact - None ## Testing - tested with rv-virt:knsh6

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request, #7222: include/stdint.h: add sig_atomic_t limits

2022-10-02 Thread GitBox
raiden00pl opened a new pull request, #7222: URL: https://github.com/apache/incubator-nuttx/pull/7222 ## Summary include/stdint.h: add sig_atomic_t limits ## Impact None ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request, #7223: include/threads.h: fix warning

2022-10-02 Thread GitBox
raiden00pl opened a new pull request, #7223: URL: https://github.com/apache/incubator-nuttx/pull/7223 ## Summary include/threads.h: return values should be integer type to prevent compiler warnings ## Impact Eliminate `warning: comparison between pointer and integer` when we use

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request, #7224: allow to enable LIBC_NETDB directly from menuconfig

2022-10-02 Thread GitBox
raiden00pl opened a new pull request, #7224: URL: https://github.com/apache/incubator-nuttx/pull/7224 ## Summary libs/libc/netdb/Kconfig: allow to enable LIBC_NETDB directly from menuconfig I'm porting the Lely CANopen stack to Nuttx and for a clean build with a CAN character drive

[incubator-nuttx] branch master updated: libs/libc/netdb/Kconfig: allow to enable LIBC_NETDB directly from menuconfig

2022-10-02 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 00aa822546 libs/libc/netdb/Kconfig:

[incubator-nuttx] branch master updated: include/threads.h: return values should be integer type to prevent compiler warnings

2022-10-02 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new d8483a24e8 include/threads.h: return

[incubator-nuttx] branch master updated: include/stdint.h: add sig_atomic_t limits

2022-10-02 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 0aa0394ca2 include/stdint.h: add sig

[incubator-nuttx] branch master updated: arch: qemu-rv: Fix qemu_rv_start_s() for S-mode

2022-10-02 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new b3e300f8e6 arch: qemu-rv: Fix qemu_r

[incubator-nuttx] branch master updated: fs/poll: using callback mechanism to implement poll notification

2022-10-02 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new e9ccab2db3 fs/poll: using callback m

[incubator-nuttx] branch master updated: driver/usersock_dev: Check CONFIG_NET_USRSOCK_DEVICE instead CONFIG_NET_USRSOCK

2022-10-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new dbb3c768c3 driver/usersock_dev:

[incubator-nuttx] 02/05: bluetooth: Implement btuart_close for btuart upperhalf driver

2022-10-02 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/incubator-nuttx.git commit fab8b081c0b1167a114bd4eca278e208b241c706 Author: Xiang Xiao AuthorDate: Sun Oct 2 03:20:15 2022 +0800 blu

[incubator-nuttx] 03/05: bluetooth: Forward ioctl to btuart lowerhalf driver

2022-10-02 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/incubator-nuttx.git commit 6ec74d8d364d7bfb6a4bdef6dc80efc1cebe769b Author: Xiang Xiao AuthorDate: Sun Oct 2 03:34:17 2022 +0800 blu

[incubator-nuttx] 01/05: bluetooth: Remove the unnecessary cast in btuart driver

2022-10-02 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/incubator-nuttx.git commit 11d083b35834285dd27d0d7672c4538ba8c41456 Author: Xiang Xiao AuthorDate: Sun Oct 2 03:23:04 2022 +0800 blu

[incubator-nuttx] 05/05: bluetooth: Remove hcicollecttask from btuart shim driver

2022-10-02 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/incubator-nuttx.git commit 34b05804b09846276206b136a914730e7c6fdb72 Author: Xiang Xiao AuthorDate: Sun Oct 2 04:28:53 2022 +0800 blu

[incubator-nuttx] 04/05: bluetooth: Implement hciuart_ioctl for btuart lowerhalf shim driver

2022-10-02 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/incubator-nuttx.git commit fe38cb1bada68d35cf7431db4dcf7965279fae93 Author: Xiang Xiao AuthorDate: Sun Oct 2 03:50:45 2022 +0800 blu

[incubator-nuttx] branch master updated (dbb3c768c3 -> 34b05804b0)

2022-10-02 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/incubator-nuttx.git from dbb3c768c3 driver/usersock_dev: Check CONFIG_NET_USRSOCK_DEVICE instead CONFIG_NET_USRSOCK new 11d083b

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

2022-10-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new a207afa Publishing web