File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ matrix:
3434      os : linux 
3535    - env : TARGET=thumbv7em-none-eabi 
3636      os : linux 
37+     - env : TARGET=thumbv7em-none-eabihf 
38+       os : linux 
3739    - env : TARGET=thumbv7m-none-eabi 
3840      os : linux 
3941    - env : TARGET=x86_64-apple-darwin 
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if [[ $TARGET != $HOST && ! $TARGET =~ ^i.86- ]]; then
3232            #  `int main() { return 0; }`
3333            RUN_TESTS=n
3434            ;;
35-         thumbv* -none-eabi)
35+         thumbv* -none-eabi* )
3636            CARGO=xargo
3737            GCC_TRIPLE=arm-none-eabi
3838            #  Bare metal targets. No `std` or `test` crates for these targets.
Original file line number Diff line number Diff line change 1+ {
2+     "arch" : " arm" 
3+     "data-layout" : " e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64" 
4+     "features" : " +vfp4" 
5+     "llvm-target" : " thumbv7em-none-eabihf" 
6+     "os" : " none" 
7+     "target-endian" : " little" 
8+     "target-pointer-width" : " 32" 
9+ }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments