- 
                Notifications
    You must be signed in to change notification settings 
- Fork 45
wifi: winc1500: Update HAL version to 19.7.6 #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Draft
      
      
            lromeraj
  wants to merge
  1
  commit into
  zephyrproject-rtos:master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
lromeraj:master
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Draft
                    Changes from all commits
      Commits
    
    
  File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
        
          
          
            421 changes: 213 additions & 208 deletions
          
          421 
        
  asf/common/components/wifi/winc1500/bsp/include/nm_bsp.h
  
  
      
      
   
        
      
      
    Large diffs are not rendered by default.
      
      Oops, something went wrong.
      
    
  
        
          
          
            122 changes: 114 additions & 8 deletions
          
          122 
        
  asf/common/components/wifi/winc1500/bsp/include/nm_bsp_internal.h
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,14 +1,120 @@ | ||
| /* | ||
| * Copyright (c) 2016 Intel Corporation. | ||
| /** | ||
| * | ||
| * \file | ||
| * | ||
| * \brief This module contains NMC1500 BSP APIs declarations. | ||
| * | ||
| * Copyright (c) 2016-2018 Microchip Technology Inc. and its subsidiaries. | ||
| * | ||
| * \asf_license_start | ||
| * | ||
| * \page License | ||
| * | ||
| * Subject to your compliance with these terms, you may use Microchip | ||
| * software and any derivatives exclusively with Microchip products. | ||
| * It is your responsibility to comply with third party license terms applicable | ||
| * to your use of third party software (including open source software) that | ||
| * may accompany Microchip software. | ||
| * | ||
| * THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, | ||
| * WHETHER EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, | ||
| * INCLUDING ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, | ||
| * AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL MICROCHIP BE | ||
| * LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE, INCIDENTAL OR CONSEQUENTIAL | ||
| * LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND WHATSOEVER RELATED TO THE | ||
| * SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP HAS BEEN ADVISED OF THE | ||
| * POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO THE FULLEST EXTENT | ||
| * ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL CLAIMS IN ANY WAY | ||
| * RELATED TO THIS SOFTWARE WILL NOT EXCEED THE AMOUNT OF FEES, IF ANY, | ||
| * THAT YOU HAVE PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE. | ||
| * | ||
| * \asf_license_stop | ||
| * | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|  | ||
| /**@defgroup BSPDefine Defines | ||
| * @ingroup nm_bsp | ||
| * @{ | ||
| */ | ||
| #ifndef _NM_BSP_INTERNAL_H_ | ||
| #define _NM_BSP_INTERNAL_H_ | ||
|  | ||
| #if defined(CONFIG_WIFI_WINC1500) | ||
| #include <wifi_winc1500_nm_bsp_internal.h> | ||
| #endif /* CONFIG_WIFI_WINC1500 */ | ||
|  | ||
| #endif //_NM_BSP_INTERNAL_H_ | ||
|  | ||
| #ifdef WIN32 | ||
| #include "nm_bsp_win32.h" | ||
| #endif | ||
|  | ||
| #ifdef __K20D50M__ | ||
| #include "nm_bsp_k20d50m.h" | ||
| #endif | ||
|  | ||
| #ifdef __MSP430FR5739__ | ||
| #include "bsp_msp430fr5739.h" | ||
| #endif | ||
|  | ||
| #ifdef _FREESCALE_MCF51CN128_ | ||
| #include "bsp/include/nm_bsp_mcf51cn128.h" | ||
| #endif | ||
|  | ||
| #ifdef __MCF964548__ | ||
| #include "bsp/include/nm_bsp_mc96f4548.h" | ||
| #endif | ||
|  | ||
| #ifdef __APP_APS3_CORTUS__ | ||
| #include "nm_bsp_aps3_cortus.h" | ||
| #endif | ||
|  | ||
| #if (defined __SAMR21G18A__) || (defined __SAMR21E18A__) | ||
| #include "bsp/include/nm_bsp_samr21.h" | ||
| #endif | ||
|  | ||
| #if (defined __SAML21J18A__) || (defined __SAML21J18B__) | ||
| #include "bsp/include/nm_bsp_saml21.h" | ||
| #endif | ||
|  | ||
| #if (defined __SAML22N18A__) | ||
| #include "bsp/include/nm_bsp_saml22.h" | ||
| #endif | ||
|  | ||
| #if (defined __SAMD21J18A__) || (defined __SAMD21G18A__) | ||
| #include "bsp/include/nm_bsp_samd21.h" | ||
| #endif | ||
|  | ||
| #if (defined __SAM4S16C__) || (defined __SAM4SD32C__) | ||
| #include "bsp/include/nm_bsp_sam4s.h" | ||
| #endif | ||
|  | ||
| #ifdef __SAMG53N19__ | ||
| #include "bsp/include/nm_bsp_samg53.h" | ||
| #endif | ||
|  | ||
| #ifdef __SAMG55J19__ | ||
| #include "bsp/include/nm_bsp_samg55.h" | ||
| #endif | ||
|  | ||
| #if (defined __SAME70Q21__) || (defined __SAME70Q21B__) || (defined __SAMV71Q21__) | ||
| #include "bsp/include/nm_bsp_same70.h" | ||
| #endif | ||
|  | ||
| #if (defined __SAMR30G18A__) || (defined __SAMR30E18A__) | ||
| #include "bsp/include/nm_bsp_samr30.h" | ||
| #endif | ||
|  | ||
| #ifdef CORTUS_APP | ||
| #include "crt_iface.h" | ||
| #endif | ||
|  | ||
| #ifdef NRF51 | ||
| #include "nm_bsp_nrf51822.h" | ||
| #endif | ||
|  | ||
| #ifdef _ARDUINO_UNO_ | ||
| #include "bsp/include/nm_bsp_arduino_uno.h" | ||
| #endif | ||
|  | ||
| #ifdef CONFIG_ATMEL_WINC1500 | ||
| #include "wifi_winc1500_nm_bsp_internal.h" | ||
| #endif | ||
|  | ||
|  | ||
| #endif //_NM_BSP_INTERNAL_H_ | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @lromeraj ,
I think we can not accept this license.
@NhMchp,
Can we check if this can be switched to a more permissive license ? MIT-3 Clause. for instance, or even Apache 2 ?