2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.11.0] 2020-04-25
6
+
7
+ Family-specific:
8
+
9
+ * F0:
10
+ * Fix width of TIM1 and TIM14-17 registers (now 16 bit) (#363 )
11
+ * F3:
12
+ * Flash documentation (#368 )
13
+ * Fix duplicate FPU interrupts (#357 )
14
+ * F4:
15
+ * Add missing interrupts (#360 , #362 , #341 )
16
+ * Fix duplicate FPU interrupts (#357 )
17
+ * Fix FSMC peripheral base address (#354 )
18
+ * RNG documentation (#348 )
19
+ * Links fixed in device table (#343 )
20
+ * Fix DMA CR.CHSEL width (#339 )
21
+ * Fix build error on Windows (#369 )
22
+ * F7:
23
+ * Fix DMA CR.CHSEL width (#339 )
24
+ * H7:
25
+ * HDMICRC renamed to CRC (#367 )
26
+ * Add SYSCFG_PWRCR register (#366 )
27
+ * Apply flash bank grouping to all parts (#364 )
28
+ * AXI documentation (#359 )
29
+ * RAMECC registers and documentation (#353 )
30
+ * SAI documentation and fixes (#347 )
31
+ * L4:
32
+ * Fix duplicate FPU interrupts (#357 )
33
+ * RCC field name fixes (#350 )
34
+ * G4:
35
+ * ADC documentation (#338 )
36
+
37
+ Common:
38
+ * Fixed typo in I2C ` OA1EN ` ` Disabled ` variant name for many devices (#365 )
39
+ * Hopefully fixed docs.rs building (#355 )
40
+ * Generated crate directories no longer stored in git (#346 )
41
+
42
+ Thanks to:
43
+
44
+ [ @Sh3Rm4n ] [ @richardeoin ] [ @hoachin ] [ @BryanKadzban ] [ @richardeoin ]
45
+ [ @aurabindo ] [ @MarcoIeni ] [ @therealprof ] [ @ryan-summers ] [ @dirk-dms ]
46
+ [ @aurelj ] [ @tachiniererin ] [ @torkeldanielsson ]
47
+
5
48
## [ v0.10.0] 2020-02-13
6
49
7
50
Family-specific:
@@ -322,7 +365,8 @@ work in this release!
322
365
* Fix nvicPrioBits being incorrect in many STM32s (de117ef)
323
366
* Add support for specifying interrupts and modifying CPU node
324
367
325
- [ Unreleased ] : https://github.com/stm32-rs/stm32-rs/compare/v0.10.0...HEAD
368
+ [ Unreleased ] : https://github.com/stm32-rs/stm32-rs/compare/v0.11.0...HEAD
369
+ [ v0.11.0 ] : https://github.com/stm32-rs/stm32-rs/compare/v0.10.0...v0.11.0
326
370
[ v0.10.0 ] : https://github.com/stm32-rs/stm32-rs/compare/v0.9.0...v0.10.0
327
371
[ v0.9.0 ] : https://github.com/stm32-rs/stm32-rs/compare/v0.8.0...v0.9.0
328
372
[ v0.8.0 ] : https://github.com/stm32-rs/stm32-rs/compare/v0.7.0...v0.8.0
@@ -342,14 +386,18 @@ work in this release!
342
386
[ @albru123 ] : https://github.com/albru123
343
387
[ @arkorobotics ] : https://github.com/arkorobotics
344
388
[ @astro ] : https://github.com/astro
389
+ [ @aurabindo ] : https://github.com/aurabindo
345
390
[ @aurelj ] : https://github.com/aurelj
346
391
[ @birkenfeld ] : https://github.com/birkenfeld
392
+ [ @BryanKadzban ] : https://github.com/BryanKadzban
347
393
[ @burrbull ] : https://github.com/burrbull
394
+ [ @dirk-dms ] : https://github.com/dirk-dms
348
395
[ @disasm ] : https://github.com/disasm
349
396
[ @dotcypress ] : https://github.com/dotcypress
350
397
[ @ehntoo ] : https://github.com/ehntoo
351
398
[ @HarkonenBade ] : https://github.com/HarkonenBade
352
399
[ @hnez ] : https://github.com/hnez
400
+ [ @hoachin ] : https://github.com/hoachin
353
401
[ @jessebraham ] : https://github.com/jessebraham
354
402
[ @jkristell ] : https://github.com/jkristell
355
403
[ @jonas-schievink ] : https://github.com/jonas-schievink
@@ -360,6 +408,7 @@ work in this release!
360
408
[ @lochsh ] : https://github.com/lochsh
361
409
[ @lynaghk ] : https://github.com/lynaghk
362
410
[ @mabezdev ] : https://github.com/mabezdev
411
+ [ @MarcoIeni ] : https://github.com/MarcoIeni
363
412
[ @mathk ] : https://github.com/mathk
364
413
[ @MattCatz ] : https://github.com/MattCatz
365
414
[ @nickray ] : https://github.com/nickray
@@ -368,9 +417,12 @@ work in this release!
368
417
[ @rfuest ] : https://github.com/rfuest
369
418
[ @richard7770 ] : https://github.com/richard7770
370
419
[ @richardeoin ] : https://github.com/richardeoin
420
+ [ @ryan-summers ] : https://github.com/ryan-summers
371
421
[ @samcrow ] : https://github.com/samcrow
372
422
[ @Sh3Rm4n ] : https://github.com/Sh3Rm4n
373
423
[ @solderjs ] : https://github.com/solderjs
424
+ [ @tachiniererin ] : https://github.com/tachiniererin
374
425
[ @therealprof ] : https://github.com/therealprof
375
426
[ @thinxer ] : https://github.com/thinxer
427
+ [ @torkeldanielsson ] : https://github.com/torkeldanielsson
376
428
[ @x37v ] : https://github.com/x37v
0 commit comments