2023-04-07 04:55 AM
2023-04-21 07:56 AM
Yes @cbrake, when using https://github.com/zephyrproject-rtos/zephyr, STM32 specific issues should be reported directly in same repo.
Also please note that if using Zephyr, you find an issue related to STM32Cube HAL or LL, you should raise those directly in matching https://github.com/STMicroelectronics/ repo.
2023-04-07 04:57 AM
We have done some initial testing and it seems quite nice so far.
Is there a list of things that are not working yet, errata, etc?
Where is the best place to report issues, get support, etc?
I noticed the issues are not enabled on the hal repo:
https://github.com/zephyrproject-rtos/hal_stm32
So wondering where issues are tracked for this hal layer.
2023-04-07 05:17 AM
I see now there are a number of issues in the main Zephyr repo taged with STM32:
https://github.com/zephyrproject-rtos/zephyr/labels/platform%3A%20STM32
Am I correct that STM32/Zephyr issues should be reported in the main Zephyr repo?
2023-04-07 07:40 AM
yes
2023-04-21 07:56 AM
Yes @cbrake, when using https://github.com/zephyrproject-rtos/zephyr, STM32 specific issues should be reported directly in same repo.
Also please note that if using Zephyr, you find an issue related to STM32Cube HAL or LL, you should raise those directly in matching https://github.com/STMicroelectronics/ repo.
2023-04-21 03:11 PM
thanks @Erwan Gouriou_O