|
Re: Compile as much code as possible.
Hi there,
No, there is not. In part because Zephyr requires a board to be passed as a parameter to the build system, and the board determines the basic set of Kconfig options.
You could I guess
Hi there,
No, there is not. In part because Zephyr requires a board to be passed as a parameter to the build system, and the board determines the basic set of Kconfig options.
You could I guess
|
By
Carles Cufi
·
#2014
·
|
|
Compile as much code as possible.
Hello! I want to compile as much code as possible. Is there any command like make allyesconfig in linux?
Hello! I want to compile as much code as possible. Is there any command like make allyesconfig in linux?
|
By
istuoli@...
·
#2013
·
|
|
[Zephyr 2.3] Final release delayed until June 5th
Hi all,
After close inspection of the current state of the code when it comes to bug counts, we have decided to postpone the release for a week, until June 5th. The main reason is the existence of
Hi all,
After close inspection of the current state of the code when it comes to bug counts, we have decided to postpone the release for a week, until June 5th. The main reason is the existence of
|
By
Carles Cufi
·
#2012
·
|
|
USB Questions
Hi,
I've been testing out Zephyr's USB connectivity options on FRDM-K22F and got some questions:
samples/subsys/usb/console/ compiles and runs okay as long as the USB is connected. If usb is not
Hi,
I've been testing out Zephyr's USB connectivity options on FRDM-K22F and got some questions:
samples/subsys/usb/console/ compiles and runs okay as long as the USB is connected. If usb is not
|
By
antoker@...
·
#2011
·
|
|
[Zephyr 2.3] Current status as of 21st of May
Hi all,
This is the current bug status for Zephyr 2.3 as of today.
High priority bugs: 3 (threshold for release is ==0)
Hi all,
This is the current bug status for Zephyr 2.3 as of today.
High priority bugs: 3 (threshold for release is ==0)
|
By
Carles Cufi
·
#2010
·
|
|
How to port a new board without supporting soc
HI,
I want to port STM32L032K6 and run the sample "blinky".
But it does work after I add the patch such as attachment.
Could you give me some advices?
Best Regard,
Waiting
Tel: 886-2-28810721
HI,
I want to port STM32L032K6 and run the sample "blinky".
But it does work after I add the patch such as attachment.
Could you give me some advices?
Best Regard,
Waiting
Tel: 886-2-28810721
|
By
Sun.Waiting 孫偉婷 IEC1 <sun.waiting@...>
·
#2009
·
|
|
Re: [Zephyr-devel] API meeting: agenda
Hi Simon,
Yes, unfortunately that is the correct notes link. I am terrible at keeping meeting minutes, apologies for that. That said I do always comment on the relevant Pull Requests or issues during
Hi Simon,
Yes, unfortunately that is the correct notes link. I am terrible at keeping meeting minutes, apologies for that. That said I do always comment on the relevant Pull Requests or issues during
|
By
Carles Cufi
·
#2008
·
|
|
Re: [Zephyr-devel] API meeting: agenda
Hi Carles,
Is that the correct notes link? I don't see any notes since March.
Regards,
SImon
Hi Carles,
Is that the correct notes link? I don't see any notes since March.
Regards,
SImon
|
By
Simon Glass <sjg@...>
·
#2007
·
|
|
API meeting: agenda
Hi all,
*************************************************
We will be using Teams instead of
Hi all,
*************************************************
We will be using Teams instead of
|
By
Carles Cufi
·
#2006
·
|
|
SDK 0.11.3 Release
Hi,
Some fixes based on usage of SDK v0.11.x and addition of QEMU for ARC, cmake package support, and some changes to how we build GDB. Please take NOTE of the changes w/regards to GDB.
The SDK can
Hi,
Some fixes based on usage of SDK v0.11.x and addition of QEMU for ARC, cmake package support, and some changes to how we build GDB. Please take NOTE of the changes w/regards to GDB.
The SDK can
|
By
Kumar Gala
·
#2005
·
|
|
Re: [EXT] [Zephyr-users]
#nxp
#k2x
Hello Anton,
As I understand you use a custom board that you managed to create out of tree and you’d like to change clock configuration.
The file /soc/arm/nxp_kinetis/k2x/soc.c is used for all
Hello Anton,
As I understand you use a custom board that you managed to create out of tree and you’d like to change clock configuration.
The file /soc/arm/nxp_kinetis/k2x/soc.c is used for all
|
By
Andrei Gansari
·
#2004
·
|
|
#nxp #k2x
#nxp
#k2x
Hi all,
I'm new to zephyr and am not sure if this is a correct place to ask questions. But here is my challenge. I've been playing with zephyr for some time now being able to both compile andrun
Hi all,
I'm new to zephyr and am not sure if this is a correct place to ask questions. But here is my challenge. I've been playing with zephyr for some time now being able to both compile andrun
|
By
antoker@...
·
#2003
·
|
|
CPU hang in NMI handler at ISR exits.
Greeting to all Zephyr users & developers!
I'm facing an issue I have trouble to debug. We are using Zephyr V2.1 (currently migrating to V2.2, but issue seems to stick) on NXP's i.MXRT 1062 wich is
Greeting to all Zephyr users & developers!
I'm facing an issue I have trouble to debug. We are using Zephyr V2.1 (currently migrating to V2.2, but issue seems to stick) on NXP's i.MXRT 1062 wich is
|
By
Antoine Zen-Ruffinen
·
#2002
·
|
|
Re: how to change the compiler from C99 to gnu99
#std
I haven’t tried this, but you should be able to do something like what is done in:
set_property(GLOBAL PROPERTY CSTD gnu99)
At the top of your CMakeLists.txt
For example I did:
diff --git
I haven’t tried this, but you should be able to do something like what is done in:
set_property(GLOBAL PROPERTY CSTD gnu99)
At the top of your CMakeLists.txt
For example I did:
diff --git
|
By
Kumar Gala
·
#2001
·
|
|
[Zephyr 2.3] Current status as of 14th of May
Hi all,
This is the current bug status for Zephyr 2.3 as of today.
High priority bugs: 8 (threshold for release is
Hi all,
This is the current bug status for Zephyr 2.3 as of today.
High priority bugs: 8 (threshold for release is
|
By
Carles Cufi
·
#2000
·
|
|
how to change the compiler from C99 to gnu99
#std
Hi,
I want to change the compiler from c99 to gnu99.
I have tried to set CONFIG_COMPILER_OPT="-std=gnu99" in my prj.conf file. Unfortunately this does not remove -std=c99, see e.g. a single line of my
Hi,
I want to change the compiler from c99 to gnu99.
I have tried to set CONFIG_COMPILER_OPT="-std=gnu99" in my prj.conf file. Unfortunately this does not remove -std=c99, see e.g. a single line of my
|
By
Stefan Hristozov
·
#1999
·
|
|
OTA / DFU Flutter MobileAPp side
#nrf52832
#ble
#bluetooth
#mcumgr
Hi Zephyr developpers !
To sum up i'm using nrf52833 DK, with new ncs sdk.
I can do OTA with mobil App nRFConnect, but not with nRFToolbox.
We want now to code OTA/DFU feature into our own app.
Hi Zephyr developpers !
To sum up i'm using nrf52833 DK, with new ncs sdk.
I can do OTA with mobil App nRFConnect, but not with nRFToolbox.
We want now to code OTA/DFU feature into our own app.
|
By
fl@...
·
#1998
·
|
|
API meeting: agenda
Hi all,
*************************************************
We will be using Teams instead of
Hi all,
*************************************************
We will be using Teams instead of
|
By
Carles Cufi
·
#1997
·
|
|
[Zephyr 2.3] Please set the 2.3.0 milestone on all relevant PRs
Hi all,
I'd like to ask you to set the milestone in all Pull Requests that need to be merged during the stabilization period (be them bugfix and documentation or special cases, in which case they
Hi all,
I'd like to ask you to set the milestone in all Pull Requests that need to be merged during the stabilization period (be them bugfix and documentation or special cases, in which case they
|
By
Carles Cufi
·
#1996
·
|
|
Re: Fix RAM_CONSOLE buffer address to specific address
#driver
Hi Andrew,
thank you.
To modify the linker script, I've seen this configuration option
https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_CUSTOM_SECTIONS_LD.html
Is this the correct way
Hi Andrew,
thank you.
To modify the linker script, I've seen this configuration option
https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_CUSTOM_SECTIONS_LD.html
Is this the correct way
|
By
mdecandia@...
·
#1995
·
|