[GitHub] [nuttx] masayuki2009 commented on pull request #9577: riscv/fpu: Implement correct lazy-FPU functionality (attempt #2)

2023-07-27 Thread via GitHub
masayuki2009 commented on PR #9577: URL: https://github.com/apache/nuttx/pull/9577#issuecomment-1655050353 > Could you @masayuki2009 verify with actual hardware that it works ? I think we should not merge before this is verified with HW. @pussuw I confirmed that the latest PR

[GitHub] [nuttx] Donny9 opened a new pull request, #9939: fs/procfs: call the close of each component when procfs_close

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9939: URL: https://github.com/apache/nuttx/pull/9939 ## Summary fs/procfs: call the close of each component when procfs_close ## Impact ## Testing daily test -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [nuttx] Donny9 opened a new pull request, #9937: drivers/mmcsd_sdio: config timout to write one data block

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9937: URL: https://github.com/apache/nuttx/pull/9937 ## Summary drivers/mmcsd_sdio: config timout to write one data block Some hardware needs to config this delay to write one data block, because the hardware needs more time to wear

[GitHub] [nuttx] JianyuWang0623 opened a new pull request, #9936: Add txt partition table parser

2023-07-27 Thread via GitHub
JianyuWang0623 opened a new pull request, #9936: URL: https://github.com/apache/nuttx/pull/9936 ## Summary A text format partition table stored in last eraseblock. The 1st line must be "Magic+Version", current is "TXTABLE0". The 2nd (and belows) is/are partition entry/ies, in

[GitHub] [nuttx] Donny9 opened a new pull request, #9935: sim/hostfs: fix issue about access file with size more than 2GB

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9935: URL: https://github.com/apache/nuttx/pull/9935 ## Summary sim/hostfs: fix issue about access file with size more than 2GB ## Impact access file more than 2GB ## Testing local test -- This is an automated message from the Apache

[GitHub] [nuttx] Donny9 opened a new pull request, #9934: nuttx/bits.h: support GENMASK and GENMASK_ULL

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9934: URL: https://github.com/apache/nuttx/pull/9934 ## Summary do GENMASK and GENMASK_ULL marco. Ref to https://github.com/torvalds/linux/blob/master/include/linux/bits.h ## Impact add GENMASK and GENMASK_ULL marco. ## Testing

[GitHub] [nuttx] Donny9 opened a new pull request, #9933: mmap/tmpfs: support mmap for tmpfs

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9933: URL: https://github.com/apache/nuttx/pull/9933 ## Summary mmap/tmpfs: support mmap for tmpfs ## Impact support mmap for tmpfs add sanity check for munmap ## Testing local test and ltp. -- This is an automated message from the

[GitHub] [nuttx] dabao-baba opened a new pull request, #9932: video driver support multiple instance

2023-07-27 Thread via GitHub
dabao-baba opened a new pull request, #9932: URL: https://github.com/apache/nuttx/pull/9932 ## 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

[GitHub] [nuttx] Donny9 opened a new pull request, #9931: driver/mtd/ftl: support to skip bad block for earse/bread/bwrite

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9931: URL: https://github.com/apache/nuttx/pull/9931 ## Summary driver/mtd/ftl: support to skip bad block for earse/bread/bwrite ## Impact 1.support to use dd commond to burn romfs image to nand flash 2.support bare-write nand flash

[GitHub] [nuttx] Donny9 opened a new pull request, #9930: misc/rwbuffer: using unify lock function for lock and unlock

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9930: URL: https://github.com/apache/nuttx/pull/9930 ## Summary misc/rwbuffer: using unify lock function for lock and unlock if disable CONFIG_DRVR_WRITEBUFFER, the lock and unlock will misc match. ## Impact lock/unlock using. ##

[GitHub] [nuttx] Donny9 opened a new pull request, #9929: fs/pseudo-file: support pseudo-file operation

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9929: URL: https://github.com/apache/nuttx/pull/9929 ## Summary fs/pseudo-file: support pseudo-file operation ## Impact we can open/close/write/read/unlink pseudo file under rootfs when enable config PSEUDOFS_FILE. ## Testing local test

[GitHub] [nuttx] Donny9 opened a new pull request, #9928: net/rpmsg: get credentials between client and server

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9928: URL: https://github.com/apache/nuttx/pull/9928 ## Summary net/rpmsg: get credentials between client and server ## Impact support to get credentials, like local socket. ## Testing local test -- This is an automated message from

[GitHub] [nuttx] Donny9 opened a new pull request, #9927: vfs/dup: add nonblock flag to avoid happening block when dup

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9927: URL: https://github.com/apache/nuttx/pull/9927 ## Summary vfs/dup: add nonblock flag to avoid happening block when dup ## Impact avoid dup block when child task creating. ## Testing daily test -- This is an automated message from

[GitHub] [nuttx] yangyalei opened a new pull request, #9925: vfs: return OK when fsync dir

2023-07-27 Thread via GitHub
yangyalei opened a new pull request, #9925: URL: https://github.com/apache/nuttx/pull/9925 vfs: return OK when fsync dir Signed-off-by: yangyalei -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nuttx] yangjiao-xiaomi opened a new pull request, #9924: fs/semaphore: fix sem_open

2023-07-27 Thread via GitHub
yangjiao-xiaomi opened a new pull request, #9924: URL: https://github.com/apache/nuttx/pull/9924 ## Summary update the logic when the semaphore name length is greater than PATH_MAX or a component length is greater than NAME_MAX. Follow the POSIX specification in

[GitHub] [nuttx-apps] zzby0 commented on pull request #1857: ostest: sigprocmask testcase fix

2023-07-27 Thread via GitHub
zzby0 commented on PR #1857: URL: https://github.com/apache/nuttx-apps/pull/1857#issuecomment-1654947848 I change sched/signal/sig_procmask.c together, commit is here: https://github.com/apache/nuttx/pull/9923 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] zzby0 commented on pull request #9923: ltp: sigprocmask fix

2023-07-27 Thread via GitHub
zzby0 commented on PR #9923: URL: https://github.com/apache/nuttx/pull/9923#issuecomment-1654946456 ostest change commit is here: https://github.com/apache/nuttx-apps/pull/1857 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nuttx] zzby0 opened a new pull request, #9923: ltp: sigprocmask fix

2023-07-27 Thread via GitHub
zzby0 opened a new pull request, #9923: URL: https://github.com/apache/nuttx/pull/9923 ## Summary problem: SIGKILL and SIGSTOP should not be added in signal mask; solution: check before adding signal to signal mask ## Impact ostest: sigprocmask (under /apps/testing/ostest)

[GitHub] [nuttx] Donny9 opened a new pull request, #9922: driver/adc: fill in missing parameters about adc driver

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9922: URL: https://github.com/apache/nuttx/pull/9922 ## Summary driver/adc: fill in missing parameters about adc driver ## Impact call ADC_RXINT correctly. ## Testing daily test -- This is an automated message from the Apache Git

[GitHub] [nuttx-apps] zzby0 opened a new pull request, #1857: ostest: sigprocmask testcase fix

2023-07-27 Thread via GitHub
zzby0 opened a new pull request, #1857: URL: https://github.com/apache/nuttx-apps/pull/1857 ## Summary fix ostest sigprocmask testcase problem: signal "SIGSTOP" and "SIGKILL" shouldn't be in sigprocmask ## Impact ## Testing -- This is an automated message from

[GitHub] [nuttx] Donny9 opened a new pull request, #9921: driver/spi_slave: enhance spi_slave driver

2023-07-27 Thread via GitHub
Donny9 opened a new pull request, #9921: URL: https://github.com/apache/nuttx/pull/9921 ## Summary driver/spi_slave: Simplify rx/tx buffer logic 1. send user data directly without memcpy 2. add qpoll check before enqueue driver/spi_slave: support spi_slave asynchronous

[GitHub] [nuttx-apps] JianyuWang0623 opened a new pull request, #1856: Fix dependents of nsh_foreach_direntry

2023-07-27 Thread via GitHub
JianyuWang0623 opened a new pull request, #1856: URL: https://github.com/apache/nuttx-apps/pull/1856 Signed-off-by: wangjianyu3 ## Summary "rptun" and "pmconfig" depend on "NSH_HAVE_FOREACH_DIRENTRY" ## Impact ## Testing -- This is an automated message

[nuttx] 01/03: espressif: update esp-hal-3rdparty

2023-07-27 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 8e343405a2cb6d64dc3eacd6e6f51b347ad9ae1f Author: Tiago Medicci Serrano AuthorDate: Tue Jul 25 15:54:28 2023 -0300

[nuttx] branch master updated (68187b68af -> 8673e659b4)

2023-07-27 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 68187b68af arch: move [enter|leave]_critical_section new 8e343405a2 espressif: update esp-hal-3rdparty

[nuttx] 02/03: espressif: fix linker to include the reserved area of RTC memory

2023-07-27 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 e38b4b21031caf2f44d4ef51c8314cc04122240c Author: Tiago Medicci Serrano AuthorDate: Wed Jul 26 13:42:28 2023 -0300

[nuttx] 03/03: espressif: quiet git commands and improve build logging

2023-07-27 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 8673e659b48484a523141dd7ca7cf3fa9419e69a Author: Tiago Medicci Serrano AuthorDate: Thu Jul 27 13:35:59 2023 -0300

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9917: espressif: update esp-hal-3rdparty and related issues

2023-07-27 Thread via GitHub
xiaoxiang781216 merged PR #9917: URL: https://github.com/apache/nuttx/pull/9917 -- 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] leo11261 opened a new pull request, #9920: rpmsgclk: allow client to disable clk of server

2023-07-27 Thread via GitHub
leo11261 opened a new pull request, #9920: URL: https://github.com/apache/nuttx/pull/9920 ## Summary allow client to disable clk of server ## Impact rpmsgclk ## Testing internel testing -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [nuttx] leo11261 opened a new pull request, #9919: Rpmsgblk: add support for mmc_ioc_cmd/mmc_multi_ioc_cmd ioctl

2023-07-27 Thread via GitHub
leo11261 opened a new pull request, #9919: URL: https://github.com/apache/nuttx/pull/9919 ## Summary add support for mmc_ioc_cmd/mmc_multi_ioc_cmd ioctl ## Impact rpsmgblk ## Testing internel testing -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9916: drivers: Added support for BME680

2023-07-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #9916: URL: https://github.com/apache/nuttx/pull/9916#discussion_r1277004925 ## include/nuttx/sensors/sensor.h: ## @@ -595,6 +603,15 @@ struct sensor_cap /* Type: Capacitance */ int32_t rawdata[4]; /* in SI units pF */

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9916: drivers: Added support for BME680

2023-07-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #9916: URL: https://github.com/apache/nuttx/pull/9916#discussion_r1276998485 ## include/nuttx/sensors/sensor.h: ## @@ -595,6 +603,15 @@ struct sensor_cap /* Type: Capacitance */ int32_t rawdata[4]; /* in SI units pF */

[GitHub] [nuttx] xucheng5 opened a new pull request, #9918: Net can

2023-07-27 Thread via GitHub
xucheng5 opened a new pull request, #9918: URL: https://github.com/apache/nuttx/pull/9918 ## 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

[nuttx-website] branch asf-site updated: Publishing web: 07abea83aab63736f2895f109c448ae631509f46 docs: 68187b68afbc209a794cb1d686dc8c14d895468c

2023-07-27 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 6838ed58 Publishing web:

[GitHub] [nuttx] simonatoaca commented on pull request #9916: drivers: Added support for BME680

2023-07-27 Thread via GitHub
simonatoaca commented on PR #9916: URL: https://github.com/apache/nuttx/pull/9916#issuecomment-1654210382 Thank you for 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 to go to the specific

[GitHub] [nuttx] simonatoaca commented on a diff in pull request #9916: drivers: Added support for BME680

2023-07-27 Thread via GitHub
simonatoaca commented on code in PR #9916: URL: https://github.com/apache/nuttx/pull/9916#discussion_r1276660878 ## include/nuttx/sensors/sensor.h: ## @@ -595,6 +603,15 @@ struct sensor_cap /* Type: Capacitance */ int32_t rawdata[4]; /* in SI units pF */ };

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9916: drivers: Added support for BME680

2023-07-27 Thread via GitHub
xiaoxiang781216 commented on PR #9916: URL: https://github.com/apache/nuttx/pull/9916#issuecomment-1654154015 @simonatoaca please fix the ci error(https://github.com/apache/nuttx/actions/runs/5682394519/job/15400845118?pr=9916): ```

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9916: drivers: Added support for BME680

2023-07-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #9916: URL: https://github.com/apache/nuttx/pull/9916#discussion_r1276651429 ## include/nuttx/sensors/sensor.h: ## @@ -595,6 +603,15 @@ struct sensor_cap /* Type: Capacitance */ int32_t rawdata[4]; /* in SI units pF */

[GitHub] [nuttx] tmedicci commented on a diff in pull request #9917: espressif: update esp-hal-3rdparty and related issues

2023-07-27 Thread via GitHub
tmedicci commented on code in PR #9917: URL: https://github.com/apache/nuttx/pull/9917#discussion_r1276563186 ## boards/risc-v/espressif/common/scripts/common.ld: ## @@ -0,0 +1,33 @@ +/ + *

[nuttx-apps] 02/02: netutils: add Eclipse Wakaama support

2023-07-27 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 7b066ed0d8e61fb74181c2d3bea68f5ab586c21f Author: raiden00pl AuthorDate: Wed Jul 26 13:53:06 2023 +0200

[nuttx-apps] branch master updated (7f3246cfd -> 7b066ed0d)

2023-07-27 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-apps.git from 7f3246cfd cmake:migrate apps CMakeLists for [audioutils benchmarks] new 81f9fb5e0 crypto: add Eclipse

[nuttx-apps] 01/02: crypto: add Eclipse tinydtls support

2023-07-27 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 81f9fb5e08e686c0fe7b70c3a283f2ec41be25be Author: raiden00pl AuthorDate: Wed Jul 26 13:52:41 2023 +0200

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1855: add support for tinydtls and wakaama

2023-07-27 Thread via GitHub
xiaoxiang781216 merged PR #1855: URL: https://github.com/apache/nuttx-apps/pull/1855 -- 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] tmedicci commented on pull request #9896: espressif: get esp-hal-3rdparty sources based on its version

2023-07-27 Thread via GitHub
tmedicci commented on PR #9896: URL: https://github.com/apache/nuttx/pull/9896#issuecomment-1653952565 > @tmedicci could you remove the following log from ci: > > ``` > > Configuration/Tool:

[GitHub] [nuttx] tmedicci opened a new pull request, #9917: Fix/feature/esp hal 3rdparty updated by merge

2023-07-27 Thread via GitHub
tmedicci opened a new pull request, #9917: URL: https://github.com/apache/nuttx/pull/9917 ## Summary * espressif: fix linker to include the reserved area of RTC memory Basically, it reserves an area of the RTC memory to preserve the RTC timer. Please refer to:

[GitHub] [nuttx] tmedicci commented on issue #9845: xtensa/risc-v issue with module app (after PR #7202 and #9737)

2023-07-27 Thread via GitHub
tmedicci commented on issue #9845: URL: https://github.com/apache/nuttx/issues/9845#issuecomment-1653873723 Yes, it has been fixed properly. Checked with internal CI ;) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx] tmedicci closed issue #9845: xtensa/risc-v issue with module app (after PR #7202 and #9737)

2023-07-27 Thread via GitHub
tmedicci closed issue #9845: xtensa/risc-v issue with module app (after PR #7202 and #9737) URL: https://github.com/apache/nuttx/issues/9845 -- 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] simonatoaca commented on pull request #9916: drivers: Added support for BME680

2023-07-27 Thread via GitHub
simonatoaca commented on PR #9916: URL: https://github.com/apache/nuttx/pull/9916#issuecomment-1653816916 I am not sure which change you are referring to. I just squashed the commits as you suggested. I apologize for misunderstanding, I do not have much experience with pull requests. --

[GitHub] [nuttx] jerpelea commented on pull request #9916: drivers: Added support for BME680

2023-07-27 Thread via GitHub
jerpelea commented on PR #9916: URL: https://github.com/apache/nuttx/pull/9916#issuecomment-1653786449 @simonatoaca please add a commit message documenting the change -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nuttx] simonatoaca opened a new pull request, #9916: drivers: Added support for BME680

2023-07-27 Thread via GitHub
simonatoaca opened a new pull request, #9916: URL: https://github.com/apache/nuttx/pull/9916 ## Summary Added support for the BME680 temperature, pressure, humidity and gas sensor. (Over I2C) The pressure, humidity and gas measurements can be disabled from the menu (temperature is

[nuttx-apps] branch master updated: cmake:migrate apps CMakeLists for [audioutils benchmarks]

2023-07-27 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 The following commit(s) were added to refs/heads/master by this push: new 7f3246cfd cmake:migrate apps CMakeLists

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1854: cmake:migrate apps CMakeLists for [audioutils benchmarks]

2023-07-27 Thread via GitHub
xiaoxiang781216 merged PR #1854: URL: https://github.com/apache/nuttx-apps/pull/1854 -- 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] simonatoaca closed pull request #9915: drivers: Added support for the BME680 sensor

2023-07-27 Thread via GitHub
simonatoaca closed pull request #9915: drivers: Added support for the BME680 sensor URL: https://github.com/apache/nuttx/pull/9915 -- 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

[GitHub] [nuttx] simonatoaca opened a new pull request, #9915: drivers: Added support for the BME680 sensor

2023-07-27 Thread via GitHub
simonatoaca opened a new pull request, #9915: URL: https://github.com/apache/nuttx/pull/9915 ## Summary Added support for the BME680 temperature, pressure, humidity and gas sensor (using I2C). The pressure, humidity and gas measurements can be disabled from the menu, the temperature

[GitHub] [nuttx-apps] raiden00pl commented on a diff in pull request #1855: add support for tinydtls and wakaama

2023-07-27 Thread via GitHub
raiden00pl commented on code in PR #1855: URL: https://github.com/apache/nuttx-apps/pull/1855#discussion_r1276287058 ## netutils/tinydtls/CMakeLists.txt: ## @@ -0,0 +1,92 @@ +# ## +#

[GitHub] [nuttx-apps] raiden00pl commented on a diff in pull request #1855: add support for tinydtls and wakaama

2023-07-27 Thread via GitHub
raiden00pl commented on code in PR #1855: URL: https://github.com/apache/nuttx-apps/pull/1855#discussion_r1276282490 ## netutils/tinydtls/CMakeLists.txt: ## @@ -0,0 +1,92 @@ +# ## +#

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1855: add support for tinydtls and wakaama

2023-07-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #1855: URL: https://github.com/apache/nuttx-apps/pull/1855#discussion_r1276271253 ## netutils/tinydtls/CMakeLists.txt: ## @@ -0,0 +1,92 @@ +# ## +#

[GitHub] [nuttx-apps] raiden00pl commented on pull request #1855: add support for tinydtls and wakaama

2023-07-27 Thread via GitHub
raiden00pl commented on PR #1855: URL: https://github.com/apache/nuttx-apps/pull/1855#issuecomment-1653429689 the correct handling of commands for Wakaama examples depends on https://github.com/eclipse/wakaama/pull/723 -- This is an automated message from the Apache Git Service. To

[GitHub] [nuttx-apps] raiden00pl opened a new pull request, #1855: add support for tinydtls and wakaama

2023-07-27 Thread via GitHub
raiden00pl opened a new pull request, #1855: URL: https://github.com/apache/nuttx-apps/pull/1855 ## Summary - netutils: add Eclipse tinydtls support - netutils: add Eclipse Wakaama support ## Impact ## Testing sim and nrf9160-dk -- This is an automated

[GitHub] [nuttx-apps] xuxin930 opened a new pull request, #1854: cmake:migrate apps CMakeLists for [audioutils benchmarks]

2023-07-27 Thread via GitHub
xuxin930 opened a new pull request, #1854: URL: https://github.com/apache/nuttx-apps/pull/1854 ## Summary cmake: add support for audioutils and coremark. ## Impact ## Testing coremark has passed verification with stm32/nucleo-g431rb -- This is an automated

[GitHub] [nuttx] pussuw commented on pull request #9577: riscv/fpu: Implement correct lazy-FPU functionality (attempt #2)

2023-07-27 Thread via GitHub
pussuw commented on PR #9577: URL: https://github.com/apache/nuttx/pull/9577#issuecomment-1653288414 Now qemu-rv smp64 is rock solid. The trick was up_cpu_paused, I did not realize the full CPU context (integer + FPU regs) need to be saved there. Could you @masayuki2009 verify with

[nuttx] branch master updated: arch: move [enter|leave]_critical_section

2023-07-27 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 68187b68af arch: move

[GitHub] [nuttx] jerpelea merged pull request #9906: arch: move [enter|leave]_critical_section

2023-07-27 Thread via GitHub
jerpelea merged PR #9906: URL: https://github.com/apache/nuttx/pull/9906 -- 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 #9914: cmake: format docstrings

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

2023-07-27 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 5c9c518f7f cmake: format docstrings

[nuttx] branch master updated: drivers: usbhost: fix usbhost_hidkbd some errors

2023-07-27 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 8e85e52708 drivers: usbhost: fix

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9913: drivers: usbhost: fix usbhost_hidkbd some errors

2023-07-27 Thread via GitHub
xiaoxiang781216 merged PR #9913: URL: https://github.com/apache/nuttx/pull/9913 -- 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] tobiasjaster commented on issue #9679: stm32 GPIO driver

2023-07-27 Thread via GitHub
tobiasjaster commented on issue #9679: URL: https://github.com/apache/nuttx/issues/9679#issuecomment-1653039510 Thank you for asking. I don't remember exactly what I did, but I tried it again on my Nucleo-l767 with the original nsh-config and it worked. Then I ported it again to the

[GitHub] [nuttx] raiden00pl opened a new pull request, #9914: cmake: format docstrings

2023-07-27 Thread via GitHub
raiden00pl opened a new pull request, #9914: URL: https://github.com/apache/nuttx/pull/9914 ## Summary cmake: format docstrings ## Impact none ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub