[GitHub] [nuttx] lupyuen commented on issue #9501: How to run nuttx(kernel build) on real hardware instead of qemu semihosting?

2023-07-15 Thread via GitHub
lupyuen commented on issue #9501: URL: https://github.com/apache/nuttx/issues/9501#issuecomment-1636975458 Hi: I have the same question while porting NuttX to [Star64 JH7110 SBC](https://github.com/lupyuen/nuttx-star64). Fortunately the SBC runs on U-Boot Bootloader, so I'll try to us

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9839: driver/segger: Simplify serial driver configuration

2023-07-15 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9839: URL: https://github.com/apache/nuttx/pull/9839 ## Summary and enable CONFIG_NOTE_RTT and CONFIG_SERIAL_RTT0 for sim/segger ## Impact segger ## Testing ci -- This is an automated message from the Apache Git

[GitHub] [nuttx] mu578 commented on pull request #9838: driver/audio: remove unnecessary switch in switch

2023-07-15 Thread via GitHub
mu578 commented on PR #9838: URL: https://github.com/apache/nuttx/pull/9838#issuecomment-1636948279 A little code styling trick (works with colons two doesn't cost and you immediately regain human readability) ```c caps->ac_controls.hw[0] = ( AUDIO_SAMP_RATE_8K |

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

2023-07-15 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 2a1fb32b Publishing web: 8e851a05

[GitHub] [nuttx] mks2183 commented on pull request #9838: driver/audio: remove unnecessary switch in switch

2023-07-15 Thread via GitHub
mks2183 commented on PR #9838: URL: https://github.com/apache/nuttx/pull/9838#issuecomment-1636892020 Sir Alan @acassis, Since, the length of the summary is too long and breaching column limit, so I added in subsection. Regards, Manish -- This is an automated message from

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1838: Kconfig: Simplify the conditional default statement

2023-07-15 Thread via GitHub
pkarashchenko commented on code in PR #1838: URL: https://github.com/apache/nuttx-apps/pull/1838#discussion_r1264563759 ## testing/ostest/cancel.c: ## @@ -49,7 +49,7 @@ static sem_t sem_thread_started; * Private Functions *

[nuttx] branch master updated (16d375e90f -> dbd13c2aca)

2023-07-15 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 16d375e90f include/nuttx/sched.h: Remove the unnecessary forward declaration add dbd13c2aca drivers/segger: Rena

[GitHub] [nuttx] acassis merged pull request #9834: drivers/segger: Rename serial device from /dev/rttx to /dev/ttyRx

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

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1838: Kconfig: Simplify the conditional default statement

2023-07-15 Thread via GitHub
pkarashchenko commented on code in PR #1838: URL: https://github.com/apache/nuttx-apps/pull/1838#discussion_r1264563589 ## testing/ostest/cancel.c: ## @@ -49,7 +49,7 @@ static sem_t sem_thread_started; * Private Functions *

[nuttx] branch master updated (dc6f1406d1 -> 16d375e90f)

2023-07-15 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from dc6f1406d1 tools/ci: migrate some ci build configurations to CMake add 45cdb3efa4 libc/basename: Change len

[GitHub] [nuttx] pkarashchenko merged pull request #9835: libc/basename: Change len type from int to size_t

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

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9746: NRF91: more work towards a usable port

2023-07-15 Thread via GitHub
pkarashchenko commented on code in PR #9746: URL: https://github.com/apache/nuttx/pull/9746#discussion_r1264563472 ## arch/arm/src/nrf91/nrf91_errata.c: ## @@ -0,0 +1,193 @@ +/ + * arch/arm/src/nrf91/nrf

[GitHub] [nuttx] acassis commented on pull request #9838: driver/audio: remove unnecessary switch in switch

2023-07-15 Thread via GitHub
acassis commented on PR #9838: URL: https://github.com/apache/nuttx/pull/9838#issuecomment-1636890705 Thank you @mks2183 ! Please include the message you wrote in the Summary in the commit message log, you can use git amend and then git push -f to update your branch and this PR -- This i

[GitHub] [nuttx] mks2183 opened a new pull request, #9838: driver/audio: remove unnecessary switch in switch

2023-07-15 Thread via GitHub
mks2183 opened a new pull request, #9838: URL: https://github.com/apache/nuttx/pull/9838 ## Summary There is unnecessary switch inside switch which is making code not too readable. ## Impact There is no impact as it's just a minor cleanup. ## Testing

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1838: Kconfig: Simplify the conditional default statement

2023-07-15 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1838: URL: https://github.com/apache/nuttx-apps/pull/1838 ## Summary and remove the unnecessary defined(CONFIG_PTHREAD_CLEANUP_STACKSIZE) ## Impact minor ## Testing ci -- This is an automated message from the Ap

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9837: Kconfig: Change some "default y" to "default !DEFAULT_SMALL"

2023-07-15 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9837: URL: https://github.com/apache/nuttx/pull/9837 ## Summary and simplify the conditional default statement ## Impact minor ## Testing ci -- This is an automated message from the Apache Git Service. To respon

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9836: libc/tls: Change the default value of TLS_NELEM to zero

2023-07-15 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9836: URL: https://github.com/apache/nuttx/pull/9836 ## Summary to ensure the default config as small as possible. ## Impact ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9835: libc/basename: Change len type from int to size_t

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

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9834: drivers/segger: Rename serial device from /dev/rttx to /dev/ttyRx

2023-07-15 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9834: URL: https://github.com/apache/nuttx/pull/9834 ## Summary follow the serial driver naming convention ## Impact segger serial driver ## Testing ci -- This is an automated message from the Apache Git Service

[nuttx] branch master updated (cafbbb1ded -> dc6f1406d1)

2023-07-15 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 cafbbb1ded armv7amr/v8m:Modify hardcodes to macro definitions and update commit. new 375959eac1 cmake/menuconf

[nuttx] 01/04: cmake/menuconfig: keep comment to original style to avoid unnecessary refreshes

2023-07-15 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 375959eac1bbb26ce3450ba19c34953df33db7db Author: chao an AuthorDate: Thu Jul 13 14:20:23 2023 +0800 cmake/menucon

[nuttx] 03/04: cmake: fix CMake build break

2023-07-15 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 f10b54a0812ddbb1654774df2c93b1ca568ceaf9 Author: chao an AuthorDate: Thu Jul 13 16:31:02 2023 +0800 cmake: fix CM

[nuttx] 04/04: tools/ci: migrate some ci build configurations to CMake

2023-07-15 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 dc6f1406d14f693381a953fa67da4386850b6b3a Author: chao an AuthorDate: Thu Jul 13 16:32:56 2023 +0800 tools/ci: mig

[nuttx] 02/04: drivers/sensors: fix build warning on GCC-12

2023-07-15 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 f49ee08ab42def7a2fd98974a66ec9e1d396a507 Author: chao an AuthorDate: Thu Jul 13 16:29:57 2023 +0800 drivers/senso

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9808: tools/ci: migrate some ci build configurations to CMake

2023-07-15 Thread via GitHub
xiaoxiang781216 merged PR #9808: URL: https://github.com/apache/nuttx/pull/9808 -- 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 opened a new pull request, #9833: binfmt: Move elf_allocbuffer to elf_sectname and elf_symname

2023-07-15 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9833: URL: https://github.com/apache/nuttx/pull/9833 ## Summary it's better to allocate the buffer just before really use it. Do the similar change to modlib too. ## Impact code refactor ## Testing CI -- This

[nuttx] 01/06: armv7/8 cache:CSSELR should be set before getting cache info

2023-07-15 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 09da8fb651d8b8738178a7b546d0e3f733cac7b7 Author: chenrun1 AuthorDate: Sat May 6 16:19:42 2023 +0800 armv7/8 cache

[nuttx] 05/06: armv7m/v8m:Restore the CSSELR state before setting.

2023-07-15 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 9c2bc0edbea1e8658427743df06c0afd5fa10cd5 Author: chenrun1 AuthorDate: Fri Jun 23 23:52:06 2023 +0800 armv7m/v8m:R

[nuttx] 06/06: armv7amr/v8m:Modify hardcodes to macro definitions and update commit.

2023-07-15 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 cafbbb1ded4d605ae494da765905f37ad0e11888 Author: chenrun1 AuthorDate: Thu Jul 13 15:24:33 2023 +0800 armv7amr/v8m

[nuttx] 03/06: armv7/v8:Fix configuration csselr default configuration error.

2023-07-15 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 665a140b213dad8e89742dbc79415ac56101b352 Author: chenrun1 AuthorDate: Fri May 26 19:18:34 2023 +0800 armv7/v8:Fix

[nuttx] 04/06: armv8m:fix warning up_get_cache_size defined but not used.

2023-07-15 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 823c3b32e77d5cda559b90fe3c175360b64ae0ad Author: chenrun1 AuthorDate: Thu Jun 8 18:44:26 2023 +0800 armv8m:fix wa

[nuttx] 02/06: armv7/8 cache: add up_get_xcache_size() support

2023-07-15 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 22d1059c97f767f2c204725cd4d8bcd7a40373a7 Author: chenrun1 AuthorDate: Fri May 5 11:18:06 2023 +0800 armv7/8 cache

[nuttx] branch master updated (6c1a7c4265 -> cafbbb1ded)

2023-07-15 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 6c1a7c4265 support esp32c3-devkit gdbstub use wifi new 09da8fb651 armv7/8 cache:CSSELR should be set before get

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9802: Add Get Cache Information interface

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