|
Re: Can't use ninja flash for Nucleo board at macos
The problem has been solved by
The problem has already been solved by export OPENOCD_DEFAULT_PATH
The problem has been solved by
The problem has already been solved by export OPENOCD_DEFAULT_PATH
|
By
cstyle
·
#5435
·
|
|
Re: Looking for help with SAMD2x
I’m also available if needed :-)
For the sam0 it’s only in my spare time...
/Sean
I’m also available if needed :-)
For the sam0 it’s only in my spare time...
/Sean
|
By
Sean Nyekjær <sean@...>
·
#5434
·
|
|
Re: Looking for help with SAMD2x
Hi,
I am working on converting the SAM0 WDT implementation to the new API (https://github.com/zephyrproject-rtos/zephyr/issues/10914).
Regards,
Brix
--
Henrik Brix Andersen
Hi,
I am working on converting the SAM0 WDT implementation to the new API (https://github.com/zephyrproject-rtos/zephyr/issues/10914).
Regards,
Brix
--
Henrik Brix Andersen
|
By
Henrik Brix Andersen
·
#5433
·
|
|
Can't use ninja flash for Nucleo board at macos
After install open-ocd and gcc-arm-none-eabi-7-2018-q2-update-mac I can build zephyr seccess,but can’t use ninja flash to flash to my hw board on macOS.
Is there any file missing
After install open-ocd and gcc-arm-none-eabi-7-2018-q2-update-mac I can build zephyr seccess,but can’t use ninja flash to flash to my hw board on macOS.
Is there any file missing
|
By
cstyle
·
#5432
·
|
|
Re: Looking for help with SAMD2x
Hi Kumar,
We work mostly with sam4s series but also used samd21 before.
I can help you with the maintenance and also align the atmel SoC series.
Please let me know if you are interested in my help
Hi Kumar,
We work mostly with sam4s series but also used samd21 before.
I can help you with the maintenance and also align the atmel SoC series.
Please let me know if you are interested in my help
|
By
Vincent - VLoTech
·
#5431
·
|
|
Not able to build any project
Hello,
After latest sync with master branch not able to build any project ....
For details this is log for building hello_world app
Hello,
After latest sync with master branch not able to build any project ....
For details this is log for building hello_world app
|
By
vikrant8051 <vikrant8051@...>
·
#5430
·
|
|
Looking for help with SAMD2x
Guys,
I’m looking to see if someone (or group) can help with maintenance of the Atmel SAMD2x SoC family. We have a few things that need updating (like the watchdog driver). And need someone I can
Guys,
I’m looking to see if someone (or group) can help with maintenance of the Atmel SAMD2x SoC family. We have a few things that need updating (like the watchdog driver). And need someone I can
|
By
Kumar Gala
·
#5429
·
|
|
Re: Getting started with ARM GNU Compiler | errors |
#gettingstartedguide
Hi Sebastian,
I tried deleting build folder and created again.
Compilation successful without any issues. Issue not seen anymore
Thanks,
Balasubramanyam Rangineni
--
Thanks & Regards,
Rangineni
Hi Sebastian,
I tried deleting build folder and created again.
Compilation successful without any issues. Issue not seen anymore
Thanks,
Balasubramanyam Rangineni
--
Thanks & Regards,
Rangineni
|
By
Balasubramanyam
·
#5428
·
|
|
Re: Getting started with ARM GNU Compiler | errors |
#gettingstartedguide
I can't think of any reason why blinky would work, whilst hello_world
would produce that error.
Could you try again after deleting the build directories?
It is not necessary to add
I can't think of any reason why blinky would work, whilst hello_world
would produce that error.
Could you try again after deleting the build directories?
It is not necessary to add
|
By
Sebastian Boe
·
#5427
·
|
|
Re: Getting started with ARM GNU Compiler | errors |
#gettingstartedguide
Hi Marti,
I tried compiling zephyr\samples\hello_world\ project.
I used camke command to compile
cmake -GNinja -DBOARD=nrf52832_mdk ..
Failure seen after this command itself. But when I tried
Hi Marti,
I tried compiling zephyr\samples\hello_world\ project.
I used camke command to compile
cmake -GNinja -DBOARD=nrf52832_mdk ..
Failure seen after this command itself. But when I tried
|
By
Balasubramanyam
·
#5426
·
|
|
Re: Getting started with ARM GNU Compiler | errors |
#gettingstartedguide
Hi,
Is this an upstream sample project? What command lines did you use for
cmake and building the project itself?
Thanks,
Marti
Hi,
Is this an upstream sample project? What command lines did you use for
cmake and building the project itself?
Thanks,
Marti
|
By
Marti Bolivar <marti@...>
·
#5425
·
|
|
Re: can zephyr sdk support macos?
<andrei.emeltchenko.news@...> wrote:
The Zephyr SDK covers the toolchain, which is not discussed on that
page at the moment. The main document has information on
<andrei.emeltchenko.news@...> wrote:
The Zephyr SDK covers the toolchain, which is not discussed on that
page at the moment. The main document has information on
|
By
Marti Bolivar <marti@...>
·
#5424
·
|
|
Re: can zephyr sdk support macos?
Hi,
https://docs.zephyrproject.org/latest/getting_started/installation_mac.html
Best regards
Andrei Emeltchenko
Hi,
https://docs.zephyrproject.org/latest/getting_started/installation_mac.html
Best regards
Andrei Emeltchenko
|
By
Andrei
·
#5423
·
|
|
Re: NRF52 Scanning stops without indication
Hi Jon,
Could you please share a simple application or an upstream Zephyr sample that can reproduce this memory leak?
From the look of it, the controller's rx buffers have been leaked. Is there any
Hi Jon,
Could you please share a simple application or an upstream Zephyr sample that can reproduce this memory leak?
From the look of it, the controller's rx buffers have been leaked. Is there any
|
By
Chettimada, Vinayak Kariappa
·
#5422
·
|
|
Getting started with ARM GNU Compiler | errors |
#gettingstartedguide
Hi Team,
I am just getting started with Zephyr and trying to setup development environment. I followed all the steps described to setup ARM GNU GCC toolchain and compilation ENV.
After setting up
Hi Team,
I am just getting started with Zephyr and trying to setup development environment. I followed all the steps described to setup ARM GNU GCC toolchain and compilation ENV.
After setting up
|
By
Balasubramanyam
·
#5421
·
|
|
Re: can zephyr sdk support macos?
The Zephyr SDK is Linux-only.
The Zephyr SDK is Linux-only.
|
By
Marti Bolivar <marti@...>
·
#5420
·
|
|
NRF52 Scanning stops without indication
Hi,
We are running continuous active scan on NRF52 with duplicate filtering disabled. Under some circumstances all scan data stops being generated. This has been difficult to reproduce but is a
Hi,
We are running continuous active scan on NRF52 with duplicate filtering disabled. Under some circumstances all scan data stops being generated. This has been difficult to reproduce but is a
|
By
Jon Pry
·
#5419
·
|
|
Re: Proper way to handle GPIO IRQ enablement
Nice, thanks Tomasz!
It might be a few days before ill be able to test it, but I'll get back to you.
-Lincoln
Nice, thanks Tomasz!
It might be a few days before ill be able to test it, but I'll get back to you.
-Lincoln
|
By
Lincoln Simmons
·
#5418
·
|
|
can zephyr sdk support macos?
can zephyr sdk support macos?
can zephyr sdk support macos?
|
By
cstyle
·
#5417
·
|
|
Re: Proper way to handle GPIO IRQ enablement
Hi Lincoln,
Can you try https://github.com/zephyrproject-rtos/zephyr/pull/11396
(1st commit)
That should solve your issue.
Instead of returning -EALREADY if already installed, I just return
Hi Lincoln,
Can you try https://github.com/zephyrproject-rtos/zephyr/pull/11396
(1st commit)
That should solve your issue.
Instead of returning -EALREADY if already installed, I just return
|
By
Tomasz Bursztyka
·
#5416
·
|