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

2021-11-04 Thread GitBox
jlaitine commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961629697 > The only issue with moving these functions into libc is that it modifies the OS interface definition and violates the portable POSIX interface. > > We normally

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #878: boot/mcuboot: Add support for using Mbed TLS as crypto backend

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

[incubator-nuttx-apps] branch master updated: boot/mcuboot: Add support for using Mbed TLS as crypto backend

2021-11-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-apps.git The following commit(s) were added to refs/heads/master by this push: new 19b9c23 boot/mcuboot: Add supp

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #879: boot/mcuboot: Fix inclusion of more than one example app

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

[incubator-nuttx-apps] branch master updated: boot/mcuboot: Fix inclusion of more than one example app

2021-11-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-apps.git The following commit(s) were added to refs/heads/master by this push: new 6942378 boot/mcuboot: Fix incl

[incubator-nuttx-apps] branch master updated (5ee9572 -> fbdfb0e)

2021-11-04 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/incubator-nuttx-apps.git. from 5ee9572 examples/foc: add Hall sensor support add fbdfb0e crypto/mbedtls: Bump Mbed TLS to ve

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #880: crypto/mbedtls: Bump Mbed TLS to version 3.0.0

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

[incubator-nuttx-website] branch asf-site updated: Publishing web: dae81ea3c7ae113846bd7d94778d565c9f4d4c43 docs: 37141bb5e87cd30ece1e468244ddef95aac63e65

2021-11-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 3be9c0a Publishing web

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

2021-11-04 Thread GitBox
patacongo edited a comment on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961464799 The only issue with moving these functions into libc is that it modifies the OS interface definition and violates the portable POSIX interface. We normall

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

2021-11-04 Thread GitBox
patacongo commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961464799 The only issue with moving these functions into libc is that it modifies the OS interface definition and violates the portable POSIX interface. We normally keep

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #880: crypto/mbedtls: Bump Mbed TLS to version 3.0.0

2021-11-04 Thread GitBox
gustavonihei opened a new pull request #880: URL: https://github.com/apache/incubator-nuttx-apps/pull/880 ## Summary This PR intends to bump **Mbed TLS** version to 3.0.0. Since Mbed TLS support on NuttX is fresh, it is better to start it from the latest major revision to avoid fu

[GitHub] [incubator-nuttx] jarivanewijk commented on pull request #4774: GPIO driver: Use generic /dev/gpioN

2021-11-04 Thread GitBox
jarivanewijk commented on pull request #4774: URL: https://github.com/apache/incubator-nuttx/pull/4774#issuecomment-961338049 @xiaoxiang781216, not yet, sorry. I need to find some time to finish this, but that might not be until the end of next week. I still want to have a look at so

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #879: boot/mcuboot: Fix inclusion of more than one example app

2021-11-04 Thread GitBox
gustavonihei opened a new pull request #879: URL: https://github.com/apache/incubator-nuttx-apps/pull/879 ## Summary This PR intends to fix the inclusion of multiple example application from MCUboot component. Even though the options existed, the second application would override the

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #4759: mm: do kmm_checkcorruption in IRQ when TCB_FLAG_DEBUG_CHECK set

2021-11-04 Thread GitBox
Ouss4 commented on a change in pull request #4759: URL: https://github.com/apache/incubator-nuttx/pull/4759#discussion_r743124566 ## File path: sched/irq/irq_dispatch.c ## @@ -184,6 +185,14 @@ void irq_dispatch(int irq, FAR void *context) sched_note_irqhandler(irq, vector, f

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #878: boot/mcuboot: Add support for using Mbed TLS as crypto backend

2021-11-04 Thread GitBox
gustavonihei opened a new pull request #878: URL: https://github.com/apache/incubator-nuttx-apps/pull/878 ## Summary This PR intends to enable Mbed TLS as the crypto backend on the MCUboot library. NuttX port of MCUboot already expects the added config: https://github.com/mcu-

[incubator-nuttx-apps] 06/06: examples/foc: add Hall sensor support

2021-11-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-apps.git commit 5ee957253145fe6ce6123df5e65b0137387dc80d Author: raiden00pl AuthorDate: Sun Oct 31 22:25:11 2021 +0100

[incubator-nuttx-apps] 03/06: examples/foc: add logic for controller state machine

2021-11-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-apps.git commit b0eeefd0a5a2af41f35acf2143300df3c49f1537 Author: raiden00pl AuthorDate: Sun Oct 31 18:40:34 2021 +0100

[incubator-nuttx-apps] 01/06: industry/foc/fixed16/foc_align.c: fix incorrect b16_t operations

2021-11-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-apps.git commit 9076c899d4931c14effbc3f494174c644840cb9b Author: raiden00pl AuthorDate: Thu Nov 4 16:44:05 2021 +0100

[incubator-nuttx-apps] branch master updated (a846e55 -> 5ee9572)

2021-11-04 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/incubator-nuttx-apps.git. from a846e55 Fixes BAS list 'Error: Break at: end of program' error. new 9076c89 industry/foc/fixe

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #876: examples/foc: add support for Hall

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

[incubator-nuttx-apps] 04/06: foc/examples: initial logic to support torque, velocity and position controller modes

2021-11-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-apps.git commit b30f3329f669480377186807eb5308c0fa760bc7 Author: raiden00pl AuthorDate: Sun Oct 31 20:30:37 2021 +0100

[incubator-nuttx-apps] 02/06: industry/foc/fixed16/foc_ang_hall.c: fix warning

2021-11-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-apps.git commit 5a9b3a70f7511bde360ea99bb35e1bafa4eb8c7c Author: raiden00pl AuthorDate: Mon Nov 1 18:57:22 2021 +0100

[incubator-nuttx-apps] 05/06: examples/foc: add support for sensor alignment

2021-11-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-apps.git commit c771942d8ed80189f1debcd5ad0851431315ddc4 Author: raiden00pl AuthorDate: Sun Oct 31 22:09:21 2021 +0100

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #875: Fixes BAS list 'Error: Break at: end of program' error.

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

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #875: Fixes BAS list 'Error: Break at: end of program' error.

2021-11-04 Thread GitBox
xiaoxiang781216 commented on pull request #875: URL: https://github.com/apache/incubator-nuttx-apps/pull/875#issuecomment-961323775 Yes, "Mixed case identifier found" could be ignored in the old code base. -- This is an automated message from the Apache Git Service. To respond to the mes

[incubator-nuttx-apps] branch master updated: Fixes BAS list 'Error: Break at: end of program' error.

2021-11-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-apps.git The following commit(s) were added to refs/heads/master by this push: new a846e55 Fixes BAS list 'Error:

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on issue #877: Mbed TLS: Add support for generating the needed config header via Kconfig system

2021-11-04 Thread GitBox
xiaoxiang781216 commented on issue #877: URL: https://github.com/apache/incubator-nuttx-apps/issues/877#issuecomment-961320765 Good idea -- 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 spec

[incubator-nuttx] 04/04: Refresh configs after the removal of NET_TCP_SPLIT

2021-11-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 commit 37141bb5e87cd30ece1e468244ddef95aac63e65 Author: YAMAMOTO Takashi AuthorDate: Wed Oct 13 10:57:12 2021 +0900

[incubator-nuttx] 02/04: tcp_send_unbuffered.c: Fix nxstyle errors

2021-11-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 commit 28d168e1b8b60df41b157977935ead0af4cc835e Author: YAMAMOTO Takashi AuthorDate: Wed Oct 13 10:48:16 2021 +0900

[incubator-nuttx] branch master updated (022c067 -> 37141bb)

2021-11-04 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/incubator-nuttx.git. from 022c067 socket_rpmsg: use ns_bound to send SYNC packet new 1550a52 tcp_send_unbuffered.c: unifdef

[incubator-nuttx] 03/04: net/tcp/Kconfig: Remove NET_TCP_SPLIT

2021-11-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 commit ecd6a3572b21fee1d9a69e930ecbf10e12f79d05 Author: YAMAMOTO Takashi AuthorDate: Wed Oct 13 10:49:45 2021 +0900

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4660: Remove NET_TCP_SPLIT

2021-11-04 Thread GitBox
xiaoxiang781216 merged pull request #4660: URL: https://github.com/apache/incubator-nuttx/pull/4660 -- 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] 01/04: tcp_send_unbuffered.c: unifdef -UCONFIG_NET_TCP_SPLIT

2021-11-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 commit 1550a525e9659ef6b504b17675f6b0c1227dd36b Author: YAMAMOTO Takashi AuthorDate: Wed Oct 13 10:47:03 2021 +0900

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4774: GPIO driver: Use generic /dev/gpioN

2021-11-04 Thread GitBox
xiaoxiang781216 commented on pull request #4774: URL: https://github.com/apache/incubator-nuttx/pull/4774#issuecomment-961311106 @jarivanewijk is it ready to remove the draft from PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-nuttx] 02/06: rpmsg_socket: move rpmsg_send out of lock

2021-11-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 commit bb41af39355dc3a11911a5d32402152c9f3d95e4 Author: ligd AuthorDate: Mon Sep 13 12:18:28 2021 +0800 rpmsg_

[incubator-nuttx] 04/06: rpmgs_socket: set RPMSG_SOCKET_NAME_SIZE to 16 for handing prefix

2021-11-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 commit 00ef4fca51f6f0e6a954487a1658749a8b5387f3 Author: ligd AuthorDate: Fri Oct 15 22:39:17 2021 +0800 rpmgs_

[incubator-nuttx] 06/06: socket_rpmsg: use ns_bound to send SYNC packet

2021-11-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 commit 022c06766aa4b3c291d37f33a4f8360cf0160b71 Author: ligd AuthorDate: Tue Oct 19 19:39:42 2021 +0800 socket

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4760: socket rpmsg related bug fix & update

2021-11-04 Thread GitBox
xiaoxiang781216 merged pull request #4760: URL: https://github.com/apache/incubator-nuttx/pull/4760 -- 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 (c077361 -> 022c067)

2021-11-04 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/incubator-nuttx.git. from c077361 imxrt:usb Fix EP type allocation new 163109c openamp: notify the user when the remote addr

[incubator-nuttx] 03/06: socket_rpmsg: support SOCK_SEQPACKET

2021-11-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 commit 59ae42131477e6cb6d414b085528c75f46b98d6a Author: ligd AuthorDate: Sat Oct 9 13:37:57 2021 +0800 socket_

[incubator-nuttx] 05/06: socket_rpmsg: fix save rp_name error when accept

2021-11-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 commit 883d66b906ce8be414b7650c49f4c3709832aecb Author: ligd AuthorDate: Mon Oct 18 23:06:10 2021 +0800 socket

[incubator-nuttx] 01/06: openamp: notify the user when the remote address is received

2021-11-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 commit 163109c80f50ef18077efe3d2a029541b4e00d25 Author: ligd AuthorDate: Thu Nov 4 21:37:47 2021 +0800 openamp

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4784: imxrt fixes

2021-11-04 Thread GitBox
xiaoxiang781216 merged pull request #4784: URL: https://github.com/apache/incubator-nuttx/pull/4784 -- 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] 05/08: imxrt:usbdev formatting cleanup

2021-11-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 commit c3d10ad0aa8b8cc87384ad1367cea5ce12cb552e Author: David Sidrane AuthorDate: Thu Nov 4 05:10:27 2021 -0700

[incubator-nuttx] 04/08: imxrt:usdhc add proper support for dcache (wb)

2021-11-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 commit 532635129ce1e2d61859adf45eb668b840b0daed Author: David Sidrane AuthorDate: Thu Oct 28 14:08:03 2021 -0700

[incubator-nuttx] branch master updated (7e9e8a8 -> c077361)

2021-11-04 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/incubator-nuttx.git. from 7e9e8a8 libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_process new 08d0434 i

[incubator-nuttx] 08/08: imxrt:usb Fix EP type allocation

2021-11-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 commit c077361a8a9fc9182b988dee7224043022eea841 Author: David Sidrane AuthorDate: Thu Nov 4 04:47:28 2021 -0700

[incubator-nuttx] 01/08: imxrt:mpu init handle dcache setting in MPU config

2021-11-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 commit 08d0434bad44a4b2ac7b5f00c12055ea99099ec1 Author: David Sidrane AuthorDate: Wed Oct 27 07:21:01 2021 -0700

[incubator-nuttx] 02/08: imxrt mpuinit:Remove duplicate entry for ITCM (0x0)

2021-11-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 commit 34c3efcb91507c03a5b35483fcc60bf71039e9f8 Author: David Sidrane AuthorDate: Wed Oct 27 13:00:26 2021 -0700

[incubator-nuttx] 06/08: imxrt:usbdev Clean up cache maintainence

2021-11-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 commit bd2bc1e35197be45e54d8ce86fb8f7413bb2b8ec Author: David Sidrane AuthorDate: Thu Oct 28 07:04:56 2021 -0700

[incubator-nuttx] 03/08: imxrt mpuinit:Set Data and Code Type to Normal

2021-11-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 commit 50222443396f6dbc53d36cb89e283033ff2c3e15 Author: David Sidrane AuthorDate: Wed Oct 27 13:04:35 2021 -0700

[incubator-nuttx] 07/08: imxrt:usb DMA cache aligned Buffers for Endpoints

2021-11-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 commit 95f7f4b9e69a22edd7e5ea70db08bfd49367b2ee Author: David Sidrane AuthorDate: Thu Nov 4 05:10:03 2021 -0700

[GitHub] [incubator-nuttx-apps] acassis merged pull request #566: crypto: Initial support for Mbed TLS

2021-11-04 Thread GitBox
acassis merged pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566 -- 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: com

[incubator-nuttx-apps] 01/02: crypto: Initial support for mbedtls

2021-11-04 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/incubator-nuttx-apps.git commit c2057d77b2d288fb1fd98c4c2364e407d3cd4940 Author: Brennan Ashton AuthorDate: Mon Jan 18 00:57:33 2021 -080

[incubator-nuttx-apps] branch master updated (f9cec1c -> ea49e7e)

2021-11-04 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/incubator-nuttx-apps.git. from f9cec1c examples/foc: move the motor controller code to separate files new c2057d7 crypto: Init

[incubator-nuttx-apps] 02/02: README.md: Add export restriction notice for MbedTLS

2021-11-04 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/incubator-nuttx-apps.git commit ea49e7edf69d175bf1fe3b0a3c58ee75a30beb77 Author: Gustavo Henrique Nihei AuthorDate: Fri Aug 13 10:14:40 2

[GitHub] [incubator-nuttx-apps] acassis commented on pull request #566: crypto: Initial support for Mbed TLS

2021-11-04 Thread GitBox
acassis commented on pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566#issuecomment-961302209 Great work @btashton and @gustavonihei ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

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

2021-11-04 Thread GitBox
xiaoxiang781216 merged pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779 -- 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] 02/02: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_process

2021-11-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 commit 7e9e8a817de9c9c9e923a5c16f029e392f83444c Author: Jukka Laitinen AuthorDate: Wed Nov 3 10:41:01 2021 +0200

[incubator-nuttx] branch master updated (2d125d3 -> 7e9e8a8)

2021-11-04 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/incubator-nuttx.git. from 2d125d3 boards/nucleo-f302r8: disable NSH commands for FOC configs to save FLASH new c79d206 Move

[incubator-nuttx] 01/02: Move timespec calculations from sched into libc/sched

2021-11-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 commit c79d2067c7cbdce92a708ccfb9cf32cdb28b5296 Author: Jukka Laitinen AuthorDate: Thu Nov 4 13:18:38 2021 +0200

[incubator-nuttx] branch master updated: boards/nucleo-f302r8: disable NSH commands for FOC configs to save FLASH

2021-11-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 2d125d3 boards/nucleo-f302r8: disab

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4785: boards/nucleo-f302r8: disable NSH commands for FOC configs to save FLASH

2021-11-04 Thread GitBox
xiaoxiang781216 merged pull request #4785: URL: https://github.com/apache/incubator-nuttx/pull/4785 -- 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-apps] gustavonihei commented on pull request #566: WIP: crypto: Initial support for Mbed TLS

2021-11-04 Thread GitBox
gustavonihei commented on pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566#issuecomment-961289548 Created https://github.com/apache/incubator-nuttx-apps/issues/877 for addressing the remaining task. -- This is an automated message from the Apache Git Servi

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new issue #877: Mbed TLS: Add support for generating the needed config header via Kconfig system

2021-11-04 Thread GitBox
gustavonihei opened a new issue #877: URL: https://github.com/apache/incubator-nuttx-apps/issues/877 Some features of Mbed TLS library may be configured via a `mbedtls_config.h` header. NuttX currently provides default configuration with a set of cryptographic algorithms. A much wel

[GitHub] [incubator-nuttx-apps] cocoacrumbs commented on pull request #875: Fixes BAS list 'Error: Break at: end of program' error.

2021-11-04 Thread GitBox
cocoacrumbs commented on pull request #875: URL: https://github.com/apache/incubator-nuttx-apps/pull/875#issuecomment-961255347 Hi, My understanding is that the reported "Mixed case identifier found" errors can't be avoided for now since the source code for BAS has only been partly

[GitHub] [incubator-nuttx-apps] raiden00pl opened a new pull request #876: examples/foc: add support for Hall

2021-11-04 Thread GitBox
raiden00pl opened a new pull request #876: URL: https://github.com/apache/incubator-nuttx-apps/pull/876 ## Summary - industry/foc/fixed16/foc_align.c: fix incorrect b16_t operations - industry/foc/fixed16/foc_ang_hall.c: fix warning - examples/foc: add logic for controller state

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request #4785: boards/nucleo-f302r8: disable NSH commands for FOC configs to save FLASH

2021-11-04 Thread GitBox
raiden00pl opened a new pull request #4785: URL: https://github.com/apache/incubator-nuttx/pull/4785 ## Summary This board has only 64 Kbytes of Flash memory and we don't need NSH commands for FOC specific configuration ## Impact More FLASH available for example/foc ## T

[incubator-nuttx-website] branch asf-site updated: Publishing web: dae81ea3c7ae113846bd7d94778d565c9f4d4c43 docs: b248dd0d3a0d2c629ec7570b7d49c16f5dd816ef

2021-11-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 18f8221 Publishing web

[GitHub] [incubator-nuttx-website] jerpelea merged pull request #61: download.md: Fix the link where releases are hosted.

2021-11-04 Thread GitBox
jerpelea merged pull request #61: URL: https://github.com/apache/incubator-nuttx-website/pull/61 -- 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-website] branch master updated: download.md: Fix the link where releases are hosted.

2021-11-04 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/master by this push: new dae81ea download.md: Fix th

[GitHub] [incubator-nuttx-website] Ouss4 opened a new pull request #61: download.md: Fix the link where releases are hosted.

2021-11-04 Thread GitBox
Ouss4 opened a new pull request #61: URL: https://github.com/apache/incubator-nuttx-website/pull/61 ## Summary Old link is unaccessible now. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #566: WIP: crypto: Initial support for Mbed TLS

2021-11-04 Thread GitBox
xiaoxiang781216 commented on pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566#issuecomment-961137634 It's fine to me to merge this PR first and refine later. -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2021-11-04 Thread GitBox
yunkya2 commented on issue #4746: URL: https://github.com/apache/incubator-nuttx/issues/4746#issuecomment-961128543 I think so, too. Let me try it. -- 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

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

2021-11-04 Thread GitBox
jlaitine commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961104744 > It's better to merge the first and the third patch into one, other change looks good to me. Sure, will do that. Thanks! -- This is an automated message from

[GitHub] [incubator-nuttx-apps] gustavonihei commented on pull request #566: WIP: crypto: Initial support for Mbed TLS

2021-11-04 Thread GitBox
gustavonihei commented on pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566#issuecomment-961087558 @xiaoxiang781216 @Ouss4 This PR has been stalled for way too long, let's merge it and deal with the improvements in separate PRs. Also we'll get the paperwork

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

2021-11-04 Thread GitBox
xiaoxiang781216 edited a comment on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961059326 It's better to merge the first and the third patch into one, other change looks good to me. -- This is an automated message from the Apache Git Service.

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

2021-11-04 Thread GitBox
xiaoxiang781216 commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961059326 It's better to merge the first and the third patch into one. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] davids5 commented on pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-04 Thread GitBox
davids5 commented on pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782#issuecomment-961041979 Is this a good idea? Allocating memory in an interrupt context can effect latency and add jitter. -- This is an automated message from the Apache Git Service. To r

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

2021-11-04 Thread GitBox
xiaoxiang781216 edited a comment on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961034405 @jlaitine the path at the head need update too: ``` home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/libs/libc/sched/clock_ticks2time.c:2:1: e

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

2021-11-04 Thread GitBox
xiaoxiang781216 commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961034405 @jlaitine the path at the header need update too: ``` home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/libs/libc/sched/clock_ticks2time.c:2:1: error:

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

2021-11-04 Thread GitBox
jlaitine commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961031794 I'll give it a try. A seemingly simple thing started to explode... but need to get protected and kernel build usr workqueues working properly ... -- This is an automa

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

2021-11-04 Thread GitBox
jlaitine commented on pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961025238 argh. this doesn't of course build for KERNEL builds, since sched is not linked against libc there. Would it make sense to move those timespec functions under lib

[incubator-nuttx] branch master updated (440787c -> b248dd0)

2021-11-04 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 440787c risc-v/esp32c3: Fix Wi-Fi & BLE coexist issue 1. Wi-Fi and BLE use common PHY functions.

[GitHub] [incubator-nuttx] Ouss4 merged pull request #4783: Documentation: Fix openocd command instruction

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

[GitHub] [incubator-nuttx] davids5 opened a new pull request #4784: imxrt fixes

2021-11-04 Thread GitBox
davids5 opened a new pull request #4784: URL: https://github.com/apache/incubator-nuttx/pull/4784 ## Summary The ARM errata for Cortex-M7: Write-Through stores and loads may return incorrect data (NXP ERR011572) requires Write Back caching to avoid the issue. Once CONFIG_ARMV7M_DCA

[GitHub] [incubator-nuttx] acassis merged pull request #4740: risc-v/esp32c3: Fix Wi-Fi & BLE coexist issues

2021-11-04 Thread GitBox
acassis merged pull request #4740: URL: https://github.com/apache/incubator-nuttx/pull/4740 -- 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: commit

[incubator-nuttx] branch master updated (8e43f39 -> 440787c)

2021-11-04 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/incubator-nuttx.git. from 8e43f39 mpfs: cache: provide L1/L2 cache enablers add afbad5c riscv/esp32c3: Clear station configura

[incubator-nuttx] branch master updated: mpfs: cache: provide L1/L2 cache enablers

2021-11-04 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 8e43f39 mpfs: cache: provide L1/L2 ca

[GitHub] [incubator-nuttx] acassis merged pull request #4781: mpfs: cache: provide L1/L2 cache enablers

2021-11-04 Thread GitBox
acassis merged pull request #4781: URL: https://github.com/apache/incubator-nuttx/pull/4781 -- 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: commit

[GitHub] [incubator-nuttx] acassis opened a new pull request #4783: Documentation: Fix openocd command instruction

2021-11-04 Thread GitBox
acassis opened a new pull request #4783: URL: https://github.com/apache/incubator-nuttx/pull/4783 ## Summary A user reported me an issue while following our documentation then looking his command line error I noticed the openocd stlink interface was wrong: st-link-v2.cfg -> stlink-v

[GitHub] [incubator-nuttx-apps] gustavonihei commented on pull request #566: WIP: crypto: Initial support for Mbed TLS

2021-11-04 Thread GitBox
gustavonihei commented on pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566#issuecomment-960965308 @btashton I've force pushed into your `mbedtls` branch to solve the nxstyle issue. The CI should pass now. -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #4759: mm: do kmm_checkcorruption in IRQ when TCB_FLAG_DEBUG_CHECK set

2021-11-04 Thread GitBox
GUIDINGLI commented on pull request #4759: URL: https://github.com/apache/incubator-nuttx/pull/4759#issuecomment-960959088 > I think the first patch is independent of the second one, can we have it a separate PR? done -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request #4782: sem: remove limitation of irq context when do sem_trywait

2021-11-04 Thread GitBox
GUIDINGLI opened a new pull request #4782: URL: https://github.com/apache/incubator-nuttx/pull/4782 ## Summary sem: remove limitation of irq context when do sem_trywait ## Impact allow mm_takesemaphore in IRQ, just try get ## Testing -- This is an a

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

2021-11-04 Thread GitBox
patacongo commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742783125 ## 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] patacongo commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-04 Thread GitBox
patacongo commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742783125 ## 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] jlaitine commented on a change in pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

2021-11-04 Thread GitBox
jlaitine commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742773912 ## File path: include/nuttx/clock.h ## @@ -394,6 +394,49 @@ void clock_resynchronize(FAR struct timespec *rtc_diff); clock_t clock_systime_ticks

[GitHub] [incubator-nuttx] eenurkka opened a new pull request #4781: mpfs: cache: provide L1/L2 cache enablers

2021-11-04 Thread GitBox
eenurkka opened a new pull request #4781: URL: https://github.com/apache/incubator-nuttx/pull/4781 E51 may configure the L1 and L2 caches. Once configured, no reconfiguration is possible after hardware reset is issued. L2 is 16-way set associative with write-back policy. The

[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-04 Thread GitBox
gustavonihei commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742765745 ## File path: include/nuttx/clock.h ## @@ -394,6 +394,49 @@ void clock_resynchronize(FAR struct timespec *rtc_diff); clock_t clock_systime_t

[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-04 Thread GitBox
gustavonihei commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742765082 ## File path: include/nuttx/clock.h ## @@ -394,6 +394,49 @@ void clock_resynchronize(FAR struct timespec *rtc_diff); clock_t clock_systime_t

  1   2   >