|
RFC: Unified kernel
Available in .rst format here:
https://gerrit.zephyrproject.org/r/#/c/2255/
Comments gladly welcome.
Cheers,
Ben
--
Benjamin Walsh, SMTS
Wind River Rocket
www.windriver.com
Zephyr kernel
Available in .rst format here:
https://gerrit.zephyrproject.org/r/#/c/2255/
Comments gladly welcome.
Cheers,
Ben
--
Benjamin Walsh, SMTS
Wind River Rocket
www.windriver.com
Zephyr kernel
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#3024
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 2
[ZEP-163] AIO doesn't work on QUARK_D2000_CRB
https://jira.zephyrproject.org/browse/ZEP-163
[ZEP-221]
NEW JIRA items within last 24 hours: 0
UPDATED JIRA items within last 24 hours: 2
[ZEP-163] AIO doesn't work on QUARK_D2000_CRB
https://jira.zephyrproject.org/browse/ZEP-163
[ZEP-221]
|
By
donotreply@...
·
#3023
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/2253 : net: apps: Ignore multicast context get fails in echo-server
- https://gerrit.zephyrproject.org/r/2249 : net: ip: Allow user
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/2253 : net: apps: Ignore multicast context get fails in echo-server
- https://gerrit.zephyrproject.org/r/2249 : net: ip: Allow user
|
By
donotreply@...
·
#3022
·
|
|
Re: Building Jerryscript, Zephyr and Arduino 101
Thanks for trying it out!
That issue is something I am still looking at.
There is no special syntax, only If the JS is not properly formed it will fail.
You can try first
Js> print(' JS Test
Thanks for trying it out!
That issue is something I am still looking at.
There is no special syntax, only If the JS is not properly formed it will fail.
You can try first
Js> print(' JS Test
|
By
Martinez Rodriguez, Sergio <sergio.martinez.rodriguez@...>
·
#3021
·
|
|
Re: building zephyr with mainline toolchain for Arduino 101
Hi Lukasz,
Thanks for this - the use of j_s.nd is not required, or even wrong in this case.
The nd 'mode' is for conditional branches and indicates to only execute the next instruction (delay slot)
Hi Lukasz,
Thanks for this - the use of j_s.nd is not required, or even wrong in this case.
The nd 'mode' is for conditional branches and indicates to only execute the next instruction (delay slot)
|
By
Ruud Derwig
·
#3020
·
|
|
QUARK D2000 CRB Flash Failure
Dear All:
We're encountering zephyr image flash issue that we failed to flash the zephyr OS/Bootloader to Quark D2000 CRB with the following
Dear All:
We're encountering zephyr image flash issue that we failed to flash the zephyr OS/Bootloader to Quark D2000 CRB with the following
|
By
Gao, Ethan
·
#3019
·
|
|
Re: Building Jerryscript, Zephyr and Arduino 101
Nice.
I was able to flash it on the 101, got the shell and was able to run the test..
Maybe I am missing something, but should I be able to type into JS code into the shell directly?
Every time I do
Nice.
I was able to flash it on the 101, got the shell and was able to run the test..
Maybe I am missing something, but should I be able to type into JS code into the shell directly?
Every time I do
|
By
Nashif, Anas
·
#3018
·
|
|
Re: [users] Reg: Tasks and scheduler
The scheduler starts automatically when the kernel is done with its
initialization.
Tasks put in the EXE group in the MDEF file are started automatically.
The others can be started via task_start().
The scheduler starts automatically when the kernel is done with its
initialization.
Tasks put in the EXE group in the MDEF file are started automatically.
The others can be started via task_start().
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#3017
·
|
|
Reg: Tasks and scheduler
Hi
I have worked on FreeRTOS. Now started to use Zephyr RTOS in a project
Please help me on the following
1. Is there any function in Zephyr RTOS to start the scheduler similar
Hi
I have worked on FreeRTOS. Now started to use Zephyr RTOS in a project
Please help me on the following
1. Is there any function in Zephyr RTOS to start the scheduler similar
|
By
vishnuvaradan vishnuvaradan
·
#3016
·
|
|
Re: Building Jerryscript, Zephyr and Arduino 101
Sergio, that looks awesome. can't wait to give it a try this weekend.
thankgregg
sergio.martinez.rodriguez(a)intel.com> wrote:
Sergio, that looks awesome. can't wait to give it a try this weekend.
thankgregg
sergio.martinez.rodriguez(a)intel.com> wrote:
|
By
Gregg Reynolds <dev@...>
·
#3015
·
|
|
Building Jerryscript, Zephyr and Arduino 101
Hi there,
I am working on getting an integration with JerryScript and Zephyr for the Arduino 101 without touching any of the two build systems, similar to the other architectures and systems JS
Hi there,
I am working on getting an integration with JerryScript and Zephyr for the Arduino 101 without touching any of the two build systems, similar to the other architectures and systems JS
|
By
Martinez Rodriguez, Sergio <sergio.martinez.rodriguez@...>
·
#3014
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/2238 : ext: Import Nordic MDK header files
- https://gerrit.zephyrproject.org/r/2234 : Bluetooth: tester: Add support for indications
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/2238 : ext: Import Nordic MDK header files
- https://gerrit.zephyrproject.org/r/2234 : Bluetooth: tester: Add support for indications
|
By
donotreply@...
·
#3013
·
|
|
building zephyr with mainline toolchain for Arduino 101
Hi there,
I have recently started playing with Zephyr and decided to see whether I
can build it for Arduino 101 with the mainline toolchain. I compiled the
following for both i586-none-elfiamcu and
Hi there,
I have recently started playing with Zephyr and decided to see whether I
can build it for Arduino 101 with the mainline toolchain. I compiled the
following for both i586-none-elfiamcu and
|
By
Lukasz Janyst <xyz@...>
·
#3011
·
|
|
building zephyr with mainline toolchain for Arduino 101
Hi there,
I have recently started playing with Zephyr and decided to see whether I
can build it for Arduino 101 with the mainline toolchain. I compiled the
following for both i586-none-elfiamcu and
Hi there,
I have recently started playing with Zephyr and decided to see whether I
can build it for Arduino 101 with the mainline toolchain. I compiled the
following for both i586-none-elfiamcu and
|
By
Lukasz Janyst <lukasz@...>
·
#3012
·
|
|
Re: whitespace Kconfig cleanup patch
Kumar,
I would prefer 1 patch, since it is fixing one issue ☺
Thanks,
Anas
Kumar,
I would prefer 1 patch, since it is fixing one issue ☺
Thanks,
Anas
|
By
Nashif, Anas
·
#3010
·
|
|
whitespace Kconfig cleanup patch
Anas,
I’ve got a patch that cleans up all the whitespace issues is the Kconfig files. Think we should try and merge this sooner than later, to reduce propagation of this issue going forward. I
Anas,
I’ve got a patch that cleans up all the whitespace issues is the Kconfig files. Think we should try and merge this sooner than later, to reduce propagation of this issue going forward. I
|
By
Kumar Gala
·
#3009
·
|
|
Re: CMSIS, ksdk and nrf52 integration
Hi there,
I subscribe. Leaving it alone and pointing to cmsis/Include is my
preference as well.
Carles
Hi there,
I subscribe. Leaving it alone and pointing to cmsis/Include is my
preference as well.
Carles
|
By
Carles Cufi
·
#3008
·
|
|
Re: CMSIS, ksdk and nrf52 integration
Don’t have any strong preference here, as long as it is hidden from the users ☺
Anas
Don’t have any strong preference here, as long as it is hidden from the users ☺
Anas
|
By
Nashif, Anas
·
#3007
·
|
|
Re: CMSIS, ksdk and nrf52 integration
By
Maureen Helm
·
#3006
·
|
|
Re: CMSIS, ksdk and nrf52 integration
Why do we need this change if we intend to point the include path to be cmsis/Include. I don’t think we should be changing this. It should get hidden by something
Why do we need this change if we intend to point the include path to be cmsis/Include. I don’t think we should be changing this. It should get hidden by something
|
By
Kumar Gala
·
#3005
·
|