|
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
·
#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
·
#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
·
#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
·
#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
·
#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
·
|
|
Re: samples/basic/blinky
Hellor Tristen,
The behavior of your LED seems normal!
In embedded design, LED are usually and voluntary inverted. Doing this will avoid the GPIO pin to provide the current by itself, the LED current
Hellor Tristen,
The behavior of your LED seems normal!
In embedded design, LED are usually and voluntary inverted. Doing this will avoid the GPIO pin to provide the current by itself, the LED current
|
By
patrice.gerin@...
·
#1979
·
|
|
samples/basic/blinky
hello, i am [slowly] working my way through the examples, and i am a bit confused with the blinky sample project.
it seems that when 0 (zero) is written using gpio_pin_set then the LED on my board
hello, i am [slowly] working my way through the examples, and i am a bit confused with the blinky sample project.
it seems that when 0 (zero) is written using gpio_pin_set then the LED on my board
|
By
Tristen Ennemuist
·
#1978
·
|
|
Using device's HW crypto module with zephyr OS
#nrf52-pca10040
#crypto
Hi,
I tried figuring out how to use the HW AES module on my device (nrf52 dk) with zephyr OS, but I didn't find any example and didn't manage to understand the crypto API and how to use it. I would
Hi,
I tried figuring out how to use the HW AES module on my device (nrf52 dk) with zephyr OS, but I didn't find any example and didn't manage to understand the crypto API and how to use it. I would
|
By
mdl.mailme@...
·
#1977
·
|
|
Test-related labels on GitHub
Hi all,
I have tried to clean up the test-related labels on GitHub, performing the following changes:
- "Testing" has been removed
- "Testing Suite" has been renamed to "Test Framework" and should
Hi all,
I have tried to clean up the test-related labels on GitHub, performing the following changes:
- "Testing" has been removed
- "Testing Suite" has been renamed to "Test Framework" and should
|
By
Carles Cufi
·
#1976
·
|
|
[2.3 release] Feature merge window close (M2) next week
Hi all,
This is just a reminder that the feature merge window close is on the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by then.
See the
Hi all,
This is just a reminder that the feature merge window close is on the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by then.
See the
|
By
Carles Cufi
·
#1975
·
|
|
Re: Connect two Zephyr instances via zeth interface
Hi Lei,
see this example how to setup Linux host in this kind of setup
https://github.com/zephyrproject-rtos/zephyr/issues/24282
Cheers,
Jukka
Hi Lei,
see this example how to setup Linux host in this kind of setup
https://github.com/zephyrproject-rtos/zephyr/issues/24282
Cheers,
Jukka
|
By
Jukka Rissanen
·
#1974
·
|
|
Connect two Zephyr instances via zeth interface
Hi,
I'm implementing two zephyr projects in the same host, which will communicate with each other. Then I found the sample code
Hi,
I'm implementing two zephyr projects in the same host, which will communicate with each other. Then I found the sample code
|
By
Lei Xu <lei.xu@...>
·
#1973
·
|