@@ -10,17 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010### Added
1111
1212- USB Driver for all devices except ` stm32f301 ` and ` stm32f334 ` as they have no
13- USB peripheral. (#24 )
14- - ` StatefulOutputPin ` and ` ToggleableOutputPin ` (#25 )
13+ USB peripheral. ([ #24 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/24 ) )
14+ - ` StatefulOutputPin ` and ` ToggleableOutputPin ` ([ #25 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/25 ) )
1515- Support devices with 2-bit PLLSRC fields
1616 - This allow using 72 MHz ` sysclk ` on the ` stm32f303 `
17- - Analog gpio trait (#33 )
18- - Add PWM Channels (#34 )
17+ - Analog gpio trait ([ #33 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/33 ) )
18+ - Add PWM Channels ([ #34 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/34 ) )
1919
2020### Breaking changes
2121
2222- Alternate gpio functions are now made only available for devices, which have them.
23- (#21 )
23+ ([ #21 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/21 ) )
2424- ` stm32f303 ` is now split into ` stm32f303xd ` and ` stm32f303xe ` as they provide
2525 different alternate gpio functions. ` stm32f303 ` is still available.
2626
@@ -29,40 +29,40 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2929
3030### Added
3131
32- - HSE and USB clock are now suppported (#18 )
32+ - HSE and USB clock are now suppported ([ #18 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/18 ) )
3333
3434### Changed
3535
36- - Bump ` stm32f3 ` version to ` 0.8.0 ` (#19 )
36+ - Bump ` stm32f3 ` version to ` 0.8.0 ` ([ #19 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/19 ) )
3737
3838## [ v0.2.3] - 2019-07-07
3939
4040### Fixed
4141
42- - Fix timer initialization (#17 )
42+ - Fix timer initialization ([ #17 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/17 ) )
4343
4444## [ v0.2.2] - 2019-07-06
4545
4646## Fix
4747
48- - Missing ` stm32f303 ` timers (#16 )
48+ - Missing ` stm32f303 ` timers ([ #16 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/16 ) )
4949
5050## [ v0.2.1] - 2019-07-06
5151
5252### Added
5353
54- - Fully erased pin (#14 )
54+ - Fully erased pin ([ #14 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/14 ) )
5555
5656## [ v0.2.0] - 2019-07-02
5757
5858### Changed
5959
60- - Bump ` stm32f3 ` version to ` 0.7.1 ` (#12 )
61- - BUmp ` embedded-hal ` version to ` 0.2.1 ` (#11 )
60+ - Bump ` stm32f3 ` version to ` 0.7.1 ` ([ #12 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/12 ) )
61+ - BUmp ` embedded-hal ` version to ` 0.2.1 ` ([ #11 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/11 ) )
6262
6363### Fixed
6464
65- - Various peripheral mappings for some devices (#12 )
65+ - Various peripheral mappings for some devices ([ #12 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/12 ) )
6666
6767### Breaking changers
6868
@@ -72,16 +72,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7272
7373### Added
7474
75- - Support for GPIO AF14 (# 6 )
75+ - Support for GPIO AF14 ([ # 6 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/6 ) )
7676
7777## [ v0.1.4] - 2019-05-04
7878
7979### Fixed
8080
81- - Fixed I2C address (# 4 )
81+ - Fixed I2C address ([ # 4 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/4 ) )
8282
8383## [ v0.1.3] - 2019-04-12
8484
8585### Added
8686
87- - Implement GPIO InputPin traits (# 2 )
87+ - Implement GPIO InputPin traits ([ # 2 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/2 ) )
0 commit comments