I forgot to attach the config file. Here it is.
-adam
On Wed, Jan 8, 2020 at 7:57 PM Adam Feuer wrote:
> Hi,
>
> I'm trying to save a defconfig, so I can put together an example for USB
> over Ethernet example I'm working on. It's working on the SAMA5D36-Xplained
> via USB 2.0 HS, by the way– v
Hi,
I'm trying to save a defconfig, so I can put together an example for USB
over Ethernet example I'm working on. It's working on the SAMA5D36-Xplained
via USB 2.0 HS, by the way– very nice.
When I do 'make savedefconfig' I get the following message twice:
warning: (IMXRT_ENET && TIVA_PHY_INTER
On Wed, Jan 8, 2020 at 7:55 PM Gregory Nutt wrote:
> I suspect you could substitute FreeBSD for macOS and also catch most if
> not all macOS build issues.
I think you could also require installing coreutils via brew or macports,
they both have it. On macOS I can't imagine trying to build NuttX
Haitao,
Will the Jenkins CI scripts live in version control somewhere?
cheers
adam
On Wed, Jan 8, 2020 at 7:44 PM Haitao Liu wrote:
> Ok, get it. Thanks!
>
> Justin Mclean 于2020年1月9日周四 上午11:07写道:
>
> > Hi,
> >
> > > Thanks, I think we can firstly get start in Linux and Windows. Then
> > > co
Thanks, I think we can firstly get start in Linux and Windows. Then
consider how to setup Mac later, donate slave or other.
Two other question, nuttx uses some cross compile toolchains etc. In
addition, Cygwin or MinGW is in need once nuttx built under Windows slaves.
Should we ask for Apache I
Ok, get it. Thanks!
Justin Mclean 于2020年1月9日周四 上午11:07写道:
> Hi,
>
> > Thanks, I think we can firstly get start in Linux and Windows. Then
> > consider how to setup Mac later, donate slave or other.
> > Two other question, nuttx uses some cross compile toolchains etc. In
> > addition, Cygwin or
Hi,
> Thanks, I think we can firstly get start in Linux and Windows. Then
> consider how to setup Mac later, donate slave or other.
> Two other question, nuttx uses some cross compile toolchains etc. In
> addition, Cygwin or MinGW is in need once nuttx built under Windows slaves.
> Should we ask f
Thanks, I think we can firstly get start in Linux and Windows. Then
consider how to setup Mac later, donate slave or other.
Two other question, nuttx uses some cross compile toolchains etc. In
addition, Cygwin or MinGW is in need once nuttx built under Windows slaves.
Should we ask for Apache Infra
Hi,
> I have some questions about Apache Infra. Since NuttX would be built under
> Linux/Mac/Windows environment, does Apache Infra Jenkins CI provides Mac
> and Windows slave machines to ease CI build?
There was a mac machine, but I think it was removed a while back. There are
windows machines
Hi, Justin,
I have some questions about Apache Infra. Since NuttX would be built under
Linux/Mac/Windows environment, does Apache Infra Jenkins CI provides Mac
and Windows slave machines to ease CI build?
Justin Mclean 于2020年1月8日周三 下午12:00写道:
> Hi,
>
> Changing subjects.
>
> > Since code check
Oke I want it to extend the RAM just like FSMC does on the STM429i..
so in boot it has to expand and that the framebuffer can use it
as if it already was there..
I will look into some examples where I can begin the 23LC1024 I
will try first.
As Alan mentioned, the serial SRAM drive
Oke I want it to extend the RAM just like FSMC does on the STM429i.. so in boot
it has to expand and that the framebuffer can use it as if it already was
there..
I will look into some examples where I can begin the 23LC1024 I will try
first.
As Alan mentioned, the serial SRAM driv
128Kb is still not big enough to allocate a 155Kb buffer. The memory
has to be contiguous. Adding any chunk of memory < 155Kb will not give
you more contiguous memory.
The 23LC1024 is a serial, SPI SRAM you can't use a serial part for heap
memory under any condition. You need to use a stand
Oke I want it to extend the RAM just like FSMC does on the STM429i.. so in boot
it has to expand and that the framebuffer can use it as if it already was
there..
I will look into some examples where I can begin the 23LC1024 I will try
first.
Verstuurd vanaf mijn iPhone
> Op 9 jan. 20
AFAIK NuttX doesn't have support to Serial SRAM yet.
At least I never see a driver to it.
Normally people use real SDRAM chips controlled by FMSC (in the case of STM32).
It should be a nice addition if you create a driver for Serial SRAM.
You can't use serial SRAM from a framebuffer, howev
Hi Ben,
AFAIK NuttX doesn't have support to Serial SRAM yet.
At least I never see a driver to it.
Normally people use real SDRAM chips controlled by FMSC (in the case of STM32).
It should be a nice addition if you create a driver for Serial SRAM.
BR,
Alan
On 1/8/20, disruptivesolution...@gma
I just got a 23LC1024 (128kb SDRAM 1MBit) and want to "attach" this as
external RAM. To scale up the free mem.
I am looking at examples like stm32_extmem.c and qspi.. which one is best to
use? And do I have to "make" a driver for it? And bind it to SPI? Or are my
thoughts wrong?
Thanks again...
I updated my details on my account and I will look at the issue ASAP
Thanks
Alin
On Wed, Jan 8, 2020 at 8:05 PM Gregory Nutt wrote:
> Alin, you need to review this PR:
> https://github.com/apache/incubator-nuttx/pull/60 . I made a wild guess
> to get a clean compile but there is only a 50/50 c
On Wed, Jan 8, 2020, 11:05 AM Nathan Hartman
wrote:
> On Wed, Jan 8, 2020 at 3:05 AM Xiang Xiao
> wrote:
>
> > Yes, all Jenkins related files should put on the Jenkins server as
> > much as possible.
>
>
> What if something happens to the Jenkins server? Will the files exist
> somewhere else too
Alin, you need to review this PR:
https://github.com/apache/incubator-nuttx/pull/60 . I made a wild guess
to get a clean compile but there is only a 50/50 chance that I guessed
properly. Please check. This is holding up the build test now (we have
not had a clean build test in over a week ne
On Wed, Jan 8, 2020 at 3:05 AM Xiang Xiao wrote:
> Yes, all Jenkins related files should put on the Jenkins server as
> much as possible.
What if something happens to the Jenkins server? Will the files exist
somewhere else too?
Thanks,
Nathan
Hi Xiang,
-Original Message-
From: Xiang Xiao [mailto:xiaoxiang781...@gmail.com]
Sent: Tuesday, January 07, 2020 6:30 PM
To: dev@nuttx.apache.org
Subject: Re: Working Effectively (was Point of Order)
David, why you think this tool promote the violation?
[DBS]
May be I do not understand w
If you prefer IDE(Eclipse) environment, here is instruction done by David:
https://github.com/apache/incubator-nuttx/pull/12
Just need change "nxstyle -m 86" to "checkpatch.sh -f"
On Wed, Jan 8, 2020 at 4:46 PM Haitao Liu wrote:
>
> Now there is checkpatch.sh in nuttx/tools which call nxstyle to
Now there is checkpatch.sh in nuttx/tools which call nxstyle to support
patch/file/commit check.
It could be used as a git pre-commit hook.
Disruptive Solutions 于2020年1月8日周三
下午3:14写道:
> Is there a “code style” formatter possible for say Eclipse for Apache
> Nuttx? This can be custom made and giv
On Wed, Jan 8, 2020 at 12:01 PM Gregory Nutt wrote:
>
>
> >> Since code check part is available now, could I and Duo prepare to setup
> >> Jenkins CI job firstly?
> >> At fist, start to do the PR check stage according to the workflow option
> >> chosen, then go to the build stage in the next coup
25 matches
Mail list logo