btashton commented on a change in pull request #2415:
URL: https://github.com/apache/incubator-nuttx/pull/2415#discussion_r536557076
##
File path: net/inet/ipv4_setsockopt.c
##
@@ -184,16 +189,41 @@ int ipv4_setsockopt(FAR struct socket *psock, int option,
}
b
btashton commented on a change in pull request #2415:
URL: https://github.com/apache/incubator-nuttx/pull/2415#discussion_r536575892
##
File path: net/inet/ipv4_setsockopt.c
##
@@ -184,16 +189,41 @@ int ipv4_setsockopt(FAR struct socket *psock, int option,
}
b
btashton commented on a change in pull request #2415:
URL: https://github.com/apache/incubator-nuttx/pull/2415#discussion_r536580737
##
File path: net/inet/ipv4_setsockopt.c
##
@@ -184,16 +189,41 @@ int ipv4_setsockopt(FAR struct socket *psock, int option,
}
b
btashton commented on a change in pull request #2415:
URL: https://github.com/apache/incubator-nuttx/pull/2415#discussion_r536597831
##
File path: net/inet/ipv4_setsockopt.c
##
@@ -184,16 +189,41 @@ int ipv4_setsockopt(FAR struct socket *psock, int option,
}
b
anchao commented on a change in pull request #2415:
URL: https://github.com/apache/incubator-nuttx/pull/2415#discussion_r536635561
##
File path: net/inet/ipv4_setsockopt.c
##
@@ -184,16 +189,41 @@ int ipv4_setsockopt(FAR struct socket *psock, int option,
}
bre
btashton commented on a change in pull request #2415:
URL: https://github.com/apache/incubator-nuttx/pull/2415#discussion_r536648421
##
File path: net/inet/ipv4_setsockopt.c
##
@@ -184,16 +189,41 @@ int ipv4_setsockopt(FAR struct socket *psock, int option,
}
b
raiden00pl opened a new pull request #2481:
URL: https://github.com/apache/incubator-nuttx/pull/2481
## Summary
stm32/hardware: remove redundand ifdefs to keep headers consistent
## Impact
## Testing
Build test
---
davids5 commented on pull request #2415:
URL: https://github.com/apache/incubator-nuttx/pull/2415#issuecomment-739247139
@btashton - Thank you for for looking into this. Please merge it when you
are satisfied, as my review will not add any value.
--
yamt opened a new pull request #2482:
URL: https://github.com/apache/incubator-nuttx/pull/2482
## Summary
Extracted from https://github.com/apache/incubator-nuttx/pull/2347
## Impact
## Testing
This is an
yamt commented on pull request #2482:
URL: https://github.com/apache/incubator-nuttx/pull/2482#issuecomment-739247815
nxstyle errors in drivers/video/ov2640.c are left because i'm not sure
how they should be fixed.
These are initializers like:
{0xff, 0x00}, {0x2c, 0xf
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 9407d06d92b0a44d7f672463ea4a1be6f912bd2f
Author: raiden00pl
AuthorDate: Sat Dec 5 13:00:30 2020 +0100
s
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 a95512e05d939ace01bceca379201f2bac4464fc
Author: raiden00pl
AuthorDate: Sat Dec 5 13:18:57 2020 +0100
n
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 6aba444 Added: MT29F2G Nand Flash block driver for
sam4s-xplained-pro. Fixed: SDIO Interface hanging af
xiaoxiang781216 merged pull request #2481:
URL: https://github.com/apache/incubator-nuttx/pull/2481
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
fjpanag commented on pull request #2477:
URL: https://github.com/apache/incubator-nuttx/pull/2477#issuecomment-739254711
Hi @davids5
Ok, we agree that the naming can change. Neither I like the chosen one, I
just couldn't think anything better.
So I can follow your proposition:
fjpanag commented on pull request #2477:
URL: https://github.com/apache/incubator-nuttx/pull/2477#issuecomment-739254809
Or maybe something like:
```
#ifndef BOARD_STM32F4_VDD
#define BOARD_STM32F4_VDD 3.3
#warning "MCU Vdd is not defined! Using the default of 3.3V."
#endi
xiaoxiang781216 merged pull request #2482:
URL: https://github.com/apache/incubator-nuttx/pull/2482
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 a95512e nxstyle fixes
new 99000d3 arch/arm/src/stm32/stm32_iwdg.c: Fix syslog formats
new cb5
davids5 commented on pull request #2477:
URL: https://github.com/apache/incubator-nuttx/pull/2477#issuecomment-739256673
I would drop the waning. It is noise in the 99% percent case and if -Werror
is set will kill the build.
davids5 commented on pull request #2477:
URL: https://github.com/apache/incubator-nuttx/pull/2477#issuecomment-739258385
> Hi @davids5
>
> Ok, we agree that the naming can change. Neither I like the chosen one, I
just couldn't think anything better.
> So I can follow your proposit
davids5 commented on pull request #2477:
URL: https://github.com/apache/incubator-nuttx/pull/2477#issuecomment-739258488
Oh and yes I would avoid the floats.
This is an automated message from the Apache Git Service.
To respon
xiaoxiang781216 merged pull request #2475:
URL: https://github.com/apache/incubator-nuttx/pull/2475
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 9579fe1 libs/libc/spawn/lib_psa_dump.c: Fix a syslog format
new 1a9a71f sched/sched/sched_waitid.c
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 bce576c0bd3d25f41f4fb084a2f8a921805d140d
Author: Yoshinori Sugino
AuthorDate: Fri Dec 4 15:20:40 2020 +0900
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 1a9a71f47c2471cf48a7d059d3d447f5dd1c14cd
Author: Yoshinori Sugino
AuthorDate: Fri Dec 4 15:12:06 2020 +0900
raiden00pl opened a new pull request #2483:
URL: https://github.com/apache/incubator-nuttx/pull/2483
## Summary
Convert all STM32G47X specific code to generic STM32G4 series code.
This is an initial step towards supporting other STM32G4 chips.
There is no point in breaking it do
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739328190
I am having same problem on ubuntu and mac over nuttx git version i am just
following documents as @RockySong mentioned may be there are some issues with
git version
-
btashton commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739329779
@Robokishan I'm trying to understand what is going on here since we run all
these builds against Ubuntu and Windows multiple times a day so I don't think
git is broken.
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739329920
@btashton i am just following nuttx docs
https://nuttx.apache.org/docs/latest/quickstart/quickstart.html
Th
Robokishan edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739329920
@btashton i am just following nuttx docs
https://nuttx.apache.org/docs/latest/quickstart/quickstart.html
and then i am having errors on ./tools/configure.sh -m
Robokishan edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739329920
@btashton i am just following nuttx docs
https://nuttx.apache.org/docs/latest/quickstart/quickstart.html
and then i am having this same errors on ./tools/config
Robokishan edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739329920
@btashton i am just following nuttx docs
https://nuttx.apache.org/docs/latest/quickstart/quickstart.html
and then i am having this same errors on ./tools/config
v01d opened a new pull request #2484:
URL: https://github.com/apache/incubator-nuttx/pull/2484
## Summary
Some simple build fixes to have RIT code build. Also fixed style issues.
## Impact
Solves build problem when trying to build RIT-based tickless support
## Te
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739330724
After clonning it into app i am getting exactly the same errors what
@RockySong had pasted
This is an autom
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739331036
and i checkout both nuttx-apps and nuttx to tag/nuttx-9.1.0 after that
following errors
```
Copy files
Select CONFIG_HOST_MACOS=y
Refreshing...
arch/
Robokishan edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739330724
After clonning it into app i am getting errors
```
Copy files
Select CONFIG_HOST_MACOS=y
Refreshing...
make[2]: Nothing to be done for `clean_conte
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739332140
for a quick and dirty fix i checked out to nuttx 8.2 both from apps and main
nuttx git
This is an automated
btashton commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739332186
@Robokishan see https://github.com/apache/incubator-nuttx/issues/2405 I am
still not clear on what the issue was. But I think it was resolved using the
kconfig that I pointed
Robokishan removed a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739332140
for a quick and dirty fix i checked out to nuttx 8.2 both from apps and main
nuttx git
This is an a
btashton commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739332358
I suspect you are somehow using an old version of kconfig when you run
`which kconfig` do you get the version you built?
-
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 e37001f2694072dc6be5d7e406f22498148ea203
Author: chao.an
AuthorDate: Sat Dec 5 18:21:18 2020 +0800
net/s
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 5ad2c931a3b4665591031bed6353dfbbf8904ac7
Author: chao.an
AuthorDate: Fri Nov 27 11:19:33 2020 +0800
net/
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 4af687b8c23b6775eaf9660076d2054055219a1e
Author: chao.an
AuthorDate: Thu Dec 3 13:53:50 2020 +0800
net/i
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 bce576c sched/sched/sched_waitid.c: Discard the child entry
new 4af687b net/igmp: add MULTICAST_TTL
btashton merged pull request #2415:
URL: https://github.com/apache/incubator-nuttx/pull/2415
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
patacongo commented on pull request #2415:
URL: https://github.com/apache/incubator-nuttx/pull/2415#issuecomment-739333692
IGMP is an IPv4 protocol. MLD is the IPv6 counterpart. Should MLD also
support these settings?
This
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739335363
Yes that's resolve the problem thanks for help!!!
This is an automated message from the Apache Git Service.
Robokishan edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739335363
Yes that's resolve the problem thanks for help!!!... i install it from brew
since i didn't wanted to install using sudo make install. and its kinda very
old the versi
btashton commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739336119
Great! You can install kconfig to a local path by passing `--prefix=` to
`./configure.sh` which is what we do in the CI script here
./configure --prefix=$prebuilt/kconfig-fr
btashton commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739336252
@v01d maybe we should add a note to the docs warning people about the brew
version for macOS?
This is an auto
btashton edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739336252
@v01d maybe we should add a note to the docs warning people about the brew
version of kconfig-fronteneds for macOS?
---
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739336301
Sure will checkout that also. thanks for the help $prebuilt whould work ?
This is an automated message from
btashton commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739336567
> Sure will checkout that also. thanks for the help $prebuilt whould work ?
$prebuilt is a directory that we define at the top and then make sure
$prebuilt/bin is in the
v01d commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739336632
> @v01d maybe we should add a note to the docs warning people about the brew
version of kconfig-fronteneds for macOS?
So the issue was there was already a system installed v
btashton edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739336567
> Sure will checkout that also. thanks for the help $prebuilt whould work ?
$prebuilt is a directory that we define at the top and then make sure
$prebuilt/bin is
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739339344
@btashton not working it still trying to install it into the sytem.
`./configure --prefix=$prebuilt/kconfig-frontends --enable-mconf
--disable-shared --enable-static --di
btashton commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739341174
Yeah sorry you do need to supply all the of those especially for local
development. Just make sure `$prebuilt/kconfig-frontends` point to where you
want it installed for when
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739343279
same as yours i just want to install it to the $HOME/.local/bin so i
exported it and then
`export prefix=$HOME/.local/`
`./configure --prefix=$prebuilt/kconfig-fronten
Robokishan edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739343279
same as yours i just want to install it to the $HOME/.local/bin so i
exported it and then
`1. export prefix=$HOME/.local/`
`2. ./configure --prefix=$prebuilt/kc
Robokishan edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739343279
same as yours i just want to install it to the $HOME/.local/bin so i
exported it and then
`1. export prefix=$HOME/.local/`
`2. ./configure --prefix=$prebuilt/kc
btashton commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739349795
You should use --prefix=$HOME/.local/` instead of
`--prefix=$prebuilt/kconfig-frontends`
then you will see the kconfig binaries in `$HOME/.local/bin/` after make
install
btashton edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739349795
You should use --prefix=$HOME/.local/` instead of
`--prefix=$prebuilt/kconfig-frontends`
then you will see the kconfig binaries in `$HOME/.local/bin/` after make
ins
Robokishan commented on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739360907
yes yes that's for sure.. now it is working thanks for the help that was the
thing i was looking for i always use .local for the installation since sudo is
too risky for any
Robokishan edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739360907
yes yes that's for sure.. now it is working thanks for the help that was the
thing i was looking for i always use .local for the installation since sudo is
too risky
btashton edited a comment on issue #844:
URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-739349795
You should use `--prefix=$HOME/.local/` instead of
`--prefix=$prebuilt/kconfig-frontends`
then you will see the kconfig binaries in `$HOME/.local/bin/` after make
in
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 bb87292 Publishing web
v01d opened a new pull request #38:
URL: https://github.com/apache/incubator-nuttx-website/pull/38
## Summary
This fixes NUTTX_VERSIONS which shoud have had commas and not spaces between
each entry. Also, this now
ignores RC releases.
## Impact
Documentation build
v01d opened a new pull request #2485:
URL: https://github.com/apache/incubator-nuttx/pull/2485
## Summary
This merges quickstart and the rest of "getting started" so that there's
only one set of instructions. I also added some minor improvements here and
there. I also re-enabled pre
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 e37001f net/setsockopt/IP_MULTICAST_TTL: add handles of different
prototypes
new 9c83b40 Document
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 9c83b407b409a1e11e4adceb3efc5e59c539f328
Author: Matias N
AuthorDate: Sat Dec 5 23:24:16 2020 -0300
Doc
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 1e7c13dba3bc7a3cc468e3154ea23a29c77c7184
Author: Matias N
AuthorDate: Sat Dec 5 23:24:34 2020 -0300
Doc
xiaoxiang781216 merged pull request #2485:
URL: https://github.com/apache/incubator-nuttx/pull/2485
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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 de9842ab60a39b1721d1ae80bf85e5600afc0df4
Author: Matias N
AuthorDate: Sat Dec 5 15:11:50 2020 -0300
LPC
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 1e7c13d Documentation: merge quickstart with the rest of "getting
started"
new de9842a LPC43 RIT:
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 ec83dc2ad36c278248b260bade84768352362a15
Author: Matias N
AuthorDate: Sat Dec 5 15:18:21 2020 -0300
nxs
xiaoxiang781216 merged pull request #2484:
URL: https://github.com/apache/incubator-nuttx/pull/2484
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
xiaoxiang781216 merged pull request #38:
URL: https://github.com/apache/incubator-nuttx-website/pull/38
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2a72725 doc build: fix NUTT
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
The following commit(s) were added to refs/heads/releases/10.0 by this push:
new f838f9f Documentation:
btashton merged pull request #2442:
URL: https://github.com/apache/incubator-nuttx/pull/2442
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
Author: btashton
Date: Sun Dec 6 06:36:27 2020
New Revision: 44859
Log:
Stage Apache NuttX 9.1.1-RC0 and 10.0.1-RC0
Added:
dev/incubator/nuttx/10.0.1-RC0/
dev/incubator/nuttx/10.0.1-RC0/apache-nuttx-10.0.1-incubating.tar.gz
(with props)
dev/incubator/nuttx/10.0.1-RC0/apache-nuttx-
81 matches
Mail list logo