|
Default LED Pin for STM32 min dev board
Hi, So, actually, what you request is a revert of https://github.com/zephyrproject-rtos/zephyr/pull/11736, which was fixing LED pinmux from PB12 to PC13, thought which missed doc update. As you mentio
Hi, So, actually, what you request is a revert of https://github.com/zephyrproject-rtos/zephyr/pull/11736, which was fixing LED pinmux from PB12 to PC13, thought which missed doc update. As you mentio
|
By
Erwan Gouriou
· #5770
·
|
|
Arduino interface definition for Nordic development kits
Hi Aaron, This is indeed the expected way to do it. Don't forget to also add "arduino_i2c" in boards' yaml files. Cheers Erwan
Hi Aaron, This is indeed the expected way to do it. Don't forget to also add "arduino_i2c" in boards' yaml files. Cheers Erwan
|
By
Erwan Gouriou
· #5726
·
|
|
How does Zephyr brings dts, kernel, driver & user app together?
Hi Stefan, To generate #define's from dt, you need to provide the matching yaml binding to indicate how fields should be decided, this should be done under dts/bindings/... Generated #define's will be
Hi Stefan, To generate #define's from dt, you need to provide the matching yaml binding to indicate how fields should be decided, this should be done under dts/bindings/... Generated #define's will be
|
By
Erwan Gouriou
· #5574
·
|
|
[RFC] k_poll_signal name and MISRA
Making different names is good, but then I think one should be able to identify quickly which is struct and which isn't, What about k_struct_poll_signal or k_poll_signal_struct ?
Making different names is good, but then I think one should be able to identify quickly which is struct and which isn't, What about k_struct_poll_signal or k_poll_signal_struct ?
|
By
Erwan Gouriou
· #5289
·
|
|
Running Hello World for Dragino-LSN50 on B-L072Z-LRWAN1 Dicovery Board
Sure, would be great to have this LORA board in tree.
Sure, would be great to have this LORA board in tree.
|
By
Erwan Gouriou
· #5152
·
|
|
Running Hello World for Dragino-LSN50 on B-L072Z-LRWAN1 Dicovery Board
You don't have to care about VCP, this is internal to ST-Link chip, just make sure that console is set to uart2(.DTS) and enabled (_defconfig). Great, you should be fine then!
You don't have to care about VCP, this is internal to ST-Link chip, just make sure that console is set to uart2(.DTS) and enabled (_defconfig). Great, you should be fine then!
|
By
Erwan Gouriou
· #5147
·
|
|
Running Hello World for Dragino-LSN50 on B-L072Z-LRWAN1 Dicovery Board
Hi, Looking to B-L072Z-LRWAN1 user manual, it seems that you can get ST-Link VCP using USART2, Did you changed the console settings to match this configuration ? Then, fortunately, both boards share t
Hi, Looking to B-L072Z-LRWAN1 user manual, it seems that you can get ST-Link VCP using USART2, Did you changed the console settings to match this configuration ? Then, fortunately, both boards share t
|
By
Erwan Gouriou
· #5140
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Jun Li, About 'USB' flag, you might be interested by the following comment, file sub_dc_stm32.c, line72: /* * USB and USB_OTG_FS are defined in STM32Cube HAL and allows to distinguish * between two
Hi Jun Li, About 'USB' flag, you might be interested by the following comment, file sub_dc_stm32.c, line72: /* * USB and USB_OTG_FS are defined in STM32Cube HAL and allows to distinguish * between two
|
By
Erwan Gouriou
· #4844
·
|
|
Adding new DTS binding for SAM0 I2C
Thanks for the additional info. It would be nice to see what at line 164 in file sodaq_one_v3.dts.pre.tmp. Anyway, my first guess would be that you miss i2c.h binding file inclusion in your dtsi file.
Thanks for the additional info. It would be nice to see what at line 164 in file sodaq_one_v3.dts.pre.tmp. Anyway, my first guess would be that you miss i2c.h binding file inclusion in your dtsi file.
|
By
Erwan Gouriou
· #4830
·
|
|
Adding new DTS binding for SAM0 I2C
Hi Léonard, Some additional information on build error would help to provide you support. Cheers Erwan
Hi Léonard, Some additional information on build error would help to provide you support. Cheers Erwan
|
By
Erwan Gouriou
· #4828
·
|
|
Mailing list archives before 2017
Indeed, I've found what I was looking for. Thanks Brett
Indeed, I've found what I was looking for. Thanks Brett
|
By
Erwan Gouriou
· #4614
·
|
|
Mailing list archives before 2017
Hi all, I'm looking for mail archives of this mainling list before 2017. Looking in https://lists.zephyrproject.org/g/devel, it only starts on Jan '17. This might be because we changed mailinglist ser
Hi all, I'm looking for mail archives of this mainling list before 2017. Looking in https://lists.zephyrproject.org/g/devel, it only starts on Jan '17. This might be because we changed mailinglist ser
|
By
Erwan Gouriou
· #2205
·
|
|
Usage of generated dts *_GPIO_FLAGS
That's it!
By
Erwan Gouriou
· #2188
·
|
|
Usage of generated dts *_GPIO_FLAGS
Hi Diego, Having direct match between generated FLAGS/INT_CONF aliases and application symbols would be a good idea. Though not sure which should converge to the other. INT_CONF (Interrupt configurati
Hi Diego, Having direct match between generated FLAGS/INT_CONF aliases and application symbols would be a good idea. Though not sure which should converge to the other. INT_CONF (Interrupt configurati
|
By
Erwan Gouriou
· #2126
·
|
|
STM32 ADC shim
Hi Anthony, Easiest to start would be to use STM32Cube HAL to implement your shim layer. If you feel more comfortable with ADC, you might want to use STM32Cube LL layer, which will help you to impleme
Hi Anthony, Easiest to start would be to use STM32Cube HAL to implement your shim layer. If you feel more comfortable with ADC, you might want to use STM32Cube LL layer, which will help you to impleme
|
By
Erwan Gouriou
· #2118
·
|
|
Shave Zephyr boards with Occam's razor
Good! Thanks Carles.
By
Erwan Gouriou
· #2096
·
|
|
Shave Zephyr boards with Occam's razor
Hi all, Guidelines for default board configuration are now documented in Zephyr board porting guide. Next step will be to get all existing boards to comply with these guidelines. I've open issue #7191
Hi all, Guidelines for default board configuration are now documented in Zephyr board porting guide. Next step will be to get all existing boards to comply with these guidelines. I've open issue #7191
|
By
Erwan Gouriou
· #2094
·
|
|
Core407V STM32F407VET6 Board Definition Help Needed
Hi Warren, Looking to the log, it seems that there is an issue in your board definition: warning: BOARD_CORE407V_STM32F407 (defined at /home/wwg/zephyr/boards/arm/core407v_stm32f407/Kconfig.board:7) w
Hi Warren, Looking to the log, it seems that there is an issue in your board definition: warning: BOARD_CORE407V_STM32F407 (defined at /home/wwg/zephyr/boards/arm/core407v_stm32f407/Kconfig.board:7) w
|
By
Erwan Gouriou
· #2044
·
|
|
Shave Zephyr boards with Occam's razor
For those interested in board shaving: https://github.com/zephyrproject-rtos/zephyr/issues/6858
For those interested in board shaving: https://github.com/zephyrproject-rtos/zephyr/issues/6858
|
By
Erwan Gouriou
· #1989
·
|
|
Shave Zephyr boards with Occam's razor
Thanks for the feedbacks, I'll fill a GH Issue and try to get this progress
Thanks for the feedbacks, I'll fill a GH Issue and try to get this progress
|
By
Erwan Gouriou
· #1988
·
|