|
Questions regarding Zephyr's testing framework
Hello,
I am trying to get a better understanding of Zephyr's testing framework.
I have read the documentation, but I still have two questions:
1. Is there a meaniningful difference between the
Hello,
I am trying to get a better understanding of Zephyr's testing framework.
I have read the documentation, but I still have two questions:
1. Is there a meaniningful difference between the
|
By
harald.boehm@...
·
#2622
·
|
|
how to turn off echo on USB serial port
Hi,
I use a CDC_ACM serial port with Zephyr (from git), and using IRQ driven. Here is my ISR:
static void usb_serial_irq(const struct device *usb_dev, void *user_data)
{
while
Hi,
I use a CDC_ACM serial port with Zephyr (from git), and using IRQ driven. Here is my ISR:
static void usb_serial_irq(const struct device *usb_dev, void *user_data)
{
while
|
By
Holger Schurig
·
#2621
·
|
|
Re: porting cyclictest to zephyr
No one ?
:/
João Costa <joaocostalapin@...> escreveu no dia quarta, 16/06/2021 à(s) 17:21:
No one ?
:/
João Costa <joaocostalapin@...> escreveu no dia quarta, 16/06/2021 à(s) 17:21:
|
By
João Costa <joaocostalapin@...>
·
#2620
·
|
|
stm32 quadrature decoder general purpose timer functionality
Hi,
I need to access STM32's general purpose timer's quadrature decoding functionality. I'm trying to understand what exactly is needed to expose this, either write a custom driver accessing
Hi,
I need to access STM32's general purpose timer's quadrature decoding functionality. I'm trying to understand what exactly is needed to expose this, either write a custom driver accessing
|
By
Matias N.
·
#2619
·
|
|
porting cyclictest to zephyr
Hello,
In [1], and not only, it is mentioned that cyclictest was used with zephyr. However, I cannot find any specific documentation regarding this combination (zephyr + cyclictest).
Could anyone
Hello,
In [1], and not only, it is mentioned that cyclictest was used with zephyr. However, I cannot find any specific documentation regarding this combination (zephyr + cyclictest).
Could anyone
|
By
joaocostalapin@...
·
#2618
·
|
|
Re: Zephyr 2.6.0 and st_ble_sensor sample on the nucleo_wb55rg board.
#ble
#bluetooth
#stm32
Hi Kevin,
Thanks for reporting this.
Would you mind creating a github issue ?
We'll investigate the point
BR
Erwan
Hi Kevin,
Thanks for reporting this.
Would you mind creating a github issue ?
We'll investigate the point
BR
Erwan
|
By
Erwan Gouriou
·
#2617
·
|
|
Zephyr 2.6.0 and st_ble_sensor sample on the nucleo_wb55rg board.
#ble
#bluetooth
#stm32
I would like to move a BLE project from Zephyr 2.5.0 to 2.6.0. The st_ble_sensor sample included in the Zephyr 2.5.0 tree compiles and runs successfully with the nucleo_wb55rg eval board, but does not
I would like to move a BLE project from Zephyr 2.5.0 to 2.6.0. The st_ble_sensor sample included in the Zephyr 2.5.0 tree compiles and runs successfully with the nucleo_wb55rg eval board, but does not
|
By
kevin@...
·
#2616
·
|
|
Re: Activate shell over uart
Hi Jacob,
> I'm trying to enable the shell subsystem over the uart console on my board with no luck.
It seems to be a problem in the board/test config for the ARC hsdk board. Watson is looking
Hi Jacob,
> I'm trying to enable the shell subsystem over the uart console on my board with no luck.
It seems to be a problem in the board/test config for the ARC hsdk board. Watson is looking
|
By
Ruud Derwig
·
#2615
·
|
|
Re: RFC: Developer Experience WG kick off - we want your input!
One topic I think would be good to take on is:
https://github.com/zephyrproject-rtos/crosstool-ng-old/issues/25
- k
One topic I think would be good to take on is:
https://github.com/zephyrproject-rtos/crosstool-ng-old/issues/25
- k
|
By
Kumar Gala
·
#2614
·
|
|
RFC: Developer Experience WG kick off - we want your input!
Hi all,
During a BoF session at this year's Developer Summit, several of us felt the need to kick off a temporary working group focused on the Developer Experience of Zephyr. Topics that spurred the
Hi all,
During a BoF session at this year's Developer Summit, several of us felt the need to kick off a temporary working group focused on the Developer Experience of Zephyr. Topics that spurred the
|
By
Jonathan Beri
·
#2613
·
|
|
how to support new touch screen sensor with integration to LVGL
Hi,
I'm considering adding support for a touchscreen sensor (CST816, used in PineTime) and I would like
to use LVGL as well. Right now LVGL expects touchscreen sensor to be exposed via KSCAN
Hi,
I'm considering adding support for a touchscreen sensor (CST816, used in PineTime) and I would like
to use LVGL as well. Right now LVGL expects touchscreen sensor to be exposed via KSCAN
|
By
Matias N.
·
#2612
·
|
|
Activate shell over uart
Hi,
I'm trying to enable the shell subsystem over the uart console on my board with no luck.
I built the samples/subsys/shell/shell_module/ application and added some printk() to it just to see that
Hi,
I'm trying to enable the shell subsystem over the uart console on my board with no luck.
I built the samples/subsys/shell/shell_module/ application and added some printk() to it just to see that
|
By
Jacob Avraham
·
#2611
·
|
|
Building ESP32 WiFi sample
Hi,
I'm starting to test Zephyr (v2.6) for support of ESP32 features (interested in WiFi and BLE). Right now
I'm looking at trying out wifi. I managed to build and flash the hello world sample
Hi,
I'm starting to test Zephyr (v2.6) for support of ESP32 features (interested in WiFi and BLE). Right now
I'm looking at trying out wifi. I managed to build and flash the hello world sample
|
By
Matias N.
·
#2610
·
|
|
Which IDE use for hifive1_revb+zephyr
https://docs.zephyrproject.org/latest/boards/riscv/hifive1_revb/doc/index.html
I want to use zephyr on hifive1_revb
Which Ide is recommend?
https://docs.zephyrproject.org/latest/boards/riscv/hifive1_revb/doc/index.html
I want to use zephyr on hifive1_revb
Which Ide is recommend?
|
By
jesse stone <fatalfeel@...>
·
#2609
·
|
|
Re: Trying to jump in stm32l496 bootloader from application
Hi Philippe,
There could be multiple reasons, but we'd need reported errors to be able to help.
Also, maybe you can open a github discussion and provide details (errors, build environment, ...)
for
Hi Philippe,
There could be multiple reasons, but we'd need reported errors to be able to help.
Also, maybe you can open a github discussion and provide details (errors, build environment, ...)
for
|
By
Erwan Gouriou
·
#2608
·
|
|
Trying to jump in stm32l496 bootloader from application
Hi,
I wrote a small application for the STM32L496 processor. The application simply jumps in the ROM bootloader of the CPU.
When I compile my application within STM32Cube IDE (version 1.6.0), it
Hi,
I wrote a small application for the STM32L496 processor. The application simply jumps in the ROM bootloader of the CPU.
When I compile my application within STM32Cube IDE (version 1.6.0), it
|
By
Philippe O'Reilly <poreilly@...>
·
#2607
·
|
|
stm32: PWM: Default all "st,prescaler" pwm property to 0
Hi all,
I'd like to inform STM32 PWM users that I'm pushing a change [1] to harmonize the default value of property "st,prescaler" to 0 for all pwm nodes on all (STM32) SoCs.
Benefit is to solve the
Hi all,
I'd like to inform STM32 PWM users that I'm pushing a change [1] to harmonize the default value of property "st,prescaler" to 0 for all pwm nodes on all (STM32) SoCs.
Benefit is to solve the
|
By
Erwan Gouriou
·
#2606
·
|
|
Re: lsm6dsl full registers access
#sensor
#sst26
At a high level, between the sensor driver you found in drivers/sensor/lsm6dsl and your program, Zephyr provides an interface layer that makes the calls to sensor_attr_set() reasonably independent of
At a high level, between the sensor driver you found in drivers/sensor/lsm6dsl and your program, Zephyr provides an interface layer that makes the calls to sensor_attr_set() reasonably independent of
|
By
Lawrence King
·
#2605
·
|
|
lsm6dsl full registers access
#sensor
#sst26
Shalom!
We are building a custom prototype Nordic nRF9160 board with the lsm6dsl spi chip in parallel on the same spi channel as the MX25R6435F flash memory chip.
I am new to Zephyr and mostly have
Shalom!
We are building a custom prototype Nordic nRF9160 board with the lsm6dsl spi chip in parallel on the same spi channel as the MX25R6435F flash memory chip.
I am new to Zephyr and mostly have
|
By
David Kaplan
·
#2604
·
|
|
Zephyr 2.6.0 released, merge window is now open.
Hi,
We are pleased to announce the release of Zephyr RTOS version 2.6.0!
Major enhancements with this release include:
Major enhancements with this release include:
* Logging subsystem overhauled
*
Hi,
We are pleased to announce the release of Zephyr RTOS version 2.6.0!
Major enhancements with this release include:
Major enhancements with this release include:
* Logging subsystem overhauled
*
|
By
Kumar Gala
·
#2603
·
|