[incubator-nuttx-website] branch asf-site updated: Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: 867c6d0636c105781107fc0a46a411dd69f5a607

2021-10-04 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new a4e0085 Publishing web

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4509: esp32: Add initial support to Bluetooth Low Energy

2021-10-04 Thread GitBox
gustavonihei merged pull request #4509: URL: https://github.com/apache/incubator-nuttx/pull/4509 -- 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: c

[incubator-nuttx] branch master updated: esp32: Add initial support to Bluetooth Low Energy

2021-10-04 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 867c6d0 esp32: Add initial suppo

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #4644: risc-v/esp32c3: Make BLE adapter code compliant to nxstyle

2021-10-04 Thread GitBox
gustavonihei opened a new pull request #4644: URL: https://github.com/apache/incubator-nuttx/pull/4644 ## Summary This PR intends to rename the BLE library functions that are prefixed with `API_` to lowercase to make them compliant to nxstyle rules. ## Impact Should have no imp

[GitHub] [incubator-nuttx] jarivanewijk opened a new pull request #4643: S32K1xx arch: Add (optional) support for SPI native/hardware chip select

2021-10-04 Thread GitBox
jarivanewijk opened a new pull request #4643: URL: https://github.com/apache/incubator-nuttx/pull/4643 ## Summary Adds an option to use native SPI chip selects instead of the software implementation using GPIO (which is more or less the standard in NuttX). This is specifically for the L

[GitHub] [incubator-nuttx] jarivanewijk commented on pull request #4635: Userled driver: Implement getall by checking actual pin state

2021-10-04 Thread GitBox
jarivanewijk commented on pull request #4635: URL: https://github.com/apache/incubator-nuttx/pull/4635#issuecomment-933481500 I just opened another PR to address these concerns. After that PR gets merged I will continue work on this PR. -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] jarivanewijk opened a new pull request #4642: Userled driver: Rename functions to make it more consistent and avoid confusion

2021-10-04 Thread GitBox
jarivanewijk opened a new pull request #4642: URL: https://github.com/apache/incubator-nuttx/pull/4642 ## Summary As discussed in the comments of #4635 with @acassis, the naming between the userled interface and drivers is not consistent. This PR aims to make this all a little less conf

[GitHub] [incubator-nuttx] acassis commented on pull request #4635: Userled driver: Implement getall by checking actual pin state

2021-10-04 Thread GitBox
acassis commented on pull request #4635: URL: https://github.com/apache/incubator-nuttx/pull/4635#issuecomment-933416653 > Thanks for your feedback, @acassis. I used "userled_ledgetall" because the IOCTL command is named ULEDIOC_GETALL, so I was trying to keep it consistent. > > Ther

[GitHub] [incubator-nuttx] jarivanewijk edited a comment on pull request #4635: Userled driver: Implement getall by checking actual pin state

2021-10-04 Thread GitBox
jarivanewijk edited a comment on pull request #4635: URL: https://github.com/apache/incubator-nuttx/pull/4635#issuecomment-933414007 Thanks for your feedback, @acassis. I used "userled_ledgetall" because the IOCTL command is named ULEDIOC_GETALL, so I was trying to keep it consistent.

[GitHub] [incubator-nuttx] jarivanewijk edited a comment on pull request #4635: Userled driver: Implement getall by checking actual pin state

2021-10-04 Thread GitBox
jarivanewijk edited a comment on pull request #4635: URL: https://github.com/apache/incubator-nuttx/pull/4635#issuecomment-933414007 Thanks for your feedback, @acassis. I used "userled_ledgetall" because the IOCTL command is named ULEDIOC_GETALL, so I was trying to keep it consistent.

[GitHub] [incubator-nuttx] jarivanewijk commented on pull request #4635: Userled driver: Implement getall by checking actual pin state

2021-10-04 Thread GitBox
jarivanewijk commented on pull request #4635: URL: https://github.com/apache/incubator-nuttx/pull/4635#issuecomment-933414007 Thanks for your feedback, @acassis. I used "userled_ledgetall" because the IOCTL command is named ULEDIOC_GETALL, so I was trying to keep it consistent. There

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4641: drivers/mtd/m25px.c: add support for MT25Q256 SPI NOR

2021-10-04 Thread GitBox
xiaoxiang781216 merged pull request #4641: URL: https://github.com/apache/incubator-nuttx/pull/4641 -- 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

[incubator-nuttx] branch master updated: drivers/mtd/m25px.c: add support for MT25Q256 SPI NOR

2021-10-04 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 2e94631 drivers/mtd/m25px.c: add su