[GitHub] [incubator-nuttx] jlaitine commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742574943 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,24 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4780: stm32h7 sdmmc: do not enable power saving configuration bit in SD 4-bit mode

2021-11-03 Thread GitBox
xiaoxiang781216 merged pull request #4780: URL: https://github.com/apache/incubator-nuttx/pull/4780 -- 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: stm32h7 sdmmc: do not enable power saving configuration bit (in SD 4-bit mode) because the SDIO clock is not enabled when the bus goes to the idle state, that,

2021-11-03 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 60de445 stm32h7 sdmmc: do not enabl

[GitHub] [incubator-nuttx] a-lunev opened a new pull request #4780: stm32h7 sdmmc: do not enable power saving configuration bit in SD 4-bit mode

2021-11-03 Thread GitBox
a-lunev opened a new pull request #4780: URL: https://github.com/apache/incubator-nuttx/pull/4780 ## Summary stm32h7 sdmmc: do not enable power saving configuration bit (in SD 4-bit mode) because the SDIO clock is not enabled when the bus goes to the idle state, that, in turn, break

[GitHub] [incubator-nuttx] vxj9800 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
vxj9800 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959191937 @davids5 I also had the same question regarding how to initiate the bus clear process. Surprisingly, the datasheet does not provide any explanation on how to do that nor any

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
gustavonihei commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r741945947 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,18 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] jlaitine commented on pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-958898418 If there is a more reasonable way to just sleep N ticks in user space, please point that out; it would make much more sense to use something line nxsem_tickwait in here

[GitHub] [incubator-nuttx] jlaitine commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r741969232 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,18 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] davids5 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
davids5 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959138751 -- 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 unsu

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742216471 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,24 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] Ouss4 edited a comment on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
Ouss4 edited a comment on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959791328 ESP32-C3 has a hardware reset option. There are a couple of registers to write to in order to initiate the procedure. https://github.com/apache/incubator-nuttx/blob

[GitHub] [incubator-nuttx] Ouss4 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
Ouss4 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959791328 ESP32-C3 has a hardware reset option. There are a bunch of registers to write to in order to initiate the procedure. https://github.com/apache/incubator-nuttx/blob/master/

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
xiaoxiang781216 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-958684442 @yunkya2 do you have any suggestion? -- 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] [incubator-nuttx] xiaoxiang781216 merged pull request #4778: bcm43xxx: corrected SDIO_CCCR_HIGHSPEED_SHS bit handling

2021-11-03 Thread GitBox
xiaoxiang781216 merged pull request #4778: URL: https://github.com/apache/incubator-nuttx/pull/4778 -- 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] [incubator-nuttx] zhuyanlinzyl commented on pull request #4756: libc:machine:xtensa:add xtensa libc implement

2021-11-03 Thread GitBox
zhuyanlinzyl commented on pull request #4756: URL: https://github.com/apache/incubator-nuttx/pull/4756#issuecomment-958672674 -- 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.

[GitHub] [incubator-nuttx] jlaitine commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r741969232 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,18 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] jlaitine commented on pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-958898418 If there is a more reasonable way to just sleep N ticks in user space, please point that out; it would make much more sense to use something line nxsem_tickwait in here

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4778: bcm43xxx: corrected SDIO_CCCR_HIGHSPEED_SHS bit handling

2021-11-03 Thread GitBox
xiaoxiang781216 merged pull request #4778: URL: https://github.com/apache/incubator-nuttx/pull/4778 -- 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] [incubator-nuttx] xiaoxiang781216 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
xiaoxiang781216 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-958684442 @yunkya2 do you have any suggestion? -- 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] [incubator-nuttx] davids5 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
davids5 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959138751 -- 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 unsu

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
gustavonihei commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r741945947 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,18 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] Ouss4 edited a comment on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
Ouss4 edited a comment on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959791328 -- 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

[GitHub] [incubator-nuttx] vxj9800 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
vxj9800 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959191937 -- 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 unsu

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742216471 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,24 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] Ouss4 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
Ouss4 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959791328 -- 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] [incubator-nuttx] jlaitine commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r741969232 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,18 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on pull request #4756: libc:machine:xtensa:add xtensa libc implement

2021-11-03 Thread GitBox
zhuyanlinzyl commented on pull request #4756: URL: https://github.com/apache/incubator-nuttx/pull/4756#issuecomment-958672674 @Ouss4 Thansk. Please review again -- 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] [incubator-nuttx] xiaoxiang781216 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
xiaoxiang781216 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-958684442 @yunkya2 do you have any suggestion? -- 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] [incubator-nuttx] jlaitine commented on pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-958898418 If there is a more reasonable way to just sleep N ticks in user space, please point that out; it would make much more sense to use something line nxsem_tickwait in here

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4778: bcm43xxx: corrected SDIO_CCCR_HIGHSPEED_SHS bit handling

2021-11-03 Thread GitBox
xiaoxiang781216 merged pull request #4778: URL: https://github.com/apache/incubator-nuttx/pull/4778 -- 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-website] branch asf-site updated: Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: 02e2b33c1c81d06827e426b0d63e22be0e878c03

2021-11-03 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 2d36fe4 Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742216471 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,24 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] Ouss4 edited a comment on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
Ouss4 edited a comment on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959791328 ESP32-C3 has a hardware reset option. There are a couple of registers to write to in order to initiate the procedure. https://github.com/apache/incubator-nuttx/blob

[GitHub] [incubator-nuttx] Ouss4 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
Ouss4 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959791328 ESP32-C3 has a hardware reset option. There are a bunch of registers to write to in order to initiate the procedure. https://github.com/apache/incubator-nuttx/blob/master/

[GitHub] [incubator-nuttx] davids5 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
davids5 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959731453 @vxj9800 - you could try to ask Synopsis or look as some other i2c drivers like xtensa, esp that have something similar but I have no clue if it is the same IP. -- This i

[GitHub] [incubator-nuttx] vxj9800 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
vxj9800 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959191937 @davids5 I also had the same question regarding how to initiate the bus clear process. Surprisingly, the datasheet does not provide any explanation on how to do that nor any

[GitHub] [incubator-nuttx] jlaitine commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r741969232 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,18 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] davids5 commented on issue #4746: RP2040 I2C_RESET

2021-11-03 Thread GitBox
davids5 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-959138751 What is unclear to me is if 4.3.13. Bus Clear Feature, can be requested via a command register. If it can be, that is what should be defined as the reset function. If not, s

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
gustavonihei commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r741945947 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,18 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
gustavonihei commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r741945947 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,18 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
gustavonihei commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r741945947 ## File path: libs/libc/wqueue/work_usrthread.c ## @@ -193,15 +193,18 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) {

[GitHub] [incubator-nuttx] jlaitine commented on pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-958898418 If there is a more reasonable way to just sleep N ticks in user space, please point that out; it would make much more sense to use something line nxsem_tickwait in here

[GitHub] [incubator-nuttx] jlaitine opened a new pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-03 Thread GitBox
jlaitine opened a new pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779 …rocess This fixes busylooping in work_usrthread, due to incorrect time spec given to sem_timedwait _SEM_TIMEDWAIT works on absolute time stamps, using CLOCK_REALTIME Sign