|
Re: galileo building problem
Hi,
You need to go into an application directory and build in the application directory, for example:
$ cd samples/hello_world/nanokernel
$ make BOARD=galileo
Regards,
Anas
Hi,
You need to go into an application directory and build in the application directory, for example:
$ cd samples/hello_world/nanokernel
$ make BOARD=galileo
Regards,
Anas
|
By
Nashif, Anas
·
#2283
·
|
|
galileo building problem
Hi,
I had set up all the dev libaries, SDK and downloaded required files ( https://www.zephyrproject.org/doc/board/galileo.html ). but under $ZEPHYR_BASE directory when I did make BOARD=galileo it
Hi,
I had set up all the dev libaries, SDK and downloaded required files ( https://www.zephyrproject.org/doc/board/galileo.html ). but under $ZEPHYR_BASE directory when I did make BOARD=galileo it
|
By
Anupam Datta
·
#2282
·
|
|
issue setup galileo board
Hi,
I had set up all the dev libaries, SDK and downloaded required files (
https://www.zephyrproject.org/doc/board/galileo.html ). but under
$ZEPHYR_BASE directory when I did make BOARD=galileo it
Hi,
I had set up all the dev libaries, SDK and downloaded required files (
https://www.zephyrproject.org/doc/board/galileo.html ). but under
$ZEPHYR_BASE directory when I did make BOARD=galileo it
|
By
Anupam Datta
·
#2280
·
|
|
issue setup galileo board
Hi,
I had set up all the dev libaries, SDK and downloaded required files (
https://www.zephyrproject.org/doc/board/galileo.html ). but under
$ZEPHYR_BASE directory when I did make BOARD=galileo it
Hi,
I had set up all the dev libaries, SDK and downloaded required files (
https://www.zephyrproject.org/doc/board/galileo.html ). but under
$ZEPHYR_BASE directory when I did make BOARD=galileo it
|
By
Anupam Datta
·
#2281
·
|
|
Re: RFC: return type of functions passed to DEVICE_INIT()
This should work. We need to rework some of the drivers as they make
the driver_api assignment unconditionally.
----------
Daniel Leung
This should work. We need to rework some of the drivers as they make
the driver_api assignment unconditionally.
----------
Daniel Leung
|
By
Daniel Leung <daniel.leung@...>
·
#2279
·
|
|
Re: RFC: make _fiber_start() return a handle on the fiber
Sure.
By
Benjamin Walsh <benjamin.walsh@...>
·
#2278
·
|
|
Re: RFC: make _fiber_start() return a handle on the fiber
You are right, this will not break existing code.
Nevertheless, we should track such API changes and document them in release notes.
Anas
>
You are right, this will not break existing code.
Nevertheless, we should track such API changes and document them in release notes.
Anas
>
|
By
Nashif, Anas
·
#2277
·
|
|
Re: RFC: make _fiber_start() return a handle on the fiber
We're just returning a thread ID when we start a fiber now, you can
ignore it. I don't see an issue here...
We're just returning a thread ID when we start a fiber now, you can
ignore it. I don't see an issue here...
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2276
·
|
|
Re: RFC: make _fiber_start() return a handle on the fiber
Ugh, you're right, it's a nano_thread_id_t.
Ugh, you're right, it's a nano_thread_id_t.
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2275
·
|
|
Re: How to setup git-review
Hi Anas,
Quoting Nashif, Anas (2016-02-19 14:07:36)
Yes, I agree.
I'm not a gerrit expert but from I could understand, this is related to the
'forge author' settings from submitter rights. I'm CCing
Hi Anas,
Quoting Nashif, Anas (2016-02-19 14:07:36)
Yes, I agree.
I'm not a gerrit expert but from I could understand, this is related to the
'forge author' settings from submitter rights. I'm CCing
|
By
Andre Guedes <andre.guedes@...>
·
#2274
·
|
|
Re: RFC: return type of functions passed to DEVICE_INIT()
How about something like this:
diff --git a/kernel/nanokernel/device.c b/kernel/nanokernel/device.c
index f86f95f..82774c4 100644
--- a/kernel/nanokernel/device.c
+++ b/kernel/nanokernel/device.c
@@
How about something like this:
diff --git a/kernel/nanokernel/device.c b/kernel/nanokernel/device.c
index f86f95f..82774c4 100644
--- a/kernel/nanokernel/device.c
+++ b/kernel/nanokernel/device.c
@@
|
By
Dirk Brandewie <dirk.j.brandewie@...>
·
#2273
·
|
|
Re: RFC: make _fiber_start() return a handle on the fiber
Makes sense but why not tell the compiler the truth about the type?
Makes sense but why not tell the compiler the truth about the type?
|
By
Dirk Brandewie <dirk.j.brandewie@...>
·
#2272
·
|
|
Re: How to setup git-review
Thanks for documenting this but I don't think forcing people to use git-review is the right approach. It worked for us before in many other projects, why is this different and why can't I use vanilla
Thanks for documenting this but I don't think forcing people to use git-review is the right approach. It worked for us before in many other projects, why is this different and why can't I use vanilla
|
By
Nashif, Anas
·
#2270
·
|
|
Re: RFC: make _fiber_start() return a handle on the fiber
Sounds good, but we need to do it in away that keeps APIs compatible I guess.
Anas
Sounds good, but we need to do it in away that keeps APIs compatible I guess.
Anas
|
By
Nashif, Anas
·
#2271
·
|
|
Re: RFC: make _fiber_start() return a handle on the fiber
Looks like it. You want to do the implementation yourself Jukka ?
Looks like it. You want to do the implementation yourself Jukka ?
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2269
·
|
|
Re: RFC: return type of functions passed to DEVICE_INIT()
What I was proposing in my last reply, too keep things simple, is one
Kconfig option to enable/disable handling of error codes by init
functions. If it's disabled, nothing is handled automatically and
What I was proposing in my last reply, too keep things simple, is one
Kconfig option to enable/disable handling of error codes by init
functions. If it's disabled, nothing is handled automatically and
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2268
·
|
|
Re: 6LoWPAN Stack
Hi Joakim,
I have not measured this. At the moment the IP stack is configured to
have separate TX and RX buffers. So in minimal configuration there
would be one TX and one RX buffer vs. in Contiki
Hi Joakim,
I have not measured this. At the moment the IP stack is configured to
have separate TX and RX buffers. So in minimal configuration there
would be one TX and one RX buffer vs. in Contiki
|
By
Jukka Rissanen
·
#2267
·
|
|
Re: 6LoWPAN Stack
Hi Jukka!
Ok, yes - I expected that there would be quite som changes. But I guess that they
will be the same changes at each sync! I will take a look at the codebase and
see how much differences you
Hi Jukka!
Ok, yes - I expected that there would be quite som changes. But I guess that they
will be the same changes at each sync! I will take a look at the codebase and
see how much differences you
|
By
Joakim Eriksson
·
#2266
·
|
|
Re: RFC: make _fiber_start() return a handle on the fiber
Hi,
No comments -> no objects -> perhaps we can continue with this route
then?
Cheers,
Jukka
Hi,
No comments -> no objects -> perhaps we can continue with this route
then?
Cheers,
Jukka
|
By
Jukka Rissanen
·
#2265
·
|
|
Re: 6LoWPAN Stack
Hi Joakim,
The plan is to sync it from Contiki when applicable. If you look the
code, we needed to make lot of changes to uIP stack in order to make it
work in Zephyr. The biggest change is that the
Hi Joakim,
The plan is to sync it from Contiki when applicable. If you look the
code, we needed to make lot of changes to uIP stack in order to make it
work in Zephyr. The biggest change is that the
|
By
Jukka Rissanen
·
#2264
·
|