File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]  
99
10+ ## [ v0.5.1]  - 2019-12-14 
11+ 
1012### Added  
1113
1214-  Added support for ` ExtiPin `  pin traits
1315
16+ ### Fixed  
17+ 
18+ -  Fix SPI2 and 3 using the wrong frequency
19+ -  Fix some problems with I2C reads anad writes
20+ 
21+ 
1422## [ v0.5.0]  - 2019-12-03 
1523
1624### Added  
@@ -146,7 +154,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
146154
147155-  First tagged version
148156
149- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...HEAD 
157+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.1...HEAD 
158+ [ v0.5.1 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.0...v0.5.1 
150159[ v0.5.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.4.0...v0.5.0 
151160[ v0.4.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.3.0...v0.4.0 
152161[ v0.3.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.2.1...v0.3.0 
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
99documentation  = " https://docs.rs/stm32f1xx-hal" 
1010readme  = " README.md" 
1111edition  = " 2018" 
12- version  = " 0.5.0 " 
12+ version  = " 0.5.1 " 
1313
1414[package .metadata .docs .rs ]
1515features  = [" stm32f103"  , " rt"  , " stm32-usbd"  ]
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ be specified as part of the `Cargo.toml` definition.
6969
7070``` toml 
7171[dependencies .stm32f1xx-hal ]
72- version  = " 0.5.0 " 
72+ version  = " 0.5.1 " 
7373features  = [" stm32f100"  , " rt"  ]
7474``` 
7575
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments