[GitHub] [incubator-nuttx] liuguo09 commented on a change in pull request #1852: sysconf: add _SC_PAGESIZE sysconf support

2020-11-16 Thread GitBox
liuguo09 commented on a change in pull request #1852: URL: https://github.com/apache/incubator-nuttx/pull/1852#discussion_r524937146 ## File path: libs/libc/unistd/lib_sysconf.c ## @@ -241,6 +241,14 @@ long sysconf(int name) return 1; #endif + case _SC_PAGESIZE

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #2320: Add debug.h selection choice to support include chip debug.h

2020-11-16 Thread GitBox
liuguo09 opened a new pull request #2320: URL: https://github.com/apache/incubator-nuttx/pull/2320 ## Summary Add Select debug.h choice which may be under include/arch or include/arch/chip. ## Impact ## Testing Test and verify with using chip debug.h and none debug.h loc

[GitHub] [incubator-nuttx] jerpelea commented on a change in pull request #2282: cxd56: add initial audio SRC implementation

2020-11-16 Thread GitBox
jerpelea commented on a change in pull request #2282: URL: https://github.com/apache/incubator-nuttx/pull/2282#discussion_r524934470 ## File path: drivers/audio/cxd56_src.c ## @@ -0,0 +1,606 @@ +/ + * d

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
xiaoxiang781216 commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728738837 All patches fix the type mismatch issue, why split it into multiple small one(e.g. sim has 4 patch). BTW, is compiler_stdint.h required? --

[GitHub] [incubator-nuttx] yamt commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728733157 > > > @yamt can you merge the patches in arch into one and printflike annotaion into another? > > > > > > why? i feel them separate. > > There are three or

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2315: Add common circular buffer management

2020-11-16 Thread GitBox
xiaoxiang781216 commented on pull request #2315: URL: https://github.com/apache/incubator-nuttx/pull/2315#issuecomment-728731889 @v01d please take a look the new common circle buffer implementation. This is an automated messa

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
xiaoxiang781216 edited a comment on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728727154 > > @yamt can you merge the patches in arch into one and printflike annotaion into another? > > why? i feel them separate. There are three or

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
xiaoxiang781216 edited a comment on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728727154 > > @yamt can you merge the patches in arch into one and printflike annotaion into another? > > why? i feel them separate. There are three or

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
xiaoxiang781216 commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728727154 > > @yamt can you merge the patches in arch into one and printflike annotaion into another? > > why? i feel them separate. There are three or four p

[GitHub] [incubator-nuttx] yamt opened a new pull request #2319: Printflike3

2020-11-16 Thread GitBox
yamt opened a new pull request #2319: URL: https://github.com/apache/incubator-nuttx/pull/2319 ## Summary printflike stuff separated from https://github.com/apache/incubator-nuttx/pull/ ## Impact ## Testing -

[GitHub] [incubator-nuttx] yamt commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728726772 i dropped printflike stuff from this PR. This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-nuttx] donghengqaz commented on a change in pull request #2294: [WIP] xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-11-16 Thread GitBox
donghengqaz commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r524913220 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -2210,6 +2300,19 @@ void esp_phy_disable_clock(void) leave_critical_section(

[GitHub] [incubator-nuttx] donghengqaz commented on a change in pull request #2294: [WIP] xtensa/esp32: Refactor ESP32 Wi-Fi driver

2020-11-16 Thread GitBox
donghengqaz commented on a change in pull request #2294: URL: https://github.com/apache/incubator-nuttx/pull/2294#discussion_r524912143 ## File path: arch/xtensa/src/esp32/esp32_wlan.c ## @@ -307,76 +361,204 @@ static inline bool esp_isfreebuffer(FAR struct esp_dev_s *priv)

[GitHub] [incubator-nuttx] yamt commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728717616 > @yamt can you merge the patches in arch into one and printflike annotaion into another? why? i feel them separate. ---

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #2318: Update l3gd20 sensor driver with new sensor driver model

2020-11-16 Thread GitBox
Donny9 opened a new pull request #2318: URL: https://github.com/apache/incubator-nuttx/pull/2318 ## Summary Support l3gd20 sensor with new sensor model on stm32f429i-discovery board. ## Impact We can test l3gd20 gyroscope sensor on stm32f429i-discovery board. ## Testing daily

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #2317: flashback to release all file descriptors in group to increase debugging time.

2020-11-16 Thread GitBox
Donny9 opened a new pull request #2317: URL: https://github.com/apache/incubator-nuttx/pull/2317 ## Summary Flashback to release all file descriptors in group to increase debugging time. ## Impact We will finally release stdin and stdout to prevent a failure to output the log whil

[GitHub] [incubator-nuttx] firkraag1016 opened a new pull request #2316: Risc v

2020-11-16 Thread GitBox
firkraag1016 opened a new pull request #2316: URL: https://github.com/apache/incubator-nuttx/pull/2316 ## Summary 1.fix typo in riscv_scheduleaction.c in rv32im 2.set compressed instruction enabled as default in rv32im ## Impact ## Testing --

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #2315: Add common circular buffer management

2020-11-16 Thread GitBox
Donny9 opened a new pull request #2315: URL: https://github.com/apache/incubator-nuttx/pull/2315 ## Summary Add common circular buffer management. And the sensor driver model and rc driver model use it to manage intermediate buffer. ## Impact Make it easier to manage the circular b

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
masayuki2009 commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728684380 Hi @13824125580, >as i know, the Nuttx SMP it not stable at present. It's much stable than before but I need more work to fix some problems. >It seem

[GitHub] [incubator-nuttx] 13824125580 commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
13824125580 commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728665493 Ok, I see, thank you! @xiaoxiang781216 @btashton This is an automated message from the Apache Git Servi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
xiaoxiang781216 commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728662739 But your question is how to run nuttx on qemu, is it right? if you want to run on real device, just buy the board which has SMP supported by NuttX. The following boa

[GitHub] [incubator-nuttx] royfengsss commented on a change in pull request #2269: xtensa/esp32: Add high memory support to work with PSRAM

2020-11-16 Thread GitBox
royfengsss commented on a change in pull request #2269: URL: https://github.com/apache/incubator-nuttx/pull/2269#discussion_r524861218 ## File path: arch/xtensa/src/esp32/esp32_psram.c ## @@ -1530,7 +1530,7 @@ psram_enable(int mode, int vaddrmode) /* psram init */ PS

[GitHub] [incubator-nuttx] btashton commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
btashton commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728660827 > It seem s the K210 default configuration not support SMP @btashton > 236 # CONFIG_SPINLOCK is not set > 237 # CONFIG_SPINLOCK_IRQ is not set > 238 # CONFIG_IRQ

[GitHub] [incubator-nuttx] 13824125580 edited a comment on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
13824125580 edited a comment on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728658239 It seem s the K210 default configuration not support SMP @btashton 236 # CONFIG_SPINLOCK is not set 237 # CONFIG_SPINLOCK_IRQ is not set 238 # CONFIG_I

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
xiaoxiang781216 commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728658425 @yamt can you merge the patches in arch into one and printflike annotaion into another? This is

[GitHub] [incubator-nuttx] 13824125580 commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
13824125580 commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728658239 It seem s the K210 default configuration not support SMP ï¼ btashton 236 # CONFIG_SPINLOCK is not set 237 # CONFIG_SPINLOCK_IRQ is not set 238 # CONFIG_IRQCHAIN

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524856580 ## File path: arch/sim/include/types.h ## @@ -44,6 +44,8 @@ * Included Files *

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
xiaoxiang781216 commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728653807 you can try sabre-6quad with QEMU: https://github.com/apache/incubator-nuttx/blob/master/boards/arm/imx6/sabre-6quad/configs/smp/defconfig @masayuki2009 has don

[GitHub] [incubator-nuttx] btashton commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
btashton commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728634943 SMP should be quite stable especially in master now. @masayuki2009 has done a lot of work on it. You can also run the simulator in SMP mode. See `./tools/configure.sh sim:s

[GitHub] [incubator-nuttx] 13824125580 commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
13824125580 commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728626730 > All the QEMU configurations build I think you are facing some issues due to running Ubuntu 14 which is really really old. The 64bit version is a little more complicate

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

2020-11-16 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 c43223b Publishing web

[GitHub] [incubator-nuttx] yamt commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728460049 > > i guess compilers used for arch/z80 and arch/z16 don't provide `__INTMAX_TYPE__` or `__UINTMAX_TYPE__`. > > @patacongo is it right? > > Very unlikely. It is c8

[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
patacongo edited a comment on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728386763 > i guess compilers used for arch/z80 and arch/z16 don't provide `__INTMAX_TYPE__` or `__UINTMAX_TYPE__`. > @patacongo is it right? Very unlikely. It

[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
patacongo edited a comment on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728386763 > i guess compilers used for arch/z80 and arch/z16 don't provide `__INTMAX_TYPE__` or `__UINTMAX_TYPE__`. > @patacongo is it right? Very unlikely. It

[GitHub] [incubator-nuttx] patacongo commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
patacongo commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728386763 > i guess compilers used for arch/z80 and arch/z16 don't provide `__INTMAX_TYPE__` or `__UINTMAX_TYPE__`. > @patacongo is it right? Very unlikely > in

[GitHub] [incubator-nuttx] yamt commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728376390 i guess compilers used for arch/z80 and arch/z16 don't provide __INTMAX_TYPE__ or __UINTMAX_TYPE__. @patacongo is it right? in that case, those types.h need to be

[GitHub] [incubator-nuttx] yamt edited a comment on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt edited a comment on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-728376390 i guess compilers used for arch/z80 and arch/z16 don't provide `__INTMAX_TYPE__` or `__UINTMAX_TYPE__`. @patacongo is it right? in that case, those types.h

[GitHub] [incubator-nuttx] kernelgurumeditation opened a new issue #2314: chip/stm32_otghost.c doesn't build , have C errors

2020-11-16 Thread GitBox
kernelgurumeditation opened a new issue #2314: URL: https://github.com/apache/incubator-nuttx/issues/2314 tested with master version: In file included from chip/stm32_otghost.c:73:0: chip/stm32_otg.h:135:34: warning: 'struct usbdev_s' declared inside parameter list void stm32_

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524684256 ## File path: include/nuttx/compiler_stdint.h ## @@ -69,6 +69,9 @@ typedef __INTMAX_TYPE__ _intmax_t; #if defined(__UINTMAX_TYPE__) typedef __

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524683998 ## File path: include/stdio.h ## @@ -190,15 +190,21 @@ intsnprintf(FAR char *buf, size_t size, intsscanf(FAR const char *buf, FAR const IPTR

[GitHub] [incubator-nuttx-apps] kernelgurumeditation opened a new issue #481: Elf loader sample app doesn't build

2020-11-16 Thread GitBox
kernelgurumeditation opened a new issue #481: URL: https://github.com/apache/incubator-nuttx-apps/issues/481 tested with master make[3]: Entering directory '/root/nuttx/apps/examples/elf' make[4]: Entering directory '/root/nuttx/apps/examples/elf/tests' make[5]: Entering dir

[GitHub] [incubator-nuttx] btashton commented on issue #2310: which configuration should choose if wanna to run nuttx on qemu?

2020-11-16 Thread GitBox
btashton commented on issue #2310: URL: https://github.com/apache/incubator-nuttx/issues/2310#issuecomment-728194252 All the QEMU configurations build I think you are facing some issues due to running Ubuntu 14 which is really really old. The 64bit version is a little more complicated to

[GitHub] [incubator-nuttx] btashton commented on pull request #2204: sched: irq: Fix enter_critical_section() in an irq handler for SMP

2020-11-16 Thread GitBox
btashton commented on pull request #2204: URL: https://github.com/apache/incubator-nuttx/pull/2204#issuecomment-728190331 > I noticed that the PR also needs to be backported to 10.0 > Thanks for catching this. I added the label so I won't miss it this evening. --

[incubator-nuttx] branch master updated (406347b -> 465b065)

2020-11-16 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 406347b stm32/stm32_1wire.c: Fix nxstyle errors new 97a9963 arch/arm/src/sam34/sam_udp.c: Replace

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2312: Type mismatch and printf format fixes

2020-11-16 Thread GitBox
xiaoxiang781216 merged pull request #2312: URL: https://github.com/apache/incubator-nuttx/pull/2312 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 merged pull request #2313: stm32/stm32_1wire.c: Fix nxstyle errors

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

[incubator-nuttx] branch master updated: stm32/stm32_1wire.c: Fix nxstyle errors

2020-11-16 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 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 406347b stm32/stm32_1wire.c: Fix nxst

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2313: stm32/stm32_1wire.c: Fix nxstyle errors

2020-11-16 Thread GitBox
hartmannathan opened a new pull request #2313: URL: https://github.com/apache/incubator-nuttx/pull/2313 ## Summary arch/arm/src/stm32/stm32_1wire.h: * Fix nxstyle errors. ## Impact Removes nxstyle errors. ## Testing nxstyle

[GitHub] [incubator-nuttx] jerpelea commented on pull request #2312: Type mismatch and printf format fixes

2020-11-16 Thread GitBox
jerpelea commented on pull request #2312: URL: https://github.com/apache/incubator-nuttx/pull/2312#issuecomment-728088545 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] yamt opened a new pull request #2312: Type mismatch and printf format fixes

2020-11-16 Thread GitBox
yamt opened a new pull request #2312: URL: https://github.com/apache/incubator-nuttx/pull/2312 ## Summary type mismatch and printf format fixes extracted from https://github.com/apache/incubator-nuttx/pull/ also, some replace non-ascii characters in source code. ## Impact

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2111: LIBCXX related fixes

2020-11-16 Thread GitBox
yamt commented on a change in pull request #2111: URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524284876 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \ CPPFLAGS := $(ARCHINC

[incubator-nuttx] 29/35: net/procfs/netdev_statistics.c: Appease nxstyle

2020-11-16 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 ba342132221a0ca8704924746538caf542278d48 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 14:57:26 2020 +0900

[incubator-nuttx] 24/35: arch/arm/src/sama5/sam_udphs.c: Appease nxstyle

2020-11-16 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 458e6f5a020cc1fdc9716aa18e58a273933b06e6 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 12:56:35 2020 +0900

[incubator-nuttx] 05/35: arch/arm/src/kl/kl_start.c: Appease nxstyle

2020-11-16 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 fd48419a3d82f14aa705ac9bd87a5234c2bd386a Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 18:08:50 2020 +0900

[incubator-nuttx] 27/35: arch/arm/src/samd2l2/sam_serial.c: Appease nxstyle

2020-11-16 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 566ca63cee90ab4a85d56394c13838d8fd36dc59 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 14:54:02 2020 +0900

[incubator-nuttx] 17/35: arch/hc/src/m9s12/m9s12_serial.c: Appease nxstyle

2020-11-16 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 2af9bf33b7f5770f6a19011e2c7afbe7b1d379e6 Author: YAMAMOTO Takashi AuthorDate: Tue Nov 10 09:17:58 2020 +0900

[incubator-nuttx] 25/35: arch/arm/src/sama5/sam_dbgu.c: Appease nxstyle

2020-11-16 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 174811cd5d027d3a6d99d9690cef7c0abca4ad85 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 13:26:45 2020 +0900

[incubator-nuttx] 34/35: arch/arm/src/samd2l2/sam_usb.c: Appease nxstyle

2020-11-16 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 09b59bc2250272e5da824980adff025b24e8b95c Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 20:15:26 2020 +0900

[incubator-nuttx] 28/35: arch/arm/src/samd5e5/sam_serial.c: Appease nxstyle

2020-11-16 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 45a51bf4b034ab2ec14c84d5e0294fa77c60a0cd Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 14:55:27 2020 +0900

[incubator-nuttx] 26/35: arch/arm/src/sam34/sam_udp.c: Appease nxstyle

2020-11-16 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 cbfc4ee063efcf2f91281273f733139d0676ff67 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 14:43:11 2020 +0900

[incubator-nuttx] 31/35: arch/arm/src/kinetis/kinetis_lpserial.c: Appease nxstyle

2020-11-16 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 7fdbd960aadef59e7b1c769c3fb85417a1337b22 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 15:56:20 2020 +0900

[incubator-nuttx] 32/35: net/local/local_fifo.c: Appease nxstyle

2020-11-16 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 62be7ba8b2eb44da46ad08e7978d3cf0210a2143 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 18:26:49 2020 +0900

[incubator-nuttx] 35/35: arm: Use a consistent type (uintptr_t) for g_idle_topstack

2020-11-16 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 35c6b4ad103bfecf72597151662c5936b4dc3c6f Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 18:07:39 2020 +0900

[incubator-nuttx] 01/35: hcs12: Appease nxstyle

2020-11-16 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 638f31a42f7a0eb5d228b039fb9cf426b9ad0d4f Author: YAMAMOTO Takashi AuthorDate: Thu Nov 5 18:15:04 2020 +0900

[incubator-nuttx] 08/35: arch/arm/src/nrf52/nrf52_allocateheap.c: Appease nxstyle

2020-11-16 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 516d51d4d1fcabe16a7928fc0a76c10772cdcce8 Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 18:13:44 2020 +0900

[incubator-nuttx] 33/35: boards/arm/samd2l2/arduino-m0/src/sam_usb.c: Appease nxstyle

2020-11-16 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 6125d1bb6729ccd0c8d281ea4a263fbbd75cb094 Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 20:12:54 2020 +0900

[incubator-nuttx] 21/35: arch/arm/src/imx1/imx_serial.c: Appease nxstyle

2020-11-16 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 76c947153af520352b6eb400906b15b16a6d9bda Author: YAMAMOTO Takashi AuthorDate: Tue Nov 10 18:34:29 2020 +0900

[incubator-nuttx] 10/35: arch/arm/src/samd2l2/sam_start.c: Appease nxstyle

2020-11-16 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 99c9a671d2ace386a33b1613ba82398ae063fe0f Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 18:14:40 2020 +0900

[incubator-nuttx] 15/35: arch/renesas/src/sh1/sh1_serial.c: Appease nxstyle

2020-11-16 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 3b58809f9b943e642e7eda02fae100febfa91716 Author: YAMAMOTO Takashi AuthorDate: Tue Nov 10 09:01:05 2020 +0900

[incubator-nuttx] 20/35: arch/arm/src/lpc214x/lpc214x_serial.c: Appease nxstyle

2020-11-16 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 4eb92e5410f67187064ea0bf2f37723b7b7af0cf Author: YAMAMOTO Takashi AuthorDate: Tue Nov 10 18:21:09 2020 +0900

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2311: nxstyle fixes + use consistent type for arm g_idle_topstack

2020-11-16 Thread GitBox
xiaoxiang781216 merged pull request #2311: URL: https://github.com/apache/incubator-nuttx/pull/2311 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] 04/35: arch/arm/src/lpc43xx/lpc43_allocateheap.c: Appease nxstyle

2020-11-16 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 b0e6462f6ada423cb12ce67ea084a22f68e7c5c0 Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 18:45:17 2020 +0900

[incubator-nuttx] 16/35: arch/arm/src/lpc31xx/lpc31_serial.c: Appease nxstyle

2020-11-16 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 19badbda2497995e682d2d9ae129b5d1fd9aeca9 Author: YAMAMOTO Takashi AuthorDate: Tue Nov 10 09:07:02 2020 +0900

[incubator-nuttx] 18/35: arch/arm/src/str71x/str71x_serial.c: Appease nxstyle

2020-11-16 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 c07b45152ec0042861761bd9e9868e6bce65a7b5 Author: YAMAMOTO Takashi AuthorDate: Tue Nov 10 18:11:14 2020 +0900

[incubator-nuttx] 19/35: arch/arm/src/lpc2378/lpc23xx_serial.c: Appease nxstyle

2020-11-16 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 e75dfac5652f28e4aed74c7c715e21fb3263 Author: YAMAMOTO Takashi AuthorDate: Tue Nov 10 18:17:11 2020 +0900

[incubator-nuttx] 12/35: libs/libc/time/lib_strftime.c: Appease nxstyle

2020-11-16 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 2342b929e7678b5d37c6f15004e35fde232d72bd Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 20:02:42 2020 +0900

[incubator-nuttx] 22/35: arch/arm/src/c5471/c5471_watchdog.c: Appease nxstyle

2020-11-16 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 6ec164d55361979acfe1798afb817279a6279e7d Author: YAMAMOTO Takashi AuthorDate: Wed Nov 11 15:54:14 2020 +0900

[incubator-nuttx] 14/35: arch/arm/src/dm320/dm320_serial.c: Appease nxstyle

2020-11-16 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 63320733ccef3eba3bc6af33f0d618a662db1173 Author: YAMAMOTO Takashi AuthorDate: Tue Nov 10 08:42:40 2020 +0900

[incubator-nuttx] 06/35: arch/arm/src/lpc54xx/lpc54_allocateheap.c: Appease nxstyle

2020-11-16 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 a86c58334c0a8f8af34e2c0060ccef6d1b4bc0d2 Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 18:11:42 2020 +0900

[incubator-nuttx] 03/35: z8: Appease nxstyle

2020-11-16 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 cc2384ad8ee82a569242b39f8d1a499933afa83f Author: YAMAMOTO Takashi AuthorDate: Thu Nov 5 18:32:09 2020 +0900

[incubator-nuttx] 13/35: arch/arm/src/imx6/imx_serial.c: Appease nxstyle

2020-11-16 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 b380760eb11bd70f2d3cee7c1b91efba6022690c Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 20:14:03 2020 +0900

[incubator-nuttx] 23/35: drivers/mtd/mtd_partition.c: Appease nxstyle

2020-11-16 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 4c663c9713ef0076faeaa77c800b36b7f2e6525d Author: YAMAMOTO Takashi AuthorDate: Wed Nov 11 16:09:08 2020 +0900

[incubator-nuttx] 02/35: hc12: Appease nxstyle

2020-11-16 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 ba02387d688ff535f72a2fe9641ea3566af8e165 Author: YAMAMOTO Takashi AuthorDate: Thu Nov 5 18:15:57 2020 +0900

[incubator-nuttx] 30/35: fs/procfs/fs_procfsiobinfo.c: Appease nxstyle

2020-11-16 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 711371a855a36525efc275504336bc2cec8aac2f Author: YAMAMOTO Takashi AuthorDate: Fri Nov 13 15:46:09 2020 +0900

[incubator-nuttx] 09/35: arch/arm/src/nuc1xx/nuc_start.c: Appease nxstyle

2020-11-16 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 23da936a3897002fbd7dab0908a0ef3b2ae8fc12 Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 18:14:10 2020 +0900

[incubator-nuttx] branch master updated (13f3f84 -> 35c6b4a)

2020-11-16 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 13f3f84 arch: armv7-a: Remove unnecessary d-cache operation in arm_cpustart.c new 638f31a hcs12:

[incubator-nuttx] 07/35: arch/arm/src/max326xx/common/max326_start.c: Appease nxstyle

2020-11-16 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 d007b37973da38100b12e9e32306c7055d69daa6 Author: YAMAMOTO Takashi AuthorDate: Mon Nov 9 18:12:49 2020 +0900

[incubator-nuttx] 11/35: include/nuttx/streams.h: Appease nxstyle

2020-11-16 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 18b3b3f5c1c48d75704826484938d1ba8c81a354 Author: YAMAMOTO Takashi AuthorDate: Thu Nov 5 17:13:40 2020 +0900

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2111: LIBCXX related fixes

2020-11-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2111: URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524243926 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \ CPPFLAGS :

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2204: sched: irq: Fix enter_critical_section() in an irq handler for SMP

2020-11-16 Thread GitBox
masayuki2009 commented on pull request #2204: URL: https://github.com/apache/incubator-nuttx/pull/2204#issuecomment-727957061 @btashton I noticed that the PR also needs to be backported to 10.0 This is an automated me

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2111: LIBCXX related fixes

2020-11-16 Thread GitBox
yamt commented on a change in pull request #2111: URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524230315 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \ CPPFLAGS := $(ARCHINC

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2111: LIBCXX related fixes

2020-11-16 Thread GitBox
yamt commented on a change in pull request #2111: URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524224398 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \ CPPFLAGS := $(ARCHINC

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2111: LIBCXX related fixes

2020-11-16 Thread GitBox
yamt commented on a change in pull request #2111: URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524222957 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \ CPPFLAGS := $(ARCHINC

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2111: LIBCXX related fixes

2020-11-16 Thread GitBox
yamt commented on a change in pull request #2111: URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r52428 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \ CPPFLAGS := $(ARCHINC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2111: LIBCXX related fixes

2020-11-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2111: URL: https://github.com/apache/incubator-nuttx/pull/2111#discussion_r524208334 ## File path: boards/sim/sim/sim/scripts/Make.defs ## @@ -100,6 +100,24 @@ CXXFLAGS := $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) \ CPPFLAGS :

[GitHub] [incubator-nuttx] yamt opened a new pull request #2311: nxstyle fixes

2020-11-16 Thread GitBox
yamt opened a new pull request #2311: URL: https://github.com/apache/incubator-nuttx/pull/2311 ## Summary nxstyle fixes extracted from https://github.com/apache/incubator-nuttx/pull/ ## Impact ## Testing

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524198512 ## File path: arch/sim/include/inttypes.h ## @@ -44,7 +44,7 @@ * Pre-processor Definitions **

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524194680 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -389,7 +390,7 @@ wifi_osi_funcs_t g_wifi_osi_funcs = ._nvs_erase_key = esp_nvs_eras

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
yamt commented on a change in pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#discussion_r524192384 ## File path: arch/sim/include/types.h ## @@ -44,6 +44,8 @@ * Included Files

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2222: Use a few integer types from the compiler

2020-11-16 Thread GitBox
xiaoxiang781216 commented on pull request #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-727930012 @yamt great work! but there are many intermediate patches, can you organize the patch series into two: 1. Fix type mismatch and nxstyle(or better to has nx

  1   2   >