Re: [PR] sched/event: move the temporary even_wait variable out of nxevent_tickwait [nuttx]

2025-09-02 Thread via GitHub
wangchdo commented on PR #16942: URL: https://github.com/apache/nuttx/pull/16942#issuecomment-3247767985 > @wangchdo your Summary is really create, I think it could be included at https://nuttx.apache.org/docs/latest/reference/os/events.html as explanation for this new function. I up

Re: [I] [HELP] add 802.1Q header [nuttx]

2025-09-02 Thread via GitHub
ken-hutchinson commented on issue #16814: URL: https://github.com/apache/nuttx/issues/16814#issuecomment-3246712579 Hi All. I've made some progress, but have an issue I hope someone can help with. A quick summary of how it works is here: https://nuttx.apache.org/docs/latest/componen

(nuttx) branch revert-16966-codespel created (now b074bcbca92)

2025-09-02 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch revert-16966-codespel in repository https://gitbox.apache.org/repos/asf/nuttx.git at b074bcbca92 Revert "codespellrc: add ans to ignore words" This branch includes the following new comm

[PR] Revert "codespellrc: add ans to ignore words" [nuttx]

2025-09-02 Thread via GitHub
raiden00pl opened a new pull request, #16969: URL: https://github.com/apache/nuttx/pull/16969 Reverts apache/nuttx#16966 The correct solution is here: https://github.com/apache/nuttx-apps/pull/3172/commits/09df4c554397a9a0590ce7df3187884d9e4952fb Codespell configuration should

Re: [PR] drivers/net: Add network driver for 10BASE-T1x SPI MAC-PHYs [nuttx]

2025-09-02 Thread via GitHub
matiamic commented on code in PR #16936: URL: https://github.com/apache/nuttx/pull/16936#discussion_r2313160007 ## drivers/net/oa_tc6/Kconfig: ## @@ -26,4 +26,19 @@ config NET_OA_TC6_NCV7410_LEDS endif +config NET_OA_TC6_LAN865X + bool "Microchip LAN865x 10BASE-T1S SP

Re: [PR] drivers/net: Add network driver for 10BASE-T1x SPI MAC-PHYs [nuttx]

2025-09-02 Thread via GitHub
simbit18 commented on code in PR #16936: URL: https://github.com/apache/nuttx/pull/16936#discussion_r2315456610 ## drivers/net/oa_tc6/Make.defs: ## @@ -0,0 +1,39 @@ + +# drivers/net/oa/Make.defs +# Revi

Re: [I] [BUG] Serial TTY Signal Regression [nuttx]

2025-09-02 Thread via GitHub
jlaitine commented on issue #16935: URL: https://github.com/apache/nuttx/issues/16935#issuecomment-3245605829 > From my limited understanding of the POSIX spec, it seems that the thread that handles an external signal (e.g. from `kill`) is intended to be arbitrary in general. It's the. Up t

Re: [I] [FEATURE] Analog (ADC/DAC) interfaces unification [nuttx]

2025-09-02 Thread via GitHub
linguini1 commented on issue #16916: URL: https://github.com/apache/nuttx/issues/16916#issuecomment-3246437417 The biggest gripe I have with the current ADC driver interface is the lack of a standard way to read a specific channel at a time. I'd much prefer the ability to choose which chann

(nuttx) branch master updated (f44766611af -> 0f498005f05)

2025-09-02 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 f44766611af arch/tricore: fix tricore_doirq function local var "regs" not initialized issue new 95b3b65778f dr

(nuttx) 02/03: boards/arcx-socket-grid: Add support to two USBs

2025-09-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/nuttx.git commit d2344ee915c0d7928c9a900f6a0595ec2d92b953 Author: Alan Carvalho de Assis AuthorDate: Sat Aug 30 17:53:25 2025 -0300

Re: [PR] sched/semaphore: add support to customize semaphore max allowed value [nuttx]

2025-09-02 Thread via GitHub
xiaoxiang781216 commented on code in PR #16944: URL: https://github.com/apache/nuttx/pull/16944#discussion_r2316650207 ## sched/semaphore/sem_setmaxvalue.c: ## @@ -0,0 +1,65 @@ +/ + * sched/semaphore/sem

Re: [PR] [GSoC2025] Add Silicon Heaven protocol adaptation into NuttX and SHV examples [nuttx-apps]

2025-09-02 Thread via GitHub
michallenc commented on code in PR #3170: URL: https://github.com/apache/nuttx-apps/pull/3170#discussion_r2316400832 ## examples/shv-nxboot-updater/shv_nxboot_updater.c: ## @@ -0,0 +1,424 @@ +/ + * apps/

Re: [PR] docs/codeowners: Add preliminary code owner file [nuttx]

2025-09-02 Thread via GitHub
cederom commented on PR #16962: URL: https://github.com/apache/nuttx/pull/16962#issuecomment-3243518640 Thanks @linguini1 :-) * Is this possible to auto-generate this file contents based on git logs? I mean by hand with some script in `nuttx/tools/` for instance that later can be used to

Re: [I] [HELP] struct phy_desc_s location [nuttx-apps]

2025-09-02 Thread via GitHub
tinnedkarma closed issue #3171: [HELP] struct phy_desc_s location URL: https://github.com/apache/nuttx-apps/issues/3171 -- 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 unsub

Re: [PR] arch/arm/imxrt: Add support to both USB Controllers of iMXRT [nuttx]

2025-09-02 Thread via GitHub
acassis commented on PR #16941: URL: https://github.com/apache/nuttx/pull/16941#issuecomment-3242238413 @xiaoxiang781216 @hartmannathan please re-review/approve -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] docs/codeowners: Add preliminary code owner file [nuttx]

2025-09-02 Thread via GitHub
linguini1 commented on PR #16962: URL: https://github.com/apache/nuttx/pull/16962#issuecomment-3246188088 Hey everyone! My initial PR wasn't very clear, I've added a section to the description on what kind of feedback I'm looking for. There's some good suggestions so far. If people a

(nuttx) branch master updated: tools/checkpatch.sh: fix check for HEAD commit

2025-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 4b1b3c58a0f tools/checkpatch.sh: fix check for

Re: [PR] tools/checkpatch.sh: fix check for HEAD commit [nuttx]

2025-09-02 Thread via GitHub
xiaoxiang781216 merged PR #16968: URL: https://github.com/apache/nuttx/pull/16968 -- 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...@nu

(nuttx-apps) 02/02: codespell: add codespell configuration

2025-09-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/nuttx-apps.git commit ac08faa2b8b3b10709d3243e3bb0f2ff0cfd189f Author: raiden00pl AuthorDate: Tue Sep 2 20:49:46 2025 +0200 codesp

Re: [PR] bluetooth/nimble: update to the latest master [nuttx-apps]

2025-09-02 Thread via GitHub
xiaoxiang781216 merged PR #3172: URL: https://github.com/apache/nuttx-apps/pull/3172 -- 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) 01/02: bluetooth/nimble: update to the latest master

2025-09-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/nuttx-apps.git commit 18823c8b3258eb3f7861766d3872b799895fd798 Author: raiden00pl AuthorDate: Tue Sep 2 14:43:31 2025 +0200 blueto

Re: [I] [HELP] add 802.1Q header [nuttx]

2025-09-02 Thread via GitHub
matiamic commented on issue #16814: URL: https://github.com/apache/nuttx/issues/16814#issuecomment-3247266302 Hi @ken-hutchinson, this seems like the default behavior to me: https://man7.org/linux/man-pages/man2/recv.2.html > If no messages are available at the socket, the receive calls w

(nuttx-website) branch asf-site updated: Publishing web: aaa9187cb47fad9df46b094700a96756379c8b6f docs: 5592dc75dc5fe03b82acf3a0349bd733099e5d60

2025-09-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/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new d2dac7332 Publishing web: aaa9187

Re: [PR] codespellrc: add ans to ignore words [nuttx]

2025-09-02 Thread via GitHub
cederom merged PR #16966: URL: https://github.com/apache/nuttx/pull/16966 -- 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.apac

Re: [I] [HELP] add 802.1Q header [nuttx]

2025-09-02 Thread via GitHub
acassis commented on issue #16814: URL: https://github.com/apache/nuttx/issues/16814#issuecomment-3246771139 @matiamic since you are working with low level Ethernet 10BASE-T1x, could you please take a look here? @wengzhe @raiden00pl for visibility -- This is an automated message fr

(nuttx) 02/03: drivers/net/oa_tc6: Add driver for the Onsemi NCV7410 (NCN26010) SPI MAC-PHY

2025-09-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/nuttx.git commit fbb3b6d07b8dac562fedbd77528ebc812cc587b8 Author: michal matias AuthorDate: Mon Aug 25 01:38:19 2025 +0200 drivers

Re: [PR] docs/codeowners: Add preliminary code owner file [nuttx]

2025-09-02 Thread via GitHub
cederom commented on PR #16962: URL: https://github.com/apache/nuttx/pull/16962#issuecomment-3246288642 Okay so we can: 1. Use SCORE to sort code authors as per file / location, most contributions first. 2. Use FILTER to filter out authors that will not or cannot review. 3. Use LEVE

Re: [PR] bluetooth/nimble: update to the latest master [nuttx-apps]

2025-09-02 Thread via GitHub
cederom commented on PR #3172: URL: https://github.com/apache/nuttx-apps/pull/3172#issuecomment-3246294080 Dependency is now merged, restarting CI :-) -- 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

Re: [PR] bluetooth/nimble: update to the latest master [nuttx-apps]

2025-09-02 Thread via GitHub
raiden00pl commented on PR #3172: URL: https://github.com/apache/nuttx-apps/pull/3172#issuecomment-3246562412 @cederom yes, it's better to revert change in nuttx repo. It doesn't make sense now. Besides, "ans" is a common typo for "and" so it's better to detect it and ignore entire lines wi

Re: [PR] bluetooth/nimble: update to the latest master [nuttx-apps]

2025-09-02 Thread via GitHub
cederom commented on PR #3172: URL: https://github.com/apache/nuttx-apps/pull/3172#issuecomment-3246508656 Should we revert one from nuttx repo? What do you recommend @raiden00pl ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

(nuttx) branch revert-16966-codespel updated (b074bcbca92 -> f1d5a888d83)

2025-09-02 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch revert-16966-codespel in repository https://gitbox.apache.org/repos/asf/nuttx.git discard b074bcbca92 Revert "codespellrc: add ans to ignore words" add f1d5a888d83 Revert "codespellrc: ad

(nuttx) 01/01: Revert "codespellrc: add ans to ignore words"

2025-09-02 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a commit to branch revert-16966-codespel in repository https://gitbox.apache.org/repos/asf/nuttx.git commit b074bcbca9210247f37b6a9665b6bcc466c05ce5 Author: Mateusz Szafoni AuthorDate: Tue Sep 2 20:53:00 2025 +02

Re: [PR] bluetooth/nimble: update to the latest master [nuttx-apps]

2025-09-02 Thread via GitHub
raiden00pl commented on PR #3172: URL: https://github.com/apache/nuttx-apps/pull/3172#issuecomment-3246442668 fixed now -- 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.

[PR] tools/checkpatch.sh: fix check for HEAD commit [nuttx]

2025-09-02 Thread via GitHub
raiden00pl opened a new pull request, #16968: URL: https://github.com/apache/nuttx/pull/16968 ## Summary tools/checkpatch.sh: fix check for HEAD commit: `./tools/checkpatch.sh -c -u -m -g HEAD` In this case, only the last commission needs to be checked. regression af

(nuttx) branch master updated: codespellrc: add ans to ignore words

2025-09-02 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom 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 5592dc75dc5 codespellrc: add ans to ignore words

Re: [PR] nshlib/nsh_builtin.c : Add support to run builtin dirrectly without creating a separate thread [nuttx-apps]

2025-09-02 Thread via GitHub
xiaoxiang781216 commented on code in PR #3168: URL: https://github.com/apache/nuttx-apps/pull/3168#discussion_r2316678083 ## nshlib/nsh_command.c: ## @@ -1228,6 +1233,31 @@ int nsh_command(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char *argv[]) cmd = argv[0]; +#ifdef CO

Re: [I] [RELEASE] 13.0.0 (gathering ideas). [nuttx]

2025-09-02 Thread via GitHub
linguini1 commented on issue #15737: URL: https://github.com/apache/nuttx/issues/15737#issuecomment-3246227631 I have added the empty documentation/old README.txt files issues to this tracker. I think that these *must* be solved before the new release. It's not really acceptable to have emp

Re: [PR] docs/codeowners: Add preliminary code owner file [nuttx]

2025-09-02 Thread via GitHub
linguini1 commented on PR #16962: URL: https://github.com/apache/nuttx/pull/16962#issuecomment-3246170702 > Thanks @linguini1 :-) > > * Is this possible to auto-generate this file contents based on git logs? I mean by hand with some script in `nuttx/tools/` for instance that later

Re: [PR] Documentation/applications/boot/nxboot: fix incorrect fnc description [nuttx]

2025-09-02 Thread via GitHub
xiaoxiang781216 merged PR #16967: URL: https://github.com/apache/nuttx/pull/16967 -- 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...@nu

(nuttx) branch master updated: Documentation/applications/boot/nxboot: fix incorrect fnc description

2025-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 17482c69248 Documentation/applications/boot/nx

(nuttx) 01/03: drivers/net: Add base driver for the OA-T6 protocol MAC-PHYs

2025-09-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/nuttx.git commit 95b3b65778f2c39e01a9a3249b0136ff61ddcc1e Author: michal matias AuthorDate: Mon Aug 25 01:19:00 2025 +0200 drivers

Re: [PR] drivers/net: Add network driver for 10BASE-T1x SPI MAC-PHYs [nuttx]

2025-09-02 Thread via GitHub
xiaoxiang781216 merged PR #16936: URL: https://github.com/apache/nuttx/pull/16936 -- 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...@nu

(nuttx) 03/03: drivers/net/oa_tc6: Add driver for the Microchip LAN865x SPI MAC-PHY

2025-09-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/nuttx.git commit 0f498005f05061295547f4362e2201a5548f5220 Author: michal matias AuthorDate: Mon Aug 25 01:45:18 2025 +0200 drivers

(nuttx) branch master updated: arch/tricore: fix tricore_doirq function local var "regs" not initialized issue

2025-09-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/nuttx.git The following commit(s) were added to refs/heads/master by this push: new f44766611af arch/tricore: fix tricore_doirq fu

Re: [PR] arch/tricore: fix tricore_doirq function local var "regs" not initialized issue [nuttx]

2025-09-02 Thread via GitHub
xiaoxiang781216 merged PR #16964: URL: https://github.com/apache/nuttx/pull/16964 -- 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...@nu

Re: [PR] [GSoC2025] Add Silicon Heaven protocol adaptation into NuttX and SHV examples [nuttx-apps]

2025-09-02 Thread via GitHub
zdebanos commented on code in PR #3170: URL: https://github.com/apache/nuttx-apps/pull/3170#discussion_r2316632135 ## examples/shv-nxboot-updater/shv_nxboot_updater.c: ## @@ -0,0 +1,424 @@ +/ + * apps/ex

Re: [PR] sched/semaphore: add support to customize semaphore max allowed value [nuttx]

2025-09-02 Thread via GitHub
wangchdo commented on code in PR #16944: URL: https://github.com/apache/nuttx/pull/16944#discussion_r2315346582 ## sched/semaphore/semaphore.h: ## @@ -71,6 +71,12 @@ void nxsem_timeout(wdparm_t arg); void nxsem_recover(FAR struct tcb_s *tcb); +#ifdef CONFIG_CUSTOM_SEMAPHORE

Re: [PR] [GSoC2025] Add Silicon Heaven protocol adaptation into NuttX and SHV examples [nuttx-apps]

2025-09-02 Thread via GitHub
simbit18 commented on PR #3170: URL: https://github.com/apache/nuttx-apps/pull/3170#issuecomment-3245806962 ``` would reformat /home/runner/work/nuttx-apps/nuttx-apps/apps/examples/shv-nxboot-updater/update-script/gui.py Oh no! 💥 💔 💥 1 file would be reformatted. black che

[PR] Documentation/applications/boot/nxboot: fix incorrect fnc description [nuttx]

2025-09-02 Thread via GitHub
michallenc opened a new pull request, #16967: URL: https://github.com/apache/nuttx/pull/16967 ## Summary Fixes incorrect `nxboot_get_confirm` function description (it was a copy paste from `nxboot_confirm` function). ## Impact Documentation fix. -- This is an automate

Re: [PR] bluetooth/nimble: update to the latest master [nuttx-apps]

2025-09-02 Thread via GitHub
raiden00pl commented on PR #3172: URL: https://github.com/apache/nuttx-apps/pull/3172#issuecomment-3245738511 depends on https://github.com/apache/nuttx/pull/16966/commits/d08fe8c68dac2657e95e09efac1a8d0263e9ecce -- This is an automated message from the Apache Git Service. To respond to t

[PR] codespellrc: add ans to ignore words [nuttx]

2025-09-02 Thread via GitHub
raiden00pl opened a new pull request, #16966: URL: https://github.com/apache/nuttx/pull/16966 ## Summary - codespellrc: add ans to ignore words ans is short for "Alert Notification Service" used in NimBLE. ## Impact fix CI error: https://github.com/apache/nuttx-ap

Re: [PR] [GSoC2025] Add Silicon Heaven protocol adaptation into NuttX and SHV examples [nuttx-apps]

2025-09-02 Thread via GitHub
zdebanos commented on PR #3170: URL: https://github.com/apache/nuttx-apps/pull/3170#issuecomment-3245454649 I came across an issue, which must be fixed: locally, I was running against `pyshv==0.7.3` (implementation of Silicon Heaven API in python) but when I added requirements and changed t

[PR] arch/risc-v: improve E-Fuse support for ESP32-C3|C6|H2 [nuttx]

2025-09-02 Thread via GitHub
fdcavalcanti opened a new pull request, #16965: URL: https://github.com/apache/nuttx/pull/16965 ## Summary This merge request fixes E-Fuse driver to handle proper block and bit offset. Also adds support for using virtual E-Fuses that can be saved in flash. This is useful for MCUBoo

[PR] arch/tricore: fix tricore_doirq function local var "regs" not initialized issue [nuttx]

2025-09-02 Thread via GitHub
wangchdo opened a new pull request, #16964: URL: https://github.com/apache/nuttx/pull/16964 In tricore_doirq, local variable regs is firstly used without initiazlied, this is a bug *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBU

[PR] bluetooth/nimble: update to the latest master [nuttx-apps]

2025-09-02 Thread via GitHub
raiden00pl opened a new pull request, #3172: URL: https://github.com/apache/nuttx-apps/pull/3172 ## Summary Update NimBLE to the latest master. This includes fixing the debug log control, which was broken since: https://github.com/apache/mynewt-nimble/commit/da4e2f0f12859079

Re: [PR] sched/event: move the temporary even_wait variable out of nxevent_tickwait [nuttx]

2025-09-02 Thread via GitHub
acassis commented on PR #16942: URL: https://github.com/apache/nuttx/pull/16942#issuecomment-3245166762 > > @wangchdo your Summary is really create, I think it could be included at https://nuttx.apache.org/docs/latest/reference/os/events.html as explanation for this new function. > >

[PR] drivers/power/supply/husb238: Add support for HUSB238 USB-PD Sink Controller [nuttx]

2025-09-02 Thread via GitHub
nmaggioni opened a new pull request, #16963: URL: https://github.com/apache/nuttx/pull/16963 ## Summary This PR adds support for the I2C interface of the [Hynetek HUSB238](https://en.hynetek.com/2421.html) USB Type-C Power Delivery Sink Controller. Since this is, if I'm not mi

Re: [PR] sched/semaphore: add support to customize semaphore max allowed value [nuttx]

2025-09-02 Thread via GitHub
acassis commented on PR #16944: URL: https://github.com/apache/nuttx/pull/16944#issuecomment-3245129979 > > Please update the documentation https://nuttx.apache.org/docs/latest/reference/user/05_counting_semaphore.html to include this new API function > > Hi,I don't put this new func

Re: [PR] docs/codeowners: Add preliminary code owner file [nuttx]

2025-09-02 Thread via GitHub
fdcavalcanti commented on PR #16962: URL: https://github.com/apache/nuttx/pull/16962#issuecomment-3245091976 @cederom > Is this possible to auto-generate this file contents based on git logs? I mean by hand with some script in `nuttx/tools/` for instance that later can be used to u

Re: [PR] docs/codeowners: Add preliminary code owner file [nuttx]

2025-09-02 Thread via GitHub
nmaggioni commented on PR #16962: URL: https://github.com/apache/nuttx/pull/16962#issuecomment-3244787544 > @cederom Yes it may be hard to request a review from a person that does not have write access to the repository. The [Home Assistant project](https://github.com/home-assistant/c

Re: [PR] drivers/net: Add network driver for 10BASE-T1x SPI MAC-PHYs [nuttx]

2025-09-02 Thread via GitHub
simbit18 commented on code in PR #16936: URL: https://github.com/apache/nuttx/pull/16936#discussion_r2315464483 ## drivers/net/oa_tc6/CMakeLists.txt: ## @@ -0,0 +1,35 @@ +# ## +# drivers/net/oa/CMakeLis

Re: [PR] drivers/net: Add network driver for 10BASE-T1x SPI MAC-PHYs [nuttx]

2025-09-02 Thread via GitHub
simbit18 commented on code in PR #16936: URL: https://github.com/apache/nuttx/pull/16936#discussion_r2315456610 ## drivers/net/oa_tc6/Make.defs: ## @@ -0,0 +1,39 @@ + +# drivers/net/oa/Make.defs +# Revi

Re: [PR] sched/semaphore: add support to customize semaphore max allowed value [nuttx]

2025-09-02 Thread via GitHub
wangchdo commented on code in PR #16944: URL: https://github.com/apache/nuttx/pull/16944#discussion_r2315345630 ## include/semaphore.h: ## @@ -134,6 +134,9 @@ struct sem_s uint8_t ceiling; /* The priority ceiling owned by mutex */ uint8_t saved;

Re: [PR] sched/event: move the temporary even_wait variable out of nxevent_tickwait [nuttx]

2025-09-02 Thread via GitHub
wangchdo commented on PR #16942: URL: https://github.com/apache/nuttx/pull/16942#issuecomment-3244403516 > @wangchdo your Summary is really create, I think it could be included at https://nuttx.apache.org/docs/latest/reference/os/events.html as explanation for this new function. Coul

Re: [PR] sched/semaphore: add support to customize semaphore max allowed value [nuttx]

2025-09-02 Thread via GitHub
wangchdo commented on code in PR #16944: URL: https://github.com/apache/nuttx/pull/16944#discussion_r2315336743 ## sched/semaphore/sem_post.c: ## @@ -125,7 +125,11 @@ int nxsem_post_slow(FAR sem_t *sem) sem_count = atomic_read(NXSEM_COUNT(sem)); do { +#ifd

Re: [PR] docs/codeowners: Add preliminary code owner file [nuttx]

2025-09-02 Thread via GitHub
raiden00pl commented on PR #16962: URL: https://github.com/apache/nuttx/pull/16962#issuecomment-3244125446 > Is this possible to auto-generate this file contents based on git logs? I mean by hand with some script in nuttx/tools/ for instance that later can be used to update the file? For no