[nuttx] branch master updated (efd1b838e6 -> 09dcf50f20)

2023-06-23 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 efd1b838e6 syslog: Add sc_write_force callback new 8aeba210e4 arch/risc-v/espressif: Add full GPIO support

[nuttx] 01/04: arch/risc-v/espressif: Add full GPIO support

2023-06-23 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 8aeba210e4dd7e31edde59f8646f1fba77c306f4 Author: Lucas Saavedra Vaz AuthorDate: Fri Jun 23 14:44:32 2023 -0300 ar

[nuttx] 02/04: boards/risc-v/esp32c3-generic: Add full GPIO and Buttons support

2023-06-23 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 2eb6af6e54cb7e887c3ebf274b086fb7ebd675ab Author: Lucas Saavedra Vaz AuthorDate: Fri Jun 23 14:44:49 2023 -0300 bo

[nuttx] 04/04: boards/risc-v/esp32c3-generic: Add full GPIO and Buttons support

2023-06-23 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 09dcf50f2020ca341f306833aeb14ca4053f87df Author: Lucas Saavedra Vaz AuthorDate: Fri Jun 23 14:45:07 2023 -0300 bo

[nuttx] 03/04: boards/risc-v/esp32c6-generic: Add full GPIO and Buttons support

2023-06-23 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 8885d68e24f942524de5883820291ac30286b7df Author: Lucas Saavedra Vaz AuthorDate: Fri Jun 23 14:45:00 2023 -0300 bo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9586: arch/risc-v/espressif: Add full GPIO support

2023-06-23 Thread via GitHub
xiaoxiang781216 merged PR #9586: URL: https://github.com/apache/nuttx/pull/9586 -- 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] royfengsss commented on issue #9599: ESP32 DevkitC: device crash found when run `ls`

2023-06-23 Thread via GitHub
royfengsss commented on issue #9599: URL: https://github.com/apache/nuttx/issues/9599#issuecomment-1605255429 https://github.com/apache/nuttx/pull/9600 is a simple fix that I can think out. It obligate use `malloc` under flat build mode, whatever `__KERNEL__` is defined. The idea behind it

[GitHub] [nuttx] royfengsss commented on issue #9599: ESP32 DevkitC: device crash found when run `ls`

2023-06-23 Thread via GitHub
royfengsss commented on issue #9599: URL: https://github.com/apache/nuttx/issues/9599#issuecomment-1605226570 The assertion is because that the memory from user heap would be freed via `kmm_free`. `asprintf` was used in `fs/vfs/fs_dir.c`, it acturally call `lib_malloc` to alloc the

[GitHub] [nuttx] fdcavalcanti commented on a diff in pull request #9589: drivers/sensors/mpu60x0.c: add IOCTL support

2023-06-23 Thread via GitHub
fdcavalcanti commented on code in PR #9589: URL: https://github.com/apache/nuttx/pull/9589#discussion_r1240548193 ## drivers/sensors/mpu60x0.c: ## @@ -884,6 +995,104 @@ static off_t mpu_seek(FAR struct file *filep, off_t offset, int whence) return 0; } +/*

[GitHub] [nuttx] fdcavalcanti commented on a diff in pull request #9589: drivers/sensors/mpu60x0.c: add IOCTL support

2023-06-23 Thread via GitHub
fdcavalcanti commented on code in PR #9589: URL: https://github.com/apache/nuttx/pull/9589#discussion_r1240545788 ## drivers/sensors/mpu60x0.c: ## @@ -639,6 +664,85 @@ static inline int __mpu_write_config(FAR struct mpu_dev_s *dev, return __mpu_write_reg(dev, CONFIG, &val, s

[GitHub] [nuttx] fdcavalcanti commented on a diff in pull request #9589: drivers/sensors/mpu60x0.c: add IOCTL support

2023-06-23 Thread via GitHub
fdcavalcanti commented on code in PR #9589: URL: https://github.com/apache/nuttx/pull/9589#discussion_r1240545788 ## drivers/sensors/mpu60x0.c: ## @@ -639,6 +664,85 @@ static inline int __mpu_write_config(FAR struct mpu_dev_s *dev, return __mpu_write_reg(dev, CONFIG, &val, s

[GitHub] [nuttx] fdcavalcanti commented on a diff in pull request #9589: drivers/sensors/mpu60x0.c: add IOCTL support

2023-06-23 Thread via GitHub
fdcavalcanti commented on code in PR #9589: URL: https://github.com/apache/nuttx/pull/9589#discussion_r1240545740 ## drivers/sensors/mpu60x0.c: ## @@ -620,6 +639,12 @@ static inline int __mpu_write_gyro_config(FAR struct mpu_dev_s *dev, static inline int __mpu_write_accel_conf

[nuttx-website] branch asf-site updated: Publishing web: bedd222ce647cc428f1f896ea77db286eb1bfbce docs: efd1b838e6d2606a0bfcd46d4b714c5bf801da73

2023-06-23 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 a49e4549 Publishing web: bedd222c

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9584: add gd32f470 support

2023-06-23 Thread via GitHub
xiaoxiang781216 commented on PR #9584: URL: https://github.com/apache/nuttx/pull/9584#issuecomment-1604461978 Yes. -- 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 unsubs

[GitHub] [nuttx] acassis commented on pull request #9584: add gd32f470 support

2023-06-23 Thread via GitHub
acassis commented on PR #9584: URL: https://github.com/apache/nuttx/pull/9584#issuecomment-1604372755 > > @xiaoxiang781216 why sometimes we get this error and sometimes we don't ? > > ``` > > > > Co

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9586: arch/risc-v/espressif: Add full GPIO support

2023-06-23 Thread via GitHub
pkarashchenko commented on code in PR #9586: URL: https://github.com/apache/nuttx/pull/9586#discussion_r1239865383 ## arch/risc-v/src/espressif/esp_gpio.c: ## @@ -22,20 +22,33 @@ * Included Files /

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9589: drivers/sensors/mpu60x0.c: add IOCTL support

2023-06-23 Thread via GitHub
pkarashchenko commented on code in PR #9589: URL: https://github.com/apache/nuttx/pull/9589#discussion_r1239862865 ## drivers/sensors/mpu60x0.c: ## @@ -639,6 +664,85 @@ static inline int __mpu_write_config(FAR struct mpu_dev_s *dev, return __mpu_write_reg(dev, CONFIG, &val,

[GitHub] [nuttx] acassis commented on pull request #9589: drivers/sensors/mpu60x0.c: add IOCTL support

2023-06-23 Thread via GitHub
acassis commented on PR #9589: URL: https://github.com/apache/nuttx/pull/9589#issuecomment-1604285570 @fdcavalcanti your code is very well done, thank you for these great contribution! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nuttx] acassis commented on a diff in pull request #9589: drivers/sensors/mpu60x0.c: add IOCTL support

2023-06-23 Thread via GitHub
acassis commented on code in PR #9589: URL: https://github.com/apache/nuttx/pull/9589#discussion_r1239799806 ## drivers/sensors/mpu60x0.c: ## @@ -620,6 +639,12 @@ static inline int __mpu_write_gyro_config(FAR struct mpu_dev_s *dev, static inline int __mpu_write_accel_config(FA

[GitHub] [nuttx] TaiJuWu commented on a diff in pull request #9591: syslog: Add sc_write_force callback

2023-06-23 Thread via GitHub
TaiJuWu commented on code in PR #9591: URL: https://github.com/apache/nuttx/pull/9591#discussion_r1239792267 ## drivers/syslog/syslog_channel.c: ## @@ -91,6 +91,7 @@ static const struct syslog_channel_ops_s g_rpmsg_channel_ops = syslog_rpmsg_putc, syslog_rpmsg_putc, sys

[GitHub] [nuttx] TaiJuWu commented on a diff in pull request #9591: syslog: Add sc_write_force callback

2023-06-23 Thread via GitHub
TaiJuWu commented on code in PR #9591: URL: https://github.com/apache/nuttx/pull/9591#discussion_r1239792267 ## drivers/syslog/syslog_channel.c: ## @@ -91,6 +91,7 @@ static const struct syslog_channel_ops_s g_rpmsg_channel_ops = syslog_rpmsg_putc, syslog_rpmsg_putc, sys

[nuttx] branch master updated (2db6ea9984 -> efd1b838e6)

2023-06-23 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 2db6ea9984 litex/gpio: Fix incorrect declaration name. new e62c915972 syslog: Remove syslog_force and related st

[nuttx] 01/02: syslog: Remove syslog_force and related stuff

2023-06-23 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/nuttx.git commit e62c915972bf0b4e0163a6a6c42f264646615d5d Author: Xiang Xiao AuthorDate: Wed Jun 21 08:08:08 2023 +0800 syslog: Remo

[nuttx] 02/02: syslog: Add sc_write_force callback

2023-06-23 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/nuttx.git commit efd1b838e6d2606a0bfcd46d4b714c5bf801da73 Author: Xiang Xiao AuthorDate: Wed Jun 21 08:16:55 2023 +0800 syslog: Add

[GitHub] [nuttx] acassis merged pull request #9591: syslog: Add sc_write_force callback

2023-06-23 Thread via GitHub
acassis merged PR #9591: URL: https://github.com/apache/nuttx/pull/9591 -- 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

[nuttx-apps] branch master updated (40886698f -> a54966843)

2023-06-23 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 40886698f mk: Attempt to silence "Nothing to be done for xx" messages. add a54966843 system/ramspeed: Allo

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1804: system/ramspeed: Allow read and write buffers to be allocated from the heap.

2023-06-23 Thread via GitHub
xiaoxiang781216 merged PR #1804: URL: https://github.com/apache/nuttx-apps/pull/1804 -- 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] branch master updated: mk: Attempt to silence "Nothing to be done for xx" messages.

2023-06-23 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 40886698f mk: Attempt to silence "Nothing

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1805: mk: Attempt to silence "Nothing to be done for xx" messages.

2023-06-23 Thread via GitHub
xiaoxiang781216 merged PR #1805: URL: https://github.com/apache/nuttx-apps/pull/1805 -- 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...

[GitHub] [nuttx-apps] raiden00pl commented on a diff in pull request #1800: nimble: various improvements for nimble intergartion

2023-06-23 Thread via GitHub
raiden00pl commented on code in PR #1800: URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1239474766 ## wireless/bluetooth/nimble/Kconfig: ## @@ -7,13 +7,221 @@ config NIMBLE host-layer stack. if NIMBLE -config NIMBLE_STACKSIZE - int "nim

[GitHub] [nuttx-apps] raiden00pl commented on a diff in pull request #1800: nimble: various improvements for nimble intergartion

2023-06-23 Thread via GitHub
raiden00pl commented on code in PR #1800: URL: https://github.com/apache/nuttx-apps/pull/1800#discussion_r1239472527 ## examples/nimble/nimble_main.c: ## @@ -0,0 +1,322 @@ +/ + * apps/examples/nimble/nim