This is an automated email from the ASF dual-hosted git repository.

jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 26eb510a1 hw/bsp/nucleo-l073rz: Remove duplicate syscfg.defs
26eb510a1 is described below

commit 26eb510a13e50058524116bcc816ea6baa764852
Author: Jerzy Kasenberg <[email protected]>
AuthorDate: Sun Mar 30 09:27:33 2025 +0200

    hw/bsp/nucleo-l073rz: Remove duplicate syscfg.defs
    
    BSP_FLASH_SPI_NAME and BSP_FLASH_SPI_BUS are for some
    time defined in stm32_common package.
    
    This change removes leftover definitions from bsp.
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
---
 hw/bsp/nucleo-l073rz/syscfg.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/hw/bsp/nucleo-l073rz/syscfg.yml b/hw/bsp/nucleo-l073rz/syscfg.yml
index d084cf185..6c1a261be 100644
--- a/hw/bsp/nucleo-l073rz/syscfg.yml
+++ b/hw/bsp/nucleo-l073rz/syscfg.yml
@@ -17,14 +17,6 @@
 # under the License.
 #
 
-syscfg.defs.BUS_DRIVER_PRESENT:
-    BSP_FLASH_SPI_NAME:
-        description: 'SPIFLASH device name'
-        value: '"spiflash0"'
-    BSP_FLASH_SPI_BUS:
-        description: 'bus name SPIFLASH is connected to'
-        value: '"spi0"'
-
 syscfg.vals:
     STM32_FLASH_SIZE_KB: 192
     MCU_RAM_START: 0x20000000

Reply via email to