[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8194: fs: Avoid accessing filep fields if it is NULL & add DEBUGASSERTs

2023-01-19 Thread GitBox
xiaoxiang781216 commented on PR #8194: URL: https://github.com/apache/nuttx/pull/8194#issuecomment-1398020868 > @xiaoxiang781216 any idea why we still getting this error: > > ``` > make[1]: *** [uClibc++.defs:26: uClibc++] Error 6 > make[1]: Target 'context' not remade because of

[nuttx] branch master updated (1be9d7c57f -> 9b187446f4)

2023-01-19 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 1be9d7c57f esp32s3-devkit: Initialize EFUSE driver add 2bdb7c0e8d esp32s2: Add support to EFUSE add 9b1874

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8198: esp32s2: Add support to efuse

2023-01-19 Thread GitBox
xiaoxiang781216 merged PR #8198: URL: https://github.com/apache/nuttx/pull/8198 -- 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 (57034f483d -> 1be9d7c57f)

2023-01-19 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 57034f483d esp32: fix lower half oneshot for usage with nxsched_oneshot_start add adc5f52fcf esp32s3: Add supp

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8199: esp32s3: Add support to efuse

2023-01-19 Thread GitBox
xiaoxiang781216 merged PR #8199: URL: https://github.com/apache/nuttx/pull/8199 -- 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: esp32: fix lower half oneshot for usage with nxsched_oneshot_start

2023-01-19 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 57034f483d esp32: fix lower half oneshot for u

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8200: esp32: fix lower half oneshot for usage with nxsched_oneshot_start

2023-01-19 Thread GitBox
xiaoxiang781216 merged PR #8200: URL: https://github.com/apache/nuttx/pull/8200 -- 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] xiaoxiang781216 commented on a diff in pull request #8196: time.h: Add CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID definition

2023-01-19 Thread GitBox
xiaoxiang781216 commented on code in PR #8196: URL: https://github.com/apache/nuttx/pull/8196#discussion_r1082182720 ## include/time.h: ## @@ -64,28 +64,38 @@ * forward and backward as the system time-of-day clock is changed. */ -#define CLOCK_REALTIME 0 +#define CLOCK

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8173: LLVM libcxx upgrade from 12.0.0 to 14.0.6

2023-01-19 Thread GitBox
xiaoxiang781216 commented on PR #8173: URL: https://github.com/apache/nuttx/pull/8173#issuecomment-1398009453 > > Could you give a list of the function not implemented by NuttX yet. I can take time to implement them. > > The complete list of unimplemented functions is: > > ```c

[GitHub] [nuttx] g2gps commented on pull request #8173: LLVM libcxx upgrade from 12.0.0 to 14.0.6

2023-01-19 Thread GitBox
g2gps commented on PR #8173: URL: https://github.com/apache/nuttx/pull/8173#issuecomment-1397810269 > Could you give a list of the function not implemented by NuttX yet. I can take time to implement them. The complete list of unimplemented functions is: ```c int at_quick_exit(vo

[nuttx-website] branch asf-site updated: Publishing web: 94ac6a38fee09a8d54ee96573f16ea8fc881f5d4 docs: e2a7cee5ed7b241a05784e6fea8d8718e627aff3

2023-01-19 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 1b7dc0a2 Publishing web: 94ac6a38

[GitHub] [nuttx] maxikrie opened a new pull request, #8200: esp32: fix lower half oneshot for usage with nxsched_oneshot_start

2023-01-19 Thread GitBox
maxikrie opened a new pull request, #8200: URL: https://github.com/apache/nuttx/pull/8200 ## Summary This fix is required for using the oneshot driver for cpuload monitoring. Otherwise an assertion is thrown since nxsched_oneshot_start pass NULL as arg. ## Impact ## Testing T

[GitHub] [nuttx] acassis opened a new pull request, #8199: esp32s3: Add support to efuse

2023-01-19 Thread GitBox
acassis opened a new pull request, #8199: URL: https://github.com/apache/nuttx/pull/8199 ## Summary Add support to efuse ## Impact User will be able to use efuse ## Testing esp32-s3-devkit -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [nuttx] acassis opened a new pull request, #8198: esp32s2: Add support to efuse

2023-01-19 Thread GitBox
acassis opened a new pull request, #8198: URL: https://github.com/apache/nuttx/pull/8198 ## Summary Add support to efuse ## Impact User will be able to use efuse ## Testing esp32s2-saola-1 -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [nuttx] acassis commented on a diff in pull request #8196: time.h: Add CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID definition

2023-01-19 Thread GitBox
acassis commented on code in PR #8196: URL: https://github.com/apache/nuttx/pull/8196#discussion_r1081845991 ## include/time.h: ## @@ -64,28 +64,38 @@ * forward and backward as the system time-of-day clock is changed. */ -#define CLOCK_REALTIME 0 +#define CLOCK_REALTIM

[GitHub] [nuttx] acassis commented on pull request #8194: fs: Avoid accessing filep fields if it is NULL & add DEBUGASSERTs

2023-01-19 Thread GitBox
acassis commented on PR #8194: URL: https://github.com/apache/nuttx/pull/8194#issuecomment-1397572188 @xiaoxiang781216 any idea why we still getting this error: ``` make[1]: *** [uClibc++.defs:26: uClibc++] Error 6 make[1]: Target 'context' not remade because of errors. make: ***

[GitHub] [nuttx] haitomatic closed pull request #8197: Remove loopback check for CANFD driver Txpoll

2023-01-19 Thread GitBox
haitomatic closed pull request #8197: Remove loopback check for CANFD driver Txpoll URL: https://github.com/apache/nuttx/pull/8197 -- 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 commen

[GitHub] [nuttx] haitomatic opened a new pull request, #8197: Remove loopback check for CANFD driver Txpoll

2023-01-19 Thread GitBox
haitomatic opened a new pull request, #8197: URL: https://github.com/apache/nuttx/pull/8197 - Loopback check is not need in txpoll since it's now handled in caller `devif_poll` -- 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, #8196: time.h: Add CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID definition

2023-01-19 Thread GitBox
xiaoxiang781216 opened a new pull request, #8196: URL: https://github.com/apache/nuttx/pull/8196 ## Summary see the spec here: https://pubs.opengroup.org/onlinepubs/95399/functions/clock_getres.html ## Impact new macro ## Testing Pass CI -- This is

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8195: fs: Map madvice to posix_madvice

2023-01-19 Thread GitBox
xiaoxiang781216 opened a new pull request, #8195: URL: https://github.com/apache/nuttx/pull/8195 ## Summary https://man7.org/linux/man-pages/man2/madvise.2.html ## Impact New macro ## Testing Pass CI -- This is an automated message from the Apache Git Ser

[nuttx] branch master updated: arch/mpfs: Make selection of SBI boot or direct boot run-time configurable

2023-01-19 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 e2a7cee5ed arch/mpfs: Make selection of SBI bo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8191: arch/mpfs: Make selection of SBI boot or direct boot run-time configu…

2023-01-19 Thread GitBox
xiaoxiang781216 merged PR #8191: URL: https://github.com/apache/nuttx/pull/8191 -- 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] acassis opened a new pull request, #8194: fs: Avoid accessing filep fields if it is NULL & add DEBUGASSERTs

2023-01-19 Thread GitBox
acassis opened a new pull request, #8194: URL: https://github.com/apache/nuttx/pull/8194 ## Summary Avoid accessing filep fields if it is NULL & add DEBUGASSERTs ## Impact Avoid crashes ## Testing esp32-devkit -- This is an automated message from the Apache Git Service.

[nuttx] 02/02: tools: Add showstack.sh to parse *.su files

2023-01-19 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 931677a86eb6c7f0dde4431f6d95922e0ed1c05e Author: Xiang Xiao AuthorDate: Wed Jan 18 23:43:05 2023 +0800 tools:

[nuttx] branch master updated (ab059a7ba3 -> 931677a86e)

2023-01-19 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from ab059a7ba3 Documentation/p/a/rp2040: add docs for waveshare-rp2040-lcd-1.28 new fd64e38072 build: Add STACK

[GitHub] [nuttx] gustavonihei merged pull request #8177: build: Add STACK_USAGE(-fstack-usage) to assist the stack analysis

2023-01-19 Thread GitBox
gustavonihei merged PR #8177: URL: https://github.com/apache/nuttx/pull/8177 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.a

[nuttx] 01/02: build: Add STACK_USAGE(-fstack-usage) to assist the stack analysis

2023-01-19 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit fd64e380722a0e0e89b67aa206aba78937b15154 Author: Xiang Xiao AuthorDate: Wed Jan 18 18:58:45 2023 +0800 build:

[GitHub] [nuttx] gustavonihei commented on pull request #8121: arch:xtensa:toolchain: add -Wno-atmoic-alignment flags

2023-01-19 Thread GitBox
gustavonihei commented on PR #8121: URL: https://github.com/apache/nuttx/pull/8121#issuecomment-1396982709 I honestly feel that adding this flag to this broad scope is too overkill, even because the occurrence is not even in upstream code. And this is a kind of warning that shouldn't be ove

[GitHub] [nuttx] jlaitine commented on pull request #8191: arch/mpfs: Make selection of SBI boot or direct boot run-time configu…

2023-01-19 Thread GitBox
jlaitine commented on PR #8191: URL: https://github.com/apache/nuttx/pull/8191#issuecomment-1396975928 Still removed "Private Functions" and "Public Data" sections from mpfs_entrypoints.c as they are now empty and not needed. -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx] davids5 commented on pull request #8192: backtrace: use CURRENT_REGS when in interrupt context

2023-01-19 Thread GitBox
davids5 commented on PR #8192: URL: https://github.com/apache/nuttx/pull/8192#issuecomment-1396832917 @zyfeier Can you add some background here explaining why and the value of the change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nuttx] dnschwa closed pull request #8185: Acknowledge interrupt before installing callback

2023-01-19 Thread GitBox
dnschwa closed pull request #8185: Acknowledge interrupt before installing callback URL: https://github.com/apache/nuttx/pull/8185 -- 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 commen

[GitHub] [nuttx] dnschwa commented on pull request #8185: Acknowledge interrupt before installing callback

2023-01-19 Thread GitBox
dnschwa commented on PR #8185: URL: https://github.com/apache/nuttx/pull/8185#issuecomment-1396798001 Didn't realize this is breaking existing code. Thanks, I will look at your example. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[nuttx] branch master updated (6c2e0b7333 -> ab059a7ba3)

2023-01-19 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 6c2e0b7333 mm/mm_extend: Increase total heap size accordingly add ab059a7ba3 Documentation/p/a/rp2040: add docs

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8193: Documentation/p/a/rp2040: add docs for waveshare-rp2040-lcd-1.28

2023-01-19 Thread GitBox
xiaoxiang781216 merged PR #8193: URL: https://github.com/apache/nuttx/pull/8193 -- 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] dnschwa commented on pull request #8185: Acknowledge interrupt before installing callback

2023-01-19 Thread GitBox
dnschwa commented on PR #8185: URL: https://github.com/apache/nuttx/pull/8185#issuecomment-1396772931 Didn't realize this is breaking existing code. Thanks, I will look at your example. However, might `up_disable_irq(irq);` not work istead? (since it is not affecting HW state) -- This

[GitHub] [nuttx] PeterBee97 opened a new pull request, #8193: Documentation/p/a/rp2040: add docs for waveshare-rp2040-lcd-1.28

2023-01-19 Thread GitBox
PeterBee97 opened a new pull request, #8193: URL: https://github.com/apache/nuttx/pull/8193 ## Summary Add documentation for Waveshare RP2040 LCD 1.28 ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [nuttx] zyfeier opened a new pull request, #8192: backtrace: use CURRENT_REGS when in interrupt context

2023-01-19 Thread GitBox
zyfeier opened a new pull request, #8192: URL: https://github.com/apache/nuttx/pull/8192 ## Summary Backtrace CURRENT_REGS when in interrupt context. ## Impact NA ## Testing BES2003 -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [nuttx] davids5 commented on pull request #8185: Acknowledge interrupt before installing callback

2023-01-19 Thread GitBox
davids5 commented on PR #8185: URL: https://github.com/apache/nuttx/pull/8185#issuecomment-1396733765 It is service and device dependent. The normal sequence is to enable from NVIC outward. (Disable in the opposite direction) 1. attach 2. enable NVIC 3. enable device. 4.

[GitHub] [nuttx] jlaitine opened a new pull request, #8191: arch/mpfs: Make selection of SBI boot or direct boot run-time configu…

2023-01-19 Thread GitBox
jlaitine opened a new pull request, #8191: URL: https://github.com/apache/nuttx/pull/8191 …rable Allow bootloader to select run-time whether the payload binary is booted with SBI or directly by jumping to entrypoint address. - Use just one bitmask to select sbi or direct boot f

[GitHub] [nuttx] dnschwa commented on pull request #8185: Acknowledge interrupt before installing callback

2023-01-19 Thread GitBox
dnschwa commented on PR #8185: URL: https://github.com/apache/nuttx/pull/8185#issuecomment-1396627509 Does it make sense for the callback to service an event that happened *before* it the callback was installed? This is not theoretical either, I've encountered this in a real-world case.

[nuttx] branch master updated: mm/mm_extend: Increase total heap size accordingly

2023-01-19 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 6c2e0b7333 mm/mm_extend: Increase total heap s

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8188: mm/mm_extend: Increase total heap size accordingly

2023-01-19 Thread GitBox
xiaoxiang781216 merged PR #8188: URL: https://github.com/apache/nuttx/pull/8188 -- 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] yamt commented on pull request #8163: fs: Define DT_xxx to number directly

2023-01-19 Thread GitBox
yamt commented on PR #8163: URL: https://github.com/apache/nuttx/pull/8163#issuecomment-1396608420 > > > Since iattr and ATTR_xxx isn't defined in nuttx. > > > > > > it's something you should provide as a part of nuttx glue logic, isn't it? > > Sorry, I don't think so. If N

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8163: fs: Define DT_xxx to number directly

2023-01-19 Thread GitBox
xiaoxiang781216 commented on PR #8163: URL: https://github.com/apache/nuttx/pull/8163#issuecomment-1396600615 > > Since iattr and ATTR_xxx isn't defined in nuttx. > > it's something you should provide as a part of nuttx glue logic, isn't it? > Sorry, I don't think so. If Nut

[GitHub] [nuttx] anchao closed pull request #8189: arm/tiva: fix Kconfig warning

2023-01-19 Thread GitBox
anchao closed pull request #8189: arm/tiva: fix Kconfig warning URL: https://github.com/apache/nuttx/pull/8189 -- 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] anchao commented on pull request #8189: arm/tiva: fix Kconfig warning

2023-01-19 Thread GitBox
anchao commented on PR #8189: URL: https://github.com/apache/nuttx/pull/8189#issuecomment-1396590286 > @anchao it's already fixed by https://github.com/apache/nuttx/pull/8178 Ok, let me close this PR. -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [nuttx] anchao commented on issue #7475: RaspberryPi-Pico-W is not getting WiFi

2023-01-19 Thread GitBox
anchao commented on issue #7475: URL: https://github.com/apache/nuttx/issues/7475#issuecomment-1396587897 I do not have pico W on hand, just placed an order, I will fix this issue later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nuttx] jlaitine closed pull request #8190: Fix ci build

2023-01-19 Thread GitBox
jlaitine closed pull request #8190: Fix ci build URL: https://github.com/apache/nuttx/pull/8190 -- 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-

[GitHub] [nuttx] jlaitine opened a new pull request, #8190: Fix ci build

2023-01-19 Thread GitBox
jlaitine opened a new pull request, #8190: URL: https://github.com/apache/nuttx/pull/8190 ## Summary ## Impact ## Testing -- 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

[GitHub] [nuttx] yamt commented on pull request #8163: fs: Define DT_xxx to number directly

2023-01-19 Thread GitBox
yamt commented on PR #8163: URL: https://github.com/apache/nuttx/pull/8163#issuecomment-1396584516 > Since iattr and ATTR_xxx isn't defined in nuttx. it's something you should provide as a part of nuttx glue logic, isn't it? anyway, if yaffs2 is broken, i'd suggest to fix it ins

[GitHub] [nuttx] zyfeier commented on pull request #8175: sched/semaphore: increase sem count when holder task exit

2023-01-19 Thread GitBox
zyfeier commented on PR #8175: URL: https://github.com/apache/nuttx/pull/8175#issuecomment-1396582225 > But I do not see that pholder code modifies sem count value. How is this different from the case without priority inheritance enabled? And is the same issue exists in non-SMP case?

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8189: arm/tiva: fix Kconfig warning

2023-01-19 Thread GitBox
xiaoxiang781216 commented on PR #8189: URL: https://github.com/apache/nuttx/pull/8189#issuecomment-1396578775 @anchao it's already fixed by https://github.com/apache/nuttx/pull/8178 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [nuttx] anchao opened a new pull request, #8189: arm/tiva: fix Kconfig warning

2023-01-19 Thread GitBox
anchao opened a new pull request, #8189: URL: https://github.com/apache/nuttx/pull/8189 ## Summary arm/tiva: fix Kconfig warning ``` boards/arm/tiva/tm4c1294-launchpad/Kconfig:90:warning: defaults for choice values not supported boards/arm/tiva/tm4c1294-launchpad/Kcon