|
Re: OS abstraction
Hi Jon,
Zephyr has its own driver model, and its own APIs, but it accepts external HALs.
If you have an already existing "generic driver, you'll be able to put in it ext/hal/broadcom and write
a
Hi Jon,
Zephyr has its own driver model, and its own APIs, but it accepts external HALs.
If you have an already existing "generic driver, you'll be able to put in it ext/hal/broadcom and write
a
|
By
Tomasz Bursztyka
·
#616
·
|
|
Zephyr vs FreeRTOS drivers and interrupt
Hi all,
I cannot seem to find any info on this question, so I thought I'd ask here.
My question is this: When a driver (eg. SPI or UART) is invoked through FreeRTOS, it is using the vendor HAL (or
Hi all,
I cannot seem to find any info on this question, so I thought I'd ask here.
My question is this: When a driver (eg. SPI or UART) is invoked through FreeRTOS, it is using the vendor HAL (or
|
By
Anders Dam Kofoed <adk@...>
·
#618
·
|
|
Re: OS abstraction
Stated alternatively, Would it be acceptable usptream to have a
HAL-like layer that would abstract the OS dependent calls in a driver
(thus allowing for the drivers to be used in other
Stated alternatively, Would it be acceptable usptream to have a
HAL-like layer that would abstract the OS dependent calls in a driver
(thus allowing for the drivers to be used in other
|
By
Jon Mason <jon.mason@...>
·
#615
·
|
|
Re: [devel] STM32F7 Port
Would you like my review on this ? I can test on my board.
Thanks
--
Lucas Tanure
Embedded Developer
+55 19 988176559
Would you like my review on this ? I can test on my board.
Thanks
--
Lucas Tanure
Embedded Developer
+55 19 988176559
|
By
Lucas Tanure <tanure@...>
·
#613
·
|
|
OS abstraction
Guys,
I would like to know, how easily I can port any other OS(If we have any other proprietary OS) into this architecture.
Best Regards
Prasad
Guys,
I would like to know, how easily I can port any other OS(If we have any other proprietary OS) into this architecture.
Best Regards
Prasad
|
By
Prasad Hegde
·
#614
·
|
|
Re: [devel] STM32F7 Port
Hi Lucas,
There is a pull request that adds support for STM32F7 + STM32F723E
Discovery board: https://github.com/zephyrproject-rtos/zephyr/pull/187
. I plan to finish upstreaming it in a week when I
Hi Lucas,
There is a pull request that adds support for STM32F7 + STM32F723E
Discovery board: https://github.com/zephyrproject-rtos/zephyr/pull/187
. I plan to finish upstreaming it in a week when I
|
By
Fabien Parent <fparent@...>
·
#612
·
|
|
RFC on STM32 Ethernet driver
Hello,
I made an initial STM32F4 Ethernet driver. It is based on the HAL
version, and doesn't try to be smart with DMA and packet buffer memory,
it just does memcpy to/from the DMA buffers. But it
Hello,
I made an initial STM32F4 Ethernet driver. It is based on the HAL
version, and doesn't try to be smart with DMA and packet buffer memory,
it just does memcpy to/from the DMA buffers. But it
|
By
Erwin Rol
·
#611
·
|
|
[devel] STM32F7 Port
Hi,
I would like to develop the port for stm32f7, in order to use zephyr
in my STM32F746G-DISCO.
I saw some code related to stm32f7 under "ex" folder, and one thread
in november of 2016 : "Porting to
Hi,
I would like to develop the port for stm32f7, in order to use zephyr
in my STM32F746G-DISCO.
I saw some code related to stm32f7 under "ex" folder, and one thread
in november of 2016 : "Porting to
|
By
Lucas Tanure <tanure@...>
·
#610
·
|
|
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
·
|