@@ -80,7 +80,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
80
80
- Update ` bxcan ` , ` rtic ` and other dependencies [ #519 ]
81
81
- Bump ` synopsys-usb-otg ` to ` 0.3.1 ` [ #535 ]
82
82
- Renamed and updated rtic-button example (was rtic) [ #551 ]
83
- - Rename adc_dma_rtic to rtic-adc-dma and move it ot defmt [ #552 ]
83
+ - Rename adc_dma_rtic to rtic-adc-dma and move it to defmt [ #552 ]
84
84
- Rename spi_slave_dma_rtic to rtic-spi-slave-dma and unbroke it [ #552 ]
85
85
- Rename i2s-rtic-audio-in-out to rtic-i2s-audio-in-out [ #552 ]
86
86
@@ -388,7 +388,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
388
388
- Features corresponding to peripherals [ #311 ]
389
389
- Improved documentation of rng and prelude [ #303 ]
390
390
- Added an example of integration with RTIC [ #295 ]
391
- - Added internal pullup configuaration for the AlternateOD pin type [ #298 ]
391
+ - Added internal pullup configuration for the AlternateOD pin type [ #298 ]
392
392
- Added USART support for sending and receiving 9-bit words [ #299 ]
393
393
- Added support for I2S communication using SPI peripherals, and two examples [ #265 ]
394
394
- Added support for some LCD controllers using the Flexible Static Memory
@@ -399,7 +399,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
399
399
- Derive ` Eq ` , ` PartialEq ` , ` Copy ` and ` Clone ` for error types [ #306 ]
400
400
- Added open-drain pin mode support for PWM output [ #313 ]
401
401
- Added missing error flags for dma streams [ #318 ]
402
- - Added PWM input capability to all compatable timers [ #271 ]
402
+ - Added PWM input capability to all compatible timers [ #271 ]
403
403
- Bidi mode support for SPI [ #349 ]
404
404
- Added ` listen ` and ` unlisten ` for RX- and TX-only USART [ #357 ]
405
405
- Added function for clearing the idle line interrupt in USART [ #357 ]
@@ -545,7 +545,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
545
545
- Added ` check_interrupt ` method for GPIO pins
546
546
- Basic support for DAC
547
547
- Add initial DMA support
548
- - Allow specification of ADC reference voltage in ADC configuraton structure
548
+ - Allow specification of ADC reference voltage in ADC configuration structure
549
549
- Added support for hardware-based CRC32 functionality
550
550
- Add ` MonoTimer ` and ` Instant ` structs for basic time measurement.
551
551
- Added support for I2S and SAI clocks
@@ -756,11 +756,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
756
756
757
757
### Changed
758
758
759
- - Made the ` rt ` feature of stm32f4 optionnal .
759
+ - Made the ` rt ` feature of stm32f4 optional .
760
760
761
761
### Fixed
762
762
763
- - Avoid overwritting the cache bits in ` flash.acr ` .
763
+ - Avoid overwriting the cache bits in ` flash.acr ` .
764
764
765
765
## [ v0.2.3] - 2018-11-04
766
766
0 commit comments