|
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
·
|
|
Re: can't enable CONFIG_USE_STM32_HAL_DMA2D and CONFIG_USE_STM32_HAL_* in general
erwan, you're a champion - thank you!
erwan, you're a champion - thank you!
|
By
Tristen Ennemuist <tomeaus@...>
·
#1989
·
|
|
Re: can't enable CONFIG_USE_STM32_HAL_DMA2D and CONFIG_USE_STM32_HAL_* in general
Hi,
Can you check https://github.com/zephyrproject-rtos/hal_stm32#use-stm32cube-in-your-application and see if solving your issue ?
Cheers
Erwan
Hi,
Can you check https://github.com/zephyrproject-rtos/hal_stm32#use-stm32cube-in-your-application and see if solving your issue ?
Cheers
Erwan
|
By
Erwan Gouriou
·
#1988
·
|
|
can't enable CONFIG_USE_STM32_HAL_DMA2D and CONFIG_USE_STM32_HAL_* in general
hello zephyr users
i'm using the stmf469i discovery board and i'm trying to enable some stm32 hal drivers but, try as i might, i cannot.
so for example, if i look in menuconfig for
hello zephyr users
i'm using the stmf469i discovery board and i'm trying to enable some stm32 hal drivers but, try as i might, i cannot.
so for example, if i look in menuconfig for
|
By
Tristen Ennemuist <tomeaus@...>
·
#1987
·
|
|
Re: samples/basic/blinky
cheers lawrence i've been tinkering and i can confirm the following will behave as i originally expected, all four leds are initially off and then cycling through 'em in turn. i'm in the right
cheers lawrence i've been tinkering and i can confirm the following will behave as i originally expected, all four leds are initially off and then cycling through 'em in turn. i'm in the right
|
By
Tristen Ennemuist <tomeaus@...>
·
#1986
·
|
|
Re: API meeting: agenda
Updated agenda:
- RFC: API change: Add I2C bus recovery API
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/23441
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/23442
-
Updated agenda:
- RFC: API change: Add I2C bus recovery API
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/23441
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/23442
-
|
By
Carles Cufi
·
#1985
·
|
|
API meeting: agenda
Hi all,
*************************************************
We will be using Teams instead of
Hi all,
*************************************************
We will be using Teams instead of
|
By
Carles Cufi
·
#1984
·
|
|
Re: samples/basic/blinky
Hi Patrice:
Your statement that the behavior of the LED is ‘inverted’ is completely correct.
Your statement about the current is at best confusing. It is true that the GPIO doesn’t need
Hi Patrice:
Your statement that the behavior of the LED is ‘inverted’ is completely correct.
Your statement about the current is at best confusing. It is true that the GPIO doesn’t need
|
By
Lawrence King
·
#1983
·
|
|
Re: samples/basic/blinky
ah, thank you patrice - and now i've gained an understanding of the reason as well, much appreciated.
ah, thank you patrice - and now i've gained an understanding of the reason as well, much appreciated.
|
By
Tristen Ennemuist <tomeaus@...>
·
#1982
·
|
|
Re: samples/basic/blinky
heya nik thank you for responding, thankfully the schematics are available for download so i'll take a look and see what i can learn.
whew i've done plenty of programming on linux but i've never had
heya nik thank you for responding, thankfully the schematics are available for download so i'll take a look and see what i can learn.
whew i've done plenty of programming on linux but i've never had
|
By
Tristen Ennemuist <tomeaus@...>
·
#1981
·
|
|
Network forum agenda
Hi all,
There is a network forum meeting tomorrow 5 May at 8AM PDT / 17.00 CET.
We will be using Teams instead of Zoom:
________________________________________________________________
Join
Hi all,
There is a network forum meeting tomorrow 5 May at 8AM PDT / 17.00 CET.
We will be using Teams instead of Zoom:
________________________________________________________________
Join
|
By
Jukka Rissanen
·
#1980
·
|