|
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
·
|
|
Bluetooth examples failure with native_posix target
#bluetooth
#driver
Hi all,
I'm trying to run bluetooth examples on native_posix target an I'm facing this error:
zephyr/build/zephyr/zephyr.exe --bt-dev=hci0
*** Booting Zephyr OS build zephyr-v2.2.0-2229-g9b055ecf82c3
Hi all,
I'm trying to run bluetooth examples on native_posix target an I'm facing this error:
zephyr/build/zephyr/zephyr.exe --bt-dev=hci0
*** Booting Zephyr OS build zephyr-v2.2.0-2229-g9b055ecf82c3
|
By
mdecandia@...
·
#1994
·
|
|
Zephyr 2.3.0-rc1 tagged
Hi all,
The first release candidate for Zephyr 2.3.0 has now been tagged (v2.3.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed until
Hi all,
The first release candidate for Zephyr 2.3.0 has now been tagged (v2.3.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed until
|
By
Carles Cufi
·
#1993
·
|
|
Re: Fix RAM_CONSOLE buffer address to specific address
#driver
It's just a character buffer.
If you need to pin it to a specific memory address, I imagine you'll have to route it to a special input section that is placed where you want it in memory in the
It's just a character buffer.
If you need to pin it to a specific memory address, I imagine you'll have to route it to a special input section that is placed where you want it in memory in the
|
By
Boie, Andrew P
·
#1992
·
|
|
Fix RAM_CONSOLE buffer address to specific address
#driver
Hi all,
for a specific design need,
I would like to fix the address of the ram_console buffer in RAM_CONSOLE driver.
Which is the best way (if feasible) to set it?
Thanks,
Michele
Hi all,
for a specific design need,
I would like to fix the address of the ram_console buffer in RAM_CONSOLE driver.
Which is the best way (if feasible) to set it?
Thanks,
Michele
|
By
mdecandia@...
·
#1991
·
|
|
[2.3 release] Feature merge window close (M2) tomorrow
Hi all,
This is just a reminder that the feature merge window closes tomorrow, the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by
Hi all,
This is just a reminder that the feature merge window closes tomorrow, the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by
|
By
Carles Cufi
·
#1990
·
|