File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed 
middleware/wireless/framework/XCVR/RV32M1 Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1+ if (CONFIG_VEGA_SDK_HAL)
2+   zephyr_library()
3+ endif ()
4+ 
15add_subdirectory_ifdef(
26  CONFIG_VEGA_SDK_HAL
37  vega_sdk_riscv
Original file line number Diff line number Diff line change 11zephyr_include_directories(.)
22
3- zephyr_sources (fsl_clock.c)
4- zephyr_sources_ifdef (CONFIG_ENTROPY_RV32M1_TRNG		fsl_trng.c)
5- zephyr_sources_ifdef (CONFIG_HAS_RV32M1_CAU3_BLE		fsl_cau3_ble.c)
6- zephyr_sources_ifdef (CONFIG_I2C_RV32M1_LPI2C		fsl_lpi2c.c)
7- zephyr_sources_ifdef (CONFIG_PWM_RV32M1_TPM		fsl_tpm.c)
8- zephyr_sources_ifdef (CONFIG_SOC_FLASH_RV32M1		fsl_flash.c)
9- zephyr_sources_ifdef (CONFIG_SPI_RV32M1_LPSPI		fsl_lpspi.c)
10- zephyr_sources_ifdef (CONFIG_UART_RV32M1_LPUART		fsl_lpuart.c)
3+ zephyr_library_sources (fsl_clock.c)
4+ zephyr_library_sources_ifdef (CONFIG_ENTROPY_RV32M1_TRNG		fsl_trng.c)
5+ zephyr_library_sources_ifdef (CONFIG_HAS_RV32M1_CAU3_BLE		fsl_cau3_ble.c)
6+ zephyr_library_sources_ifdef (CONFIG_I2C_RV32M1_LPI2C		fsl_lpi2c.c)
7+ zephyr_library_sources_ifdef (CONFIG_PWM_RV32M1_TPM		fsl_tpm.c)
8+ zephyr_library_sources_ifdef (CONFIG_SOC_FLASH_RV32M1		fsl_flash.c)
9+ zephyr_library_sources_ifdef (CONFIG_SPI_RV32M1_LPSPI		fsl_lpspi.c)
10+ zephyr_library_sources_ifdef (CONFIG_UART_RV32M1_LPUART		fsl_lpuart.c)
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: Apache-2.0 
22
3- zephyr_sources (
3+ zephyr_library_sources (
44  cfgs_rv32m1/fsl_xcvr_ant_config.c
55  cfgs_rv32m1/fsl_xcvr_ble_config.c
66  cfgs_rv32m1/fsl_xcvr_common_config.c
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments