|
Re: [RFC] Mezzanine/Hat/Extension/Shield board support
+1
d) Use DTS overlays. If this requires multiple overlays, we can
extend that to provide the feature.
+1
d) Use DTS overlays. If this requires multiple overlays, we can
extend that to provide the feature.
|
By
Andy Gross
·
#609
·
|
|
Re: [RFC] Mezzanine/Hat/Extension/Shield board support
Hi Neil,
+1 for me too. This would really be handy in long range.
Obviously, one point to solve is how to deal with pinmuxing. I see at least 3 options:
a) Keep board independant pinmuxing, and up to
Hi Neil,
+1 for me too. This would really be handy in long range.
Obviously, one point to solve is how to deal with pinmuxing. I see at least 3 options:
a) Keep board independant pinmuxing, and up to
|
By
Erwan Gouriou
·
#608
·
|
|
Re: [RFC] Mezzanine/Hat/Extension/Shield board support
Hi Neil,
I think this is a great idea to support another layer for shields and extensions on top of existing boards. This will also allow usage for custom test shields that can specified for
Hi Neil,
I think this is a great idea to support another layer for shields and extensions on top of existing boards. This will also allow usage for custom test shields that can specified for
|
By
Nashif, Anas
·
#607
·
|
|
[RFC] Mezzanine/Hat/Extension/Shield board support
Hi,
Most of the board supported by zephyr can use extension boards via the Arduino or ST Morpho connectors for example,
but there is no simple way to explicit support for these in the Zephyr
Hi,
Most of the board supported by zephyr can use extension boards via the Arduino or ST Morpho connectors for example,
but there is no simple way to explicit support for these in the Zephyr
|
By
Neil Armstrong
·
#606
·
|
|
Zephyr 1.9 M0 milestone is quickly approaching; Need to wrap up 1.9 planning
Zephyr TSC Members and Zephyr Developers,
As we approach the M5 milestone for Zephyr 1.8 (the 1.8 release milestone planned for end of next week), we simultaneously approach the M0 milestone for
Zephyr TSC Members and Zephyr Developers,
As we approach the M5 milestone for Zephyr 1.8 (the 1.8 release milestone planned for end of next week), we simultaneously approach the M0 milestone for
|
By
Linkmeyer, Mark J <mark.j.linkmeyer@...>
·
#605
·
|
|
Re: Zephyrjs ide with arduino 101
Hi Kevin,
Can you file an issue (hit green “New Issue” button) at:
https://github.com/01org/zephyr.js/issues
That is the proper forum to address this issue.
Add more details there
Hi Kevin,
Can you file an issue (hit green “New Issue” button) at:
https://github.com/01org/zephyr.js/issues
That is the proper forum to address this issue.
Add more details there
|
By
Poussa, Sakari
·
#604
·
|
|
Re: Zephyrjs ide with arduino 101
Thanks, now i can connect my board.
But there is another problem. When i try to run a Programm it comes an Error (Error: set transfer raw).
What could be the problem?
Von: Kinder, David B
Thanks, now i can connect my board.
But there is another problem. When i try to run a Programm it comes an Error (Error: set transfer raw).
What could be the problem?
Von: Kinder, David B
|
By
Kevin Stöckl <k_stoeckl@...>
·
#603
·
|
|
Re: CONFIG_FLASH_BASE_ADDRESS
Hi Erwin,
Indeed, make flash functionality has been lost when moving to dts description.
The issue is reported in JIRA:
https://jira.zephyrproject.org/browse/ZEP-2119
Andy proposed a PR to correct
Hi Erwin,
Indeed, make flash functionality has been lost when moving to dts description.
The issue is reported in JIRA:
https://jira.zephyrproject.org/browse/ZEP-2119
Andy proposed a PR to correct
|
By
Erwan Gouriou
·
#602
·
|
|
CONFIG_FLASH_BASE_ADDRESS
Hello,
Several boards (mostly STM32) have the following lines;
OPENOCD_LOAD_CMD = "flash write_image erase ${O}/${KERNEL_BIN_NAME}
${CONFIG_FLASH_BASE_ADDRESS}"
OPENOCD_VERIFY_CMD = "verify_image
Hello,
Several boards (mostly STM32) have the following lines;
OPENOCD_LOAD_CMD = "flash write_image erase ${O}/${KERNEL_BIN_NAME}
${CONFIG_FLASH_BASE_ADDRESS}"
OPENOCD_VERIFY_CMD = "verify_image
|
By
Erwin Rol
·
#601
·
|
|
Re: Shell add 'exit' command to leave current module
Hello Anas,
Thanks, already raised PR #320.
Siddharth.
Hello Anas,
Thanks, already raised PR #320.
Siddharth.
|
By
Siddharth Chandrasekaran <siddharth@...>
·
#600
·
|
|
Re: Shell add 'exit' command to leave current module
Submit a pull request please with the change below. Seems to be a reasonable enhancement.
Anas
Submit a pull request please with the change below. Seems to be a reasonable enhancement.
Anas
|
By
Nashif, Anas
·
#599
·
|
|
Shell add 'exit' command to leave current module
Hello,
In shell, to select a module, we use 'select <module_name>'. When inside
a module, there is no indication on how one has to leave the module.
Would it be better to have an 'exit' ?
I know
Hello,
In shell, to select a module, we use 'select <module_name>'. When inside
a module, there is no indication on how one has to leave the module.
Would it be better to have an 'exit' ?
I know
|
By
Siddharth Chandrasekaran <siddharth@...>
·
#598
·
|
|
Re: Form submission from: Contact Us
I’ve had success debugging Zephyr on FRDM-K64F with Kinetis Design Studio (KDS). It’s not vanilla Eclipse, but it is Eclipse-based. You can set up an OpenOCD debug configuration. I’ve been
I’ve had success debugging Zephyr on FRDM-K64F with Kinetis Design Studio (KDS). It’s not vanilla Eclipse, but it is Eclipse-based. You can set up an OpenOCD debug configuration. I’ve been
|
By
Maureen Helm
·
#597
·
|
|
Re: Form submission from: Contact Us
No, just Cortex M’s currently.
No, just Cortex M’s currently.
|
By
Maureen Helm
·
#596
·
|
|
Re: Zephyrjs ide with arduino 101
Hi Kevin,
Check out the web ide demo video (and companion doc) found here: https://www.zephyrproject.org/resources/videos
I suspect either the tip about Modem manager or setting up device rules may be
Hi Kevin,
Check out the web ide demo video (and companion doc) found here: https://www.zephyrproject.org/resources/videos
I suspect either the tip about Modem manager or setting up device rules may be
|
By
Kinder, David B <david.b.kinder@...>
·
#595
·
|
|
Zephyrjs ide with arduino 101
Hi,
I am trying to install the zephyr js like in the manual described. But when I try to connect my board in the IDE (https://01org.github.io/zephyrjs-ide/) there are no devices found.
I have
Hi,
I am trying to install the zephyr js like in the manual described. But when I try to connect my board in the IDE (https://01org.github.io/zephyrjs-ide/) there are no devices found.
I have
|
By
Kevin Stöckl <k_stoeckl@...>
·
#594
·
|
|
Re: Form submission from: Contact Us
The upstream Eclipse + CDT can do most of this but needs patient configuring. To be honest I haven't used eclipse in ages but here are some rough ideas:
1. You will need to either source
The upstream Eclipse + CDT can do most of this but needs patient configuring. To be honest I haven't used eclipse in ages but here are some rough ideas:
1. You will need to either source
|
By
Daniel Thompson <daniel.thompson@...>
·
#593
·
|
|
JIRA list
Hello,
How I will be able to view the JIRA list and project roadmaps?
we are planning to start a new project and I am thinking of evaluating this.
Prasad
Hello,
How I will be able to view the JIRA list and project roadmaps?
we are planning to start a new project and I am thinking of evaluating this.
Prasad
|
By
Prasad Hegde
·
#592
·
|
|
Re: strange build error when building documentation
Hello,
"Boie, Andrew P" <andrew.p.boie@...> wrote:
Actually, the only thing we should need is requirements.txt file for pip
and docs/README.rst updated to describe that building docs
Hello,
"Boie, Andrew P" <andrew.p.boie@...> wrote:
Actually, the only thing we should need is requirements.txt file for pip
and docs/README.rst updated to describe that building docs
|
By
Paul Sokolovsky
·
#591
·
|
|
Re: strange build error when building documentation
Anas,
That works, thanks!
Andrew
Anas,
That works, thanks!
Andrew
|
By
Boie, Andrew P
·
#590
·
|