|
Re: IDE for app development
For debugging I generally use Ozone from Segger which is free depending on the JLink model you have. You just need to point it to the zephy.elf file.
Kevin
For debugging I generally use Ozone from Segger which is free depending on the JLink model you have. You just need to point it to the zephy.elf file.
Kevin
|
By
Kevin Townsend
·
#1628
·
|
|
IDE for app development
Hi,
Eclipse IDE is used as reference example to debug apps in Zephyr
What are the recommended IDE?
Thanks,
Marco
Hi,
Eclipse IDE is used as reference example to debug apps in Zephyr
What are the recommended IDE?
Thanks,
Marco
|
By
Marco Tozzini
·
#1627
·
|
|
West 0.6.0 is released, and required
Hello,
West 0.6.0 has been released and is now the minimum version which will be supported in Zephyr mainline (and thus for the 2.0 release).
To upgrade on Linux:
pip3 install --upgrade
Hello,
West 0.6.0 has been released and is now the minimum version which will be supported in Zephyr mainline (and thus for the 2.0 release).
To upgrade on Linux:
pip3 install --upgrade
|
By
Bolivar, Marti
·
#1626
·
|
|
West flashing very large images to nrf52840
My code has finally grown over 512k. I am programming the nrf52840_mdk board:
BOARD=nrf52840_mdk
When attempting to program the nrf52840 the flash operation fails because the -t
My code has finally grown over 512k. I am programming the nrf52840_mdk board:
BOARD=nrf52840_mdk
When attempting to program the nrf52840 the flash operation fails because the -t
|
By
Lawrence King
·
#1625
·
|
|
West flash annoyance (signed images)
It took me a while to figure out my problem with west flash.
After building regular zephyr app, you can simply call ‘west flash’, and west happily does the right thing, it gets the image
It took me a while to figure out my problem with west flash.
After building regular zephyr app, you can simply call ‘west flash’, and west happily does the right thing, it gets the image
|
By
Lawrence King
·
#1624
·
|
|
Re: Cmake and DTC Version issues installing Zephyr
Dear All:
Charles has updated the instructions on the getting started guide. I have followed these instructions carefully on a 'new' Virtual Machine'. The instructions work on Ubuntu 18.04 and 19.04
Dear All:
Charles has updated the instructions on the getting started guide. I have followed these instructions carefully on a 'new' Virtual Machine'. The instructions work on Ubuntu 18.04 and 19.04
|
By
Lawrence King
·
#1623
·
|
|
API meeting: Agenda
Hi all,
This week we will look at:
Agenda:
- GPIO: Quick confirmation of API suitability
* See: https://github.com/zephyrproject-rtos/zephyr/issues/15611#issuecomment-516488369
- Sensor API:
Hi all,
This week we will look at:
Agenda:
- GPIO: Quick confirmation of API suitability
* See: https://github.com/zephyrproject-rtos/zephyr/issues/15611#issuecomment-516488369
- Sensor API:
|
By
Carles Cufi
·
#1622
·
|
|
Re: Cmake and DTC Version issues installing Zephyr
Hi All,
I was having similar issue: west was failing, probably because there were
several revisions: a default one and bootstrapping one. I switched
default to the same revision as bootstrapping and
Hi All,
I was having similar issue: west was failing, probably because there were
several revisions: a default one and bootstrapping one. I switched
default to the same revision as bootstrapping and
|
By
Andrei
·
#1621
·
|
|
Re: [EXT] [Zephyr-users] Zephyr SDK 0.10.2-rc1 available
Yeah, that’s merged now.
:)
- k
Yeah, that’s merged now.
:)
- k
|
By
Kumar Gala
·
#1620
·
|
|
Re: [EXT] [Zephyr-users] Zephyr SDK 0.10.2-rc1 available
Will not work in current mainline, unless you apply https://github.com/zephyrproject-rtos/zephyr/pull/17984
Andrei Gansari
Will not work in current mainline, unless you apply https://github.com/zephyrproject-rtos/zephyr/pull/17984
Andrei Gansari
|
By
Andrei Gansari
·
#1619
·
|
|
Zephyr SDK 0.10.2-rc1 available
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.2-rc1
Please download and try things out and report any issues.
Changes since
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.2-rc1
Please download and try things out and report any issues.
Changes since
|
By
Kumar Gala
·
#1618
·
|
|
Usage of GPIO_GET_PIN_IDX and DTS
Hi everyone,
I am working on a custom driver for a project. The driver makes use of the GPIOs.
I am at the point where I would like to use the DTS to setup the GPIO for the driver. My idea was to use
Hi everyone,
I am working on a custom driver for a project. The driver makes use of the GPIOs.
I am at the point where I would like to use the DTS to setup the GPIO for the driver. My idea was to use
|
By
Hadrien KOHL
·
#1617
·
|
|
Re: LwM2M with LTE support
Hi Mike,
Thank you very much for the fast and in-depth response!
I shall keep a watchful eye on progress.
Although I posted about the issue I was stuck at, I could see that
there were some other
Hi Mike,
Thank you very much for the fast and in-depth response!
I shall keep a watchful eye on progress.
Although I posted about the issue I was stuck at, I could see that
there were some other
|
By
Nick Glencross
·
#1616
·
|
|
Re: LwM2M with LTE support
Hello Nick,
This is a bit more complicated than fixing the build errors (there will be a few more after the MBEDTLS issues).
The nRF9160 modem has special handling that is not setup in the main
Hello Nick,
This is a bit more complicated than fixing the build errors (there will be a few more after the MBEDTLS issues).
The nRF9160 modem has special handling that is not setup in the main
|
By
Michael Scott
·
#1615
·
|
|
LwM2M with LTE support
Hello,
I'm having a problem building lwm2m code with some additional flags to
enable LTE added. Any help greatly appreciated.
As background, I created my environment with:
west init -m
Hello,
I'm having a problem building lwm2m code with some additional flags to
enable LTE added. Any help greatly appreciated.
As background, I created my environment with:
west init -m
|
By
Nick Glencross
·
#1614
·
|
|
API meeting: Agenda
Hi all,
This week we are focusing on finalizing the GPIO API which has been under discussion for a few weeks already.
Agenda:
- GPIO: Settle on API
* See:
Hi all,
This week we are focusing on finalizing the GPIO API which has been under discussion for a few weeks already.
Agenda:
- GPIO: Settle on API
* See:
|
By
Carles Cufi
·
#1613
·
|
|
Re: mbedtls warning "implicit declaration of function 'time'"
Figured out the problem. This is a multi-layered issue that starts with an invalid Kconfig setting I did. I had, by default, turned on MBEDTLS in the SOC Kconfig. This had a ripple affect:
turning
Figured out the problem. This is a multi-layered issue that starts with an invalid Kconfig setting I did. I had, by default, turned on MBEDTLS in the SOC Kconfig. This had a ripple affect:
turning
|
By
David Leach
·
#1612
·
|
|
Re: west 0.6.0rc1
Hi,
I’ve just tagged RC3. This includes some bug fixes and related features:
An optional “repo-path” project attribute to allow override the project’s “name” when forming the fetch
Hi,
I’ve just tagged RC3. This includes some bug fixes and related features:
An optional “repo-path” project attribute to allow override the project’s “name” when forming the fetch
|
By
Bolivar, Marti
·
#1611
·
|
|
mbedtls warning "implicit declaration of function 'time'"
I’m having some weirdness with building the mbedtls module giving me a compiler warning related to “time”:
I’m having some weirdness with building the mbedtls module giving me a compiler warning related to “time”:
|
By
David Leach
·
#1610
·
|
|
Re: NXP FRDM-KW41Z fails to initialize BLE
#ble
#nxp
Megan,
Bluetooth support in Zephyr for the KW41Z is not support/available.
There is a preliminary PR that I put together that adds support but requires a bit of manual manipulation to pull the
Megan,
Bluetooth support in Zephyr for the KW41Z is not support/available.
There is a preliminary PR that I put together that adds support but requires a bit of manual manipulation to pull the
|
By
David Leach
·
#1609
·
|