|
Zephyr running on Arm Cortex-M7 within Intel PSE (Elkharts Lake)
Bernd, You are correct that ELH support in zephyr upstream right now is limited to the main CPU (IA). Support for the PSE on Cortex-M7 is not part of Zephyr yet, is in the process of being upstreamed
Bernd, You are correct that ELH support in zephyr upstream right now is limited to the main CPU (IA). Support for the PSE on Cortex-M7 is not part of Zephyr yet, is in the process of being upstreamed
|
By
Nashif, Anas
· #2730
·
|
|
Control-flow Enforcement Technology (CET) support
Hi Rafal, This is not supported currently. We had plans in the past to enable this feature, but this did not happen. There is no reason why this feature can’t be enabled, and you are welcome to submit
Hi Rafal, This is not supported currently. We had plans in the past to enable this feature, but this did not happen. There is no reason why this feature can’t be enabled, and you are welcome to submit
|
By
Nashif, Anas
· #2723
·
|
|
Slack Invite
Hi, Using existing domain from the list is an option, did you try to use some other way or do you have an account on slack already?
Hi, Using existing domain from the list is an option, did you try to use some other way or do you have an account on slack already?
|
By
Nashif, Anas
· #2641
·
|
|
[Zephyr-devel] Community input on possible change to Discord from Slack
Jett, Zephyr project is not subscribed to any gsuite plans, free or paid. AFAIK we use google docs from LF in some areas. Maybe we should look into the non-profit “companies” option. Never heard of ch
Jett, Zephyr project is not subscribed to any gsuite plans, free or paid. AFAIK we use google docs from LF in some areas. Maybe we should look into the non-profit “companies” option. Never heard of ch
|
By
Nashif, Anas
· #2124
·
|
|
[Zephyr-devel] Post 2.3.0 PR merging
Hi, Here some data… What I have just posted on slack… So, go do some reviews please 😊 Thanks Anas From: <devel@...> on behalf of Carles Cufi <carles.cufi@...> Date: Tuesd
Hi, Here some data… What I have just posted on slack… So, go do some reviews please 😊 Thanks Anas From: <devel@...> on behalf of Carles Cufi <carles.cufi@...> Date: Tuesd
|
By
Nashif, Anas
· #2090
·
|
|
[Zephyr-devel] Post 2.3.0 PR merging
Agreed. Those who can merge, should take 2 approvals and all other checks as a sign that it is ready to merge, no need for the approval of the person who merges, although a 3rd approval might give the
Agreed. Those who can merge, should take 2 approvals and all other checks as a sign that it is ready to merge, no need for the approval of the person who merges, although a 3rd approval might give the
|
By
Nashif, Anas
· #2087
·
|
|
SDK 0.11.1 Release
Hi, Thanks Kumar. Please note that this version of the SDK is now required for development on master and is enabled in CI. Anas On 03/02/2020, 05:56, "users@... on behalf of Kumar
Hi, Thanks Kumar. Please note that this version of the SDK is now required for development on master and is enabled in CI. Anas On 03/02/2020, 05:56, "users@... on behalf of Kumar
|
By
Nashif, Anas
· #1879
·
|
|
nrf.h missing....
Did you run `west update` ? From: <users@...> on behalf of Lawrence King <lawrence.king@...> Date: Wednesday, 4 September 2019 at 14:05 To: "Zephyr-users@...
Did you run `west update` ? From: <users@...> on behalf of Lawrence King <lawrence.king@...> Date: Wednesday, 4 September 2019 at 14:05 To: "Zephyr-users@...
|
By
Nashif, Anas
· #1667
·
|
|
#mqtt_sock #user_mode_thread
#mqtt_sock
#user_mode_thread
CONFIG_USERSPACE on its own will not do much. Anas
CONFIG_USERSPACE on its own will not do much. Anas
|
By
Nashif, Anas
· #1302
·
|
|
Using sanitycheck to run my project tests
You should get rid of the build_only
You should get rid of the build_only
|
By
Nashif, Anas
· #984
·
|
|
Using sanitycheck to run my project tests
What kind of error did you force? What do you have in testcase.yaml? Can you run with -vv? Please open an issue on GH and attach output there. Anas From: <users@...> on behalf of R
What kind of error did you force? What do you have in testcase.yaml? Can you run with -vv? Please open an issue on GH and attach output there. Anas From: <users@...> on behalf of R
|
By
Nashif, Anas
· #982
·
|
|
Using sanitycheck to run my project tests
--list-tests give you the list of sub-tests in a test project, sanitycheck results report on the test project level, not the sub-tests. Anas
--list-tests give you the list of sub-tests in a test project, sanitycheck results report on the test project level, not the sub-tests. Anas
|
By
Nashif, Anas
· #979
·
|
|
k_sleep on mimxrt1050_evk board
Marco, Can you please open a bug with the information below? https://github.com/zephyrproject-rtos/zephyr/issues/new Thanks, Anas
Marco, Can you please open a bug with the information below? https://github.com/zephyrproject-rtos/zephyr/issues/new Thanks, Anas
|
By
Nashif, Anas
· #900
·
|
|
[Zephyr-devel] Is someone using Object Tracing?
Hi, Yes, it is being used by a few 3rd party tools. Any object bookkeeping need to work regardless of userspace being enabled or not. Not sure about end-user impact and API changes, but that should be
Hi, Yes, it is being used by a few 3rd party tools. Any object bookkeeping need to work regardless of userspace being enabled or not. Not sure about end-user impact and API changes, but that should be
|
By
Nashif, Anas
· #621
·
|
|
Running ZTest for custom drivers on Boards.
Hi, That is correct, a test is just another application. Try a test that is known to work, for example a kernel test and see if you get the output. Anas
Hi, That is correct, a test is just another application. Try a test that is known to work, for example a kernel test and see if you get the output. Anas
|
By
Nashif, Anas
· #508
·
|
|
Running ZTest for custom drivers on Boards.
Hi, Running sanitycheck on a specific device is currently not supported, but it is a highly requested features and is planned. You could always go into the test you are interested in and just flash th
Hi, Running sanitycheck on a specific device is currently not supported, but it is a highly requested features and is planned. You could always go into the test you are interested in and just flash th
|
By
Nashif, Anas
· #506
·
|
|
QEMU + Peripherals
You probably want to look at renode: https://github.com/renode/renode Also see https://www.youtube.com/watch?v=3g3T1cXtReg Anas
You probably want to look at renode: https://github.com/renode/renode Also see https://www.youtube.com/watch?v=3g3T1cXtReg Anas
|
By
Nashif, Anas
· #363
·
|
|
[Zephyr-devel] CMake migration complete
Conf is coming from SDK now (on Linux)
Conf is coming from SDK now (on Linux)
|
By
Nashif, Anas
· #244
·
|
|
Problem with echo_server / echo_client samples running in QEMU (No rule to make target 'qemu' ?)
Try this fix: https://github.com/zephyrproject-rtos/zephyr/pull/4158
Try this fix: https://github.com/zephyrproject-rtos/zephyr/pull/4158
|
By
Nashif, Anas
· #202
·
|
|
zephyr performance
There are some samples that measure timing under test/benchmark, you can use those. Anas
There are some samples that measure timing under test/benchmark, you can use those. Anas
|
By
Nashif, Anas
· #71
·
|