[GitHub] [incubator-nuttx] btashton opened a new pull request #2368: [BACKPORT #2339] Revert "fs/nxffs: Fix scan good block slowly and scan an invalid block"

2020-11-21 Thread GitBox
btashton opened a new pull request #2368: URL: https://github.com/apache/incubator-nuttx/pull/2368 ## Summary Backport #2339 to restore correct nxffs functionality. This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx] btashton commented on issue #2102: stm32h7: Incorrect voltage output scale configuration

2020-11-21 Thread GitBox
btashton commented on issue #2102: URL: https://github.com/apache/incubator-nuttx/issues/2102#issuecomment-731710940 I am going to close this out. I have been banging on the `NUCLEO-H743ZI` all day and have not had any issues. There likely is some incompatibility.

[GitHub] [incubator-nuttx] btashton closed issue #2102: stm32h7: Incorrect voltage output scale configuration

2020-11-21 Thread GitBox
btashton closed issue #2102: URL: https://github.com/apache/incubator-nuttx/issues/2102 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] yamt opened a new pull request #2367: Intel64 PRI/SCN.PTR fix

2020-11-21 Thread GitBox
yamt opened a new pull request #2367: URL: https://github.com/apache/incubator-nuttx/pull/2367 ## Summary Also, remove unused and confusing _uintptr_t/_intptr_t. Extracted from https://github.com/apache/incubator-nuttx/pull/2347 ## Impact ## Testing compile tested --

[GitHub] [incubator-nuttx] btashton commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
btashton commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731706912 > About the USB bus enable chip... yes :D amazing that they changed the chip and made such a little note about that... So if you have the "old" version of this board

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
btashton edited a comment on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731706912 > About the USB bus enable chip... yes :D amazing that they changed the chip and made such a little note about that... So if you have the "old" version of

[GitHub] [incubator-nuttx] btashton commented on issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-21 Thread GitBox
btashton commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731705585 @masayuki2009 any idea what is going on here? The `Missing argument 0 in user function.` does not look good. --

[GitHub] [incubator-nuttx] btashton opened a new issue #2366: debug: nuttx-gdbinit not producing backtraces on armv7e-m

2020-11-21 Thread GitBox
btashton opened a new issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366 When I try to dump the threads with `nxthread_bt_all` nothing is shown and then it crashes the target. I am using this with STM32H7 and the ARM Embedded 2020-q2-update toolchain: ``` GNU gdb

[GitHub] [incubator-nuttx] kernelgurumeditation edited a comment on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
kernelgurumeditation edited a comment on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731704865 @btashton , No problem, please go ahead! and thanks for improving it! About the USB bus enable chip... yes :D amazing that they changed the chip a

[GitHub] [incubator-nuttx] kernelgurumeditation commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
kernelgurumeditation commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731704865 @btashton , go ahead! and thanks for improving it! About the USB bus enable chip... yes :D amazing that they changed the chip and made such a little note

[GitHub] [incubator-nuttx] btashton commented on pull request #2365: board: Add network configuration to nucleo-h743zi

2020-11-21 Thread GitBox
btashton commented on pull request #2365: URL: https://github.com/apache/incubator-nuttx/pull/2365#issuecomment-731701756 I'll rebase this after the USB one is finished to address the compiler warning issue. This is an autom

[GitHub] [incubator-nuttx] btashton opened a new pull request #2365: board: Add network configuration to nucleo-h743zi

2020-11-21 Thread GitBox
btashton opened a new pull request #2365: URL: https://github.com/apache/incubator-nuttx/pull/2365 ## Summary This adds a network configuration to the nucleo-h743zi dev board. I plan to pack this configuration with a lot of features to help with code coverage. ## Impact ##

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2363: Syslog format and nxstyle fixes

2020-11-21 Thread GitBox
xiaoxiang781216 merged pull request #2363: URL: https://github.com/apache/incubator-nuttx/pull/2363 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] 05/22: fs/nxffs/nxffs_open.c: Fix a syslog format

2020-11-21 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 99407f4ab91588700fafbcbaf124aaf7d6deb71e Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:44:18 2020 +0900

[incubator-nuttx] 18/22: libs/libc/machine/arm/armv7-m/arch_elf.c: Fix syslog formats

2020-11-21 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 42a218dabb671072f1c102032a41071360fef08f Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 10:50:59 2020 +0900

[incubator-nuttx] 14/22: sched/module/mod_modhandle.c: Fix a syslog format

2020-11-21 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 d2d48a1b9ba644e01b4c49c04a8cefb6a0602245 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 10:01:56 2020 +0900

[incubator-nuttx] 22/22: binfmt/libelf/libelf_symbols.c: Fix syslog formats

2020-11-21 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 d0687137388f91f3c7d584328d3892d49ca59ff9 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 10:58:24 2020 +0900

[incubator-nuttx] 07/22: fs/nxffs/nxffs_pack.c: Fix a syslog format

2020-11-21 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 889c33277cb2cec3fe6caedf4cdb16cabdf37843 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:50:48 2020 +0900

[incubator-nuttx] 08/22: fs/nxffs/nxffs_read.c: Appease nxstyle

2020-11-21 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 3f2390e7814e3fb9d2e35c554702890374622aa1 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:52:26 2020 +0900

[incubator-nuttx] 04/22: fs/nxffs/nxffs_open.c: Appease nxstyle

2020-11-21 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 e1a8f8a736c8f14cc4901a1d235e4ce4900e9681 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:43:25 2020 +0900

[incubator-nuttx] 20/22: fs/romfs/fs_romfsutil.c: Fix syslog formats

2020-11-21 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 13e55ce0d4ca67d95f7ec4c2104e951a58b972d1 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 10:53:11 2020 +0900

[incubator-nuttx] 21/22: binfmt/libelf/libelf_bind.c: Fix syslog formats

2020-11-21 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 148ee150f0a4dafc2935dc8e39083a3c996992da Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 10:56:05 2020 +0900

[incubator-nuttx] 09/22: fs/nxffs/nxffs_read.c: Fix a syslog format

2020-11-21 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 d22c8a2a31bfa44471a22319ca2043cba22123ef Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:53:35 2020 +0900

[incubator-nuttx] 03/22: fs/nxffs/nxffs_cache.c: Fix syslog formats

2020-11-21 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 35c30c2c4a45829bc035625c8b18d8494340c956 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:41:25 2020 +0900

[incubator-nuttx] 16/22: libs/libc/modlib/modlib_symbols.c: Fix syslog formats

2020-11-21 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 34cd44f8d7df19eece6420babaceda64ae971f06 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 10:15:04 2020 +0900

[incubator-nuttx] 17/22: libs/libc/machine/arm/armv7-m/arch_elf.c: Appease nxstyle

2020-11-21 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 04f2542cc22e17056a895252310b5eb89659676e Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 10:39:41 2020 +0900

[incubator-nuttx] 12/22: fs/nxffs/nxffs_stat.c: Fix syslog formats

2020-11-21 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 d543f7f16fbb99cd949145617e2c05c9c88f58ba Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:58:50 2020 +0900

[incubator-nuttx] 06/22: fs/nxffs/nxffs_pack.c: Appease nxstyle

2020-11-21 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 660db6b248d5ebbb83f87f409ffa74755d2bbbcd Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:50:13 2020 +0900

[incubator-nuttx] 19/22: fs/romfs/fs_romfs.c: Fix syslog formats

2020-11-21 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 67fbbf935b3d73f3acd65bca49a5f124972e50d1 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 10:52:05 2020 +0900

[incubator-nuttx] 15/22: libs/libc/modlib/modlib_bind.c: Fix syslog formats

2020-11-21 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 6bdca69a32f1f1d4d4e417a127d6e16536602616 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 10:05:59 2020 +0900

[incubator-nuttx] 13/22: fs/nxffs/nxffs_write.c: Fix a syslog format

2020-11-21 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 ae45a66d709215e20367ece0e39412d63e2d924b Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:59:38 2020 +0900

[incubator-nuttx] branch master updated (a0112ee -> d068713)

2020-11-21 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 a0112ee stm32h7: Bug where more than CONFIG_MM_REGIONS would be allocated new b48408c drivers/mtd

[incubator-nuttx] 10/22: fs/nxffs/nxffs_reformat.c: Appease nxstyle

2020-11-21 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 d28d5a29c28246652201e63c45ecf531b2ce8b46 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:54:57 2020 +0900

[incubator-nuttx] 11/22: fs/nxffs/nxffs_reformat.c: Fix syslog formats

2020-11-21 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 7df9d89d54e5ff41a5086d7f591c9f9462a538cf Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:57:01 2020 +0900

[incubator-nuttx] 02/22: fs/nxffs/nxffs_cache.c: Appease nxstyle

2020-11-21 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 042881eed33e21f1345d7eec355de79150fea174 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:38:55 2020 +0900

[incubator-nuttx] 01/22: drivers/mtd/ftl.c: Fix syslog formats

2020-11-21 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 b48408cdeb9bfe35312e3eb9fe3bd66d93f38b05 Author: YAMAMOTO Takashi AuthorDate: Sun Nov 22 09:34:19 2020 +0900

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2364: stm32h7: Fix bug where more than CONFIG_MM_REGIONS would be allocated

2020-11-21 Thread GitBox
xiaoxiang781216 merged pull request #2364: URL: https://github.com/apache/incubator-nuttx/pull/2364 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated: stm32h7: Bug where more than CONFIG_MM_REGIONS would be allocated

2020-11-21 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 a0112ee stm32h7: Bug where more tha

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #491: Test rc by LIRC interface

2020-11-21 Thread GitBox
xiaoxiang781216 merged pull request #491: URL: https://github.com/apache/incubator-nuttx-apps/pull/491 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-nuttx-apps] branch master updated: testing/irtest: test ir by LIRC interface

2020-11-21 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 85f96e3 testing/irtest: test i

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #493: fsutils/mkfatfs/mkfatfs.c: Fix a syslog format

2020-11-21 Thread GitBox
xiaoxiang781216 merged pull request #493: URL: https://github.com/apache/incubator-nuttx-apps/pull/493 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[incubator-nuttx-apps] branch master updated: fsutils/mkfatfs/mkfatfs.c: Fix a syslog format

2020-11-21 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 89ada76 fsutils/mkfatfs/mkfatf

[GitHub] [incubator-nuttx] btashton merged pull request #2361: nrf52 GPIO: minor fixes

2020-11-21 Thread GitBox
btashton merged pull request #2361: URL: https://github.com/apache/incubator-nuttx/pull/2361 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

[incubator-nuttx] branch master updated: nrf52 GPIO: fix setting of SENSE to pins; clear LATCH register on initialization

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton 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 10d7d8e nrf52 GPIO: fix setting of S

[GitHub] [incubator-nuttx] v01d commented on pull request #2362: Documentation improvements

2020-11-21 Thread GitBox
v01d commented on pull request #2362: URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-731669936 > Thanks @v01d > I'm also planning on getting back to adding some more docs on how to use some of the subsystems, just need to find the time... That'd be great -

[GitHub] [incubator-nuttx] btashton merged pull request #2362: Documentation improvements

2020-11-21 Thread GitBox
btashton merged pull request #2362: URL: https://github.com/apache/incubator-nuttx/pull/2362 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

[incubator-nuttx] 01/07: Documentation: improve menuselection tag appearance

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 2c2f2bc7959896c770c3d0726c1c4785fdca1f8c Author: Matias N AuthorDate: Sat Nov 21 19:52:44 2020 -0300 Doc

[incubator-nuttx] branch master updated (e9bd306 -> d118249)

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from e9bd306 boards/arm/stm32/stm32ldiscovery: modernize board init little bit, userleds and buttons like for

[incubator-nuttx] 07/07: Documentation: remove empty releases section; put reference up higher

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d118249566913d68bb35be98fb110d40c77f5072 Author: Matias N AuthorDate: Sat Nov 21 21:49:39 2020 -0300 Doc

[incubator-nuttx] 06/07: Documentation: various improvements to quickstart section

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 3aacc506dc9847e4e253c56616d8b699a46a1dca Author: Matias N AuthorDate: Sat Nov 21 19:55:16 2020 -0300 Doc

[incubator-nuttx] 04/07: Documentation: remove TODO

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit c6270b552b2b57809a1ac81776a0a301db4a6560 Author: Matias N AuthorDate: Sat Nov 21 19:54:22 2020 -0300 Doc

[incubator-nuttx] 03/07: Documentation: reorder introduction in index

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 31f77461b3fcb80c1048f74c097b2e8bf3d968c0 Author: Matias N AuthorDate: Sat Nov 21 19:53:56 2020 -0300 Doc

[incubator-nuttx] 05/07: Documentation: remove empty subheading

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ce146e91efb73ae52586ce9831ff6ae765da09fa Author: Matias N AuthorDate: Sat Nov 21 19:54:47 2020 -0300 Doc

[incubator-nuttx] 02/07: Documentation: add TODO

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 206402c7e040796c5cb3d3419e57987a80525c9f Author: Matias N AuthorDate: Sat Nov 21 19:53:18 2020 -0300 Doc

[GitHub] [incubator-nuttx] btashton commented on pull request #2362: Documentation improvements

2020-11-21 Thread GitBox
btashton commented on pull request #2362: URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-731669723 Thanks @v01d I'm also planning on getting back to adding some more docs on how to use some of the subsystems, just need to find the time... ---

[GitHub] [incubator-nuttx] btashton opened a new pull request #2364: stm32h7: Fix bug where more than CONFIG_MM_REGIONS would be allocated

2020-11-21 Thread GitBox
btashton opened a new pull request #2364: URL: https://github.com/apache/incubator-nuttx/pull/2364 ## Summary The current logic for ` void arm_addregion(void)` for the stm32h7 would check that the number of calls to addregion was less than `CONFIG_MM_REGIONS` but would not consider that

[GitHub] [incubator-nuttx] yamt commented on pull request #2363: Syslog format and nxstyle fixes

2020-11-21 Thread GitBox
yamt commented on pull request #2363: URL: https://github.com/apache/incubator-nuttx/pull/2363#issuecomment-731668091 The following errors are intentionally left. They are a part of tables which are not trivial to fix. libs/libc/machine/arm/armv7-m/arch_elf.c:230:94: error: Long li

[GitHub] [incubator-nuttx] yamt opened a new pull request #2363: Syslog format and nxstyle fixes

2020-11-21 Thread GitBox
yamt opened a new pull request #2363: URL: https://github.com/apache/incubator-nuttx/pull/2363 ## Summary Extracted from https://github.com/apache/incubator-nuttx/pull/2347 ## Impact ## Testing This is an

[GitHub] [incubator-nuttx] btashton commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
btashton commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731667222 @kernelgurumeditation would you mind if I pull in my changes and merge this? I have verified that this works. There is another bug I found with the stm32h7 heap alloc

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #493: fsutils/mkfatfs/mkfatfs.c: Fix a syslog format

2020-11-21 Thread GitBox
yamt opened a new pull request #493: URL: https://github.com/apache/incubator-nuttx-apps/pull/493 ## Summary see https://github.com/apache/incubator-nuttx/pull/2347 ## Impact ## Testing This is an automat

[incubator-nuttx-website] branch asf-site updated: Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: e9bd30626560d0e61d3081633c867ecaeca89a53

2020-11-21 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 4ea0bfb Publishing web

[GitHub] [incubator-nuttx] v01d opened a new pull request #2362: Documentation improvements

2020-11-21 Thread GitBox
v01d opened a new pull request #2362: URL: https://github.com/apache/incubator-nuttx/pull/2362 ## Summary Mostly in quickstart section, removing some redundant information, improving organization and readability. I also left some TODOs guiding remaining areas of improvement.

[GitHub] [incubator-nuttx] v01d commented on pull request #2335: Parallelize depend file generation

2020-11-21 Thread GitBox
v01d commented on pull request #2335: URL: https://github.com/apache/incubator-nuttx/pull/2335#issuecomment-731648188 > Hi @v01d since you marked this PR as ready for review, please remove the WIP from Summary test Ok, done --

[incubator-nuttx] 04/06: arch: k210: Fix the pause handler for SMP

2020-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 249dc11e0508a8ce11c93020af6e8c1627b6db3f Author: Masayuki Ishikawa AuthorDate: Fri Nov 20 13:45:53 202

[incubator-nuttx] 06/06: Update TODO regarding SMP

2020-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit f11418934b0884235c50b7dc649585e336a0933d Author: Masayuki Ishikawa AuthorDate: Fri Nov 20 14:27:54 202

[incubator-nuttx] 02/06: arch: armv7-a: Fix the pause handler for SMP

2020-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 8fd797841d32941d5e25e6c98367e0c172b27c4c Author: Masayuki Ishikawa AuthorDate: Fri Nov 20 13:33:43 202

[incubator-nuttx] branch releases/10.0 updated (224e0de -> f114189)

2020-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 224e0de boards: sabre-6quad: Fix README.txt new 31a8167 arch: cxd56xx: Fix the pause handler

[incubator-nuttx] 05/06: arch: xtensa: Fix the pause handler for SMP

2020-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit d1a6f7969c06625981077ac623d042b14944ea48 Author: Masayuki Ishikawa AuthorDate: Fri Nov 20 13:47:56 202

[incubator-nuttx] 01/06: arch: cxd56xx: Fix the pause handler for SMP

2020-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 31a8167821b0a82a384dfd0e4d3ef867e2a8184d Author: Masayuki Ishikawa AuthorDate: Fri Nov 20 13:16:45 202

[incubator-nuttx] 03/06: arch: lc823450: Fix the pause handler for SMP

2020-11-21 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6f03cf488677721b8054792474efa590e89f482b Author: Masayuki Ishikawa AuthorDate: Fri Nov 20 13:36:17 202

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2359: [BACKPORT #2348]Fix pause handler for SMP

2020-11-21 Thread GitBox
masayuki2009 commented on pull request #2359: URL: https://github.com/apache/incubator-nuttx/pull/2359#issuecomment-731648151 LGTM This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #2359: [BACKPORT #2348]Fix pause handler for SMP

2020-11-21 Thread GitBox
masayuki2009 merged pull request #2359: URL: https://github.com/apache/incubator-nuttx/pull/2359 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-nuttx] acassis commented on pull request #2335: Parallelize depend file generation

2020-11-21 Thread GitBox
acassis commented on pull request #2335: URL: https://github.com/apache/incubator-nuttx/pull/2335#issuecomment-731644509 Hi @v01d since you marked this PR as ready for review, please remove the WIP from Summary test This is

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
btashton edited a comment on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731640692 Ah amazing this is answered here: https://www.st.com/resource/en/data_brief/nucleo-h743zi.pdf They have replaced the MB1137 with the MB1364. The chang

[GitHub] [incubator-nuttx] btashton commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
btashton commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731640692 Ah amazing this is answered here: https://www.st.com/resource/en/data_brief/nucleo-h743zi.pdf They have replaced the MB1137 with the MB1364. The changes are

[GitHub] [incubator-nuttx] btashton commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
btashton commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731639111 No worries. There is something wrong here though, you changed the USB bus power control to be active high, but it looks like it is active low and also not on the corre

[GitHub] [incubator-nuttx] v01d opened a new pull request #2361: nrf52 GPIO: minor fixes

2020-11-21 Thread GitBox
v01d opened a new pull request #2361: URL: https://github.com/apache/incubator-nuttx/pull/2361 ## Summary * Fix setting of SENSE LOW to pins * Clear LATCH register on initialization ## Impact SENSE_LOW was being applied for all pins not having SENSE specified #

[GitHub] [incubator-nuttx] kernelgurumeditation edited a comment on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
kernelgurumeditation edited a comment on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731632262 @btashton >I have a few changes to fixup some of the logic around enabling USB features as well as the warnings. I said it was working, but

[GitHub] [incubator-nuttx] kernelgurumeditation commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
kernelgurumeditation commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731632262 @btashton >I have a few changes to fixup some of the logic around enabling USB features as well as the warnings. I said it was working, but it was not

[GitHub] [incubator-nuttx] btashton commented on pull request #2353: Fix of the OTG FS HOST for nucleo-h743zi

2020-11-21 Thread GitBox
btashton commented on pull request #2353: URL: https://github.com/apache/incubator-nuttx/pull/2353#issuecomment-731631249 @kernelgurumeditation I have a few changes to fixup some of the logic around enabling USB features as well as the warnings. I do not quite have this working yet,

[incubator-nuttx] branch master updated: boards/arm/stm32/stm32ldiscovery: modernize board init little bit, userleds and buttons like for other boards

2020-11-21 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche 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 e9bd306 boards/arm/stm32/stm32ldi

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2360: boards/arm/stm32/stm32ldiscovery: modernize board init little bit, us…

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

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2359: [BACKPORT #2348]Fix pause handler for SMP

2020-11-21 Thread GitBox
Ouss4 commented on pull request #2359: URL: https://github.com/apache/incubator-nuttx/pull/2359#issuecomment-731598712 > @Ouss4 I think if you reapply this patch it will be clean now that I merged the other one. This is why I have be stacking some of these related patches. In a single back

[GitHub] [incubator-nuttx] btashton commented on pull request #2359: [BACKPORT #2348]Fix pause handler for SMP

2020-11-21 Thread GitBox
btashton commented on pull request #2359: URL: https://github.com/apache/incubator-nuttx/pull/2359#issuecomment-731598429 @Ouss4 I think if you reapply this patch it will be clean now that I merged the other one. This is why I have be stacking some of these related patches. In a single bac

[GitHub] [incubator-nuttx] btashton merged pull request #2358: [BACKPORT #2346] Fix comments on armv7-a smp

2020-11-21 Thread GitBox
btashton merged pull request #2358: URL: https://github.com/apache/incubator-nuttx/pull/2358 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

[incubator-nuttx] 02/02: boards: sabre-6quad: Fix README.txt

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 224e0debc1012bbe468321d12736a34832baba62 Author: Masayuki Ishikawa AuthorDate: Thu Nov 19 23:21:31 202

[incubator-nuttx] branch releases/10.0 updated (96051d5 -> 224e0de)

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 96051d5 arch: armv7-a: Remove unnecessary d-cache operation in arm_cpustart.c new 1ff4e7d a

[incubator-nuttx] 01/02: armv7-a: Fix comments on Cortex-A SGI

2020-11-21 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 1ff4e7d1796fd6030ba6abd356af53bbb0bbcad6 Author: Masayuki Ishikawa AuthorDate: Thu Nov 19 23:01:45 202

[GitHub] [incubator-nuttx] juniskane commented on pull request #2325: arch/arm/src/stm32/stm32_serial.c: for flowcontrol use common idiom f…

2020-11-21 Thread GitBox
juniskane commented on pull request #2325: URL: https://github.com/apache/incubator-nuttx/pull/2325#issuecomment-731595332 > @juniskane - I would like to test this. Unfortunately I can not spend time on this in the latter half of next week. Will that be OK? Sure, take your time. The

[GitHub] [incubator-nuttx] juniskane opened a new pull request #2360: boards/arm/stm32/stm32ldiscovery: modernize board init little bit, us…

2020-11-21 Thread GitBox
juniskane opened a new pull request #2360: URL: https://github.com/apache/incubator-nuttx/pull/2360 ## Summary Modernize board init little bit, userleds and buttons like for other boards. Also fix typo in Kconfig Update some obsolete comments nxstyle changes ## Imp

[GitHub] [incubator-nuttx] davids5 commented on pull request #2325: arch/arm/src/stm32/stm32_serial.c: for flowcontrol use common idiom f…

2020-11-21 Thread GitBox
davids5 commented on pull request #2325: URL: https://github.com/apache/incubator-nuttx/pull/2325#issuecomment-731592433 @juniskane - I would like to test this. Unfortunately I can not spend time on this in the latter half of next week. Will that be OK? ---

[GitHub] [incubator-nuttx] juniskane edited a comment on pull request #2325: arch/arm/src/stm32/stm32_serial.c: for flowcontrol use common idiom f…

2020-11-21 Thread GitBox
juniskane edited a comment on pull request #2325: URL: https://github.com/apache/incubator-nuttx/pull/2325#issuecomment-731592058 Tried to verify this with stock STM32L152C-Discovery board. STM32L1 serial with RX DMA is broken on this arch even without any flowcontrol (without further Halt

[GitHub] [incubator-nuttx] juniskane commented on pull request #2325: arch/arm/src/stm32/stm32_serial.c: for flowcontrol use common idiom f…

2020-11-21 Thread GitBox
juniskane commented on pull request #2325: URL: https://github.com/apache/incubator-nuttx/pull/2325#issuecomment-731592058 Tried to verify this with stock STM32L152C-Discovery board. STM32L1 serial with RX DMA is broken on this arch even without any flowcontrol (without further Haltian pat

[incubator-nuttx] branch master updated (fc5874a -> afc8ead)

2020-11-21 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 fc5874a arch/xtensa/src/common/xtensa_createstack.c: Fix stack alignement. The required stack alignement

[incubator-nuttx] 02/02: boards: lc823450-xgevk: Add CONFIG_USBDEV_DMA=y to rndis/defconfig

2020-11-21 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 commit afc8eadf5ad79da8995e94de23c926a68ae73d21 Author: Masayuki Ishikawa AuthorDate: Sat Nov 21 08:57:38 2020 +0900

[incubator-nuttx] 01/02: arch: lc823450: Fix compile errors in lc823450_usbdev.c with CONFIG_USBDEV_DMA=y

2020-11-21 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 commit 983117210cd10f9eac5af9224d148344ebc731a5 Author: Masayuki Ishikawa AuthorDate: Sat Nov 21 08:56:04 2020 +0900

[GitHub] [incubator-nuttx] acassis merged pull request #2356: Fix lc823450

2020-11-21 Thread GitBox
acassis merged pull request #2356: URL: https://github.com/apache/incubator-nuttx/pull/2356 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 t

[GitHub] [incubator-nuttx] acassis edited a comment on pull request #2356: Fix lc823450

2020-11-21 Thread GitBox
acassis edited a comment on pull request #2356: URL: https://github.com/apache/incubator-nuttx/pull/2356#issuecomment-731587606 Thank you, these kind of typo are hard to find, I found it while search for an incorrect kmm_alloc instead of kmm_malloc

[GitHub] [incubator-nuttx] acassis commented on pull request #2356: Fix lc823450

2020-11-21 Thread GitBox
acassis commented on pull request #2356: URL: https://github.com/apache/incubator-nuttx/pull/2356#issuecomment-731587606 Thank you, these kind of typo are hard to fine, I found it while search for an incorrect kmm_alloc instead of kmm_malloc ---

[GitHub] [incubator-nuttx] acassis merged pull request #2352: arch/xtensa: Print the bakctrace on assertions.

2020-11-21 Thread GitBox
acassis merged pull request #2352: URL: https://github.com/apache/incubator-nuttx/pull/2352 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 t

  1   2   >