|
Re: Using IC manufacturer header files
Right, but only because the implementation was done in such way.
Frankly, if I used ST's libraries, it would have saved me a lot of
time during porting. Instead, I followed the example set by
Right, but only because the implementation was done in such way.
Frankly, if I used ST's libraries, it would have saved me a lot of
time during porting. Instead, I followed the example set by
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#2780
·
|
|
Re: remove zephyr-env.sh
if you think doing this
# make ZEPHYR_BASE=/path/to/source/tree BOARD=blah blah
hundreds of times per day is more convenient than doing 'source zephyr-env.sh’ once a day per shell then we have a
if you think doing this
# make ZEPHYR_BASE=/path/to/source/tree BOARD=blah blah
hundreds of times per day is more convenient than doing 'source zephyr-env.sh’ once a day per shell then we have a
|
By
Nashif, Anas
·
#2779
·
|
|
Re: remove zephyr-env.sh
Certainly, ZEPHYR_BASE is tree-specific (so could be the other in
certain cases, but uncommon). I also do set it manually (in fact, as I
said somewhere, I feed it to make's command line)
This is the
Certainly, ZEPHYR_BASE is tree-specific (so could be the other in
certain cases, but uncommon). I also do set it manually (in fact, as I
said somewhere, I feed it to make's command line)
This is the
|
By
Perez-Gonzalez, Inaky <inaky.perez-gonzalez@...>
·
#2778
·
|
|
Re: remove zephyr-env.sh
I use it instead of polluting my .bashrc with zephyr stuff. Basically,
your two export lines above go in there.
I personally like that zephyr-env.sh exists: you just have to source it
and your
I use it instead of polluting my .bashrc with zephyr stuff. Basically,
your two export lines above go in there.
I personally like that zephyr-env.sh exists: you just have to source it
and your
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2777
·
|
|
Re: remove zephyr-env.sh
I don't believe this is the case.
You do have to set ZEPHYR_GCC_VARIANT and ZEPHYR_SDK_INSTALL_DIR. I put them in my .bashrc:
export ZEPHYR_GCC_VARIANT=zephyr
export
I don't believe this is the case.
You do have to set ZEPHYR_GCC_VARIANT and ZEPHYR_SDK_INSTALL_DIR. I put them in my .bashrc:
export ZEPHYR_GCC_VARIANT=zephyr
export
|
By
Boie, Andrew P
·
#2776
·
|
|
Re: remove zephyr-env.sh
to avoid those issues I usually run make ZEPHYR_BASE=DIR <blah>, which
is kind of more verbose, but gets the trick done.
However, I hear your call. I think it's worthwhile to consider the
posibility
to avoid those issues I usually run make ZEPHYR_BASE=DIR <blah>, which
is kind of more verbose, but gets the trick done.
However, I hear your call. I think it's worthwhile to consider the
posibility
|
By
Perez-Gonzalez, Inaky <inaky.perez-gonzalez@...>
·
#2775
·
|
|
Re: remove zephyr-env.sh
Hi Inaky,
By
Carles Cufi
·
#2774
·
|
|
Re: Using IC manufacturer header files
Hi Maciek,
By
Carles Cufi
·
#2773
·
|
|
RFC: remove zephyr-env.sh
Hello All
https://jira.zephyrproject.org/browse/ZEP-211 has been entered to track
a proposal to remove zephyr-env.sh.
<<from the ticket>>
Currently we require the user to source the zephyr-env.sh
Hello All
https://jira.zephyrproject.org/browse/ZEP-211 has been entered to track
a proposal to remove zephyr-env.sh.
<<from the ticket>>
Currently we require the user to source the zephyr-env.sh
|
By
Perez-Gonzalez, Inaky <inaky.perez-gonzalez@...>
·
#2772
·
|
|
Re: Using IC manufacturer header files
<Carles.Cufi(a)nordicsemi.no> wrote:
What I meant is that you keep the {S,M}DK externally and just
configure a path to it inside Kconfig. You can add a config entry like
CONFIG_STM32F1_STDLIB_PATH.
<Carles.Cufi(a)nordicsemi.no> wrote:
What I meant is that you keep the {S,M}DK externally and just
configure a path to it inside Kconfig. You can add a config entry like
CONFIG_STM32F1_STDLIB_PATH.
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#2771
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 1
[ZEP-208] Zephyr's cc2520 driver (together with Zephyr's IP stack) does not handle fragmentation of packets properly
NEW JIRA items within last 24 hours: 1
[ZEP-208] Zephyr's cc2520 driver (together with Zephyr's IP stack) does not handle fragmentation of packets properly
|
By
donotreply@...
·
#2770
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/1544 : qmsi: pinmux: use built-in qmsi driver
- https://gerrit.zephyrproject.org/r/1546 : Bluetooth: Kconfig: Split debug selection
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/1544 : qmsi: pinmux: use built-in qmsi driver
- https://gerrit.zephyrproject.org/r/1546 : Bluetooth: Kconfig: Split debug selection
|
By
donotreply@...
·
#2769
·
|
|
Re: API deprecation / GPIO patch
Guys,
Thoughts or answers on that one:
Tomasz
Guys,
Thoughts or answers on that one:
Tomasz
|
By
Tomasz Bursztyka
·
#2768
·
|
|
Re: [RFCv2 1/2] misc: Add timer API
Hi Luiz,
Giving the pointer on current sys_timer instead you could:
remove that pointer, and up to user to use CONTAINER_OF() if he wants to.
(yes I am reusing ideas from Johan ;) )
Are you ever
Hi Luiz,
Giving the pointer on current sys_timer instead you could:
remove that pointer, and up to user to use CONTAINER_OF() if he wants to.
(yes I am reusing ideas from Johan ;) )
Are you ever
|
By
Tomasz Bursztyka
·
#2767
·
|
|
Re: [RFC] Zephyr IoT Protocols
I fully agree with your plan of implementing the IoT protocols but have a few questions related to the
planned implementation.
What is the minimal SoC required for the implementation of let’s
I fully agree with your plan of implementing the IoT protocols but have a few questions related to the
planned implementation.
What is the minimal SoC required for the implementation of let’s
|
By
Joakim Eriksson
·
#2766
·
|
|
[RFC] Zephyr IoT Protocols
[RFC] Zephyr IoT Protocols
Problem definition
Currently, Zephyr does not support any machine-to-machine protocol
(M2M). These protocols were defined for inter-communication between
devices or
[RFC] Zephyr IoT Protocols
Problem definition
Currently, Zephyr does not support any machine-to-machine protocol
(M2M). These protocols were defined for inter-communication between
devices or
|
By
Flavio Santes <flavio.santes@...>
·
#2765
·
|
|
Re: Using IC manufacturer header files
Hi Anas,
By
Carles Cufi
·
#2764
·
|
|
Re: Using IC manufacturer header files
Hi Maciek,
By
Carles Cufi
·
#2763
·
|
|
Re: Using IC manufacturer header files
Hi there,
By
Carles Cufi
·
#2762
·
|
|
Re: Setting correct ZEPHYR_GCC_VARIANT
Thanks Anas. This documentation was what I was missing.
As regards to building with Yocto, it was not necessary use case. The use case was just a quick way to build & rebuild the zephyr kernel with
Thanks Anas. This documentation was what I was missing.
As regards to building with Yocto, it was not necessary use case. The use case was just a quick way to build & rebuild the zephyr kernel with
|
By
Eric Zaluzec <Eric.Zaluzec@...>
·
#2761
·
|