| 
							
							
								 xoviat | bbd12c9372 | stm32: update metapac | 2023-10-17 20:31:44 -05:00 |  | 
			
				
					| 
							
							
								 xoviat | 683d5c3066 | Merge pull request #2077 from xoviat/rcc stm32: update metapac | 2023-10-17 01:05:18 +00:00 |  | 
			
				
					| 
							
							
								 xoviat | a3574e519a | stm32: update metapac | 2023-10-16 20:04:10 -05:00 |  | 
			
				
					| 
							
							
								 Grant Miller | e7aeb9b29f | stm32f1: Keep flash prefetch enabled | 2023-10-16 19:23:01 -05:00 |  | 
			
				
					| 
							
							
								 Dániel Buga | 40e4ca4751 | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | 2023-10-16 20:59:06 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 213b4c9dca | time: add linkskey, release v0.1.5. | 2023-10-16 20:11:35 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | aff77d2b65 | stm32/rng: add test. | 2023-10-16 05:35:29 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 18e96898ea | stm32/rcc: unify L4 and L5. | 2023-10-16 04:00:51 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 5c5e681819 | stm32/rcc: add better support for L4/L4+ differences. | 2023-10-16 03:23:43 +02:00 |  | 
			
				
					| 
							
							
								 xoviat | b24520579a | rcc: ahb/apb -> hclk/pclk | 2023-10-15 19:51:35 -05:00 |  | 
			
				
					| 
							
							
								 xoviat | 1fc35c753b | rcc: update pll clock naming | 2023-10-15 15:10:42 -05:00 |  | 
			
				
					| 
							
							
								 JuliDi | 2aaf4bf96b | fix typo in build.rs that caused fmc ClkPin to not be implemented | 2023-10-15 19:14:34 +02:00 |  | 
			
				
					| 
							
							
								 xoviat | 4a156df7a1 | stm32: expand rcc mux to g4 and h7 | 2023-10-14 23:33:57 -05:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 8a10948ce9 | stm32/rcc: port L4 to the "flattened" API like h5/h7. | 2023-10-15 03:08:49 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 3bfbf2697f | stm32/rcc: remove unused lse/lsi fields in h7 | 2023-10-15 01:48:27 +02:00 |  | 
			
				
					| 
							
							
								 xoviat | 824556c9c8 | rcc: remove mux_prefix from clocks | 2023-10-14 12:51:45 -05:00 |  | 
			
				
					| 
							
							
								 xoviat | 575db17264 | Merge pull request #2053 from jr-oss/fix_stm32_advanced_timer_enable_output STM32: Fix regression in advanced timer to enable output of PWM signa… | 2023-10-14 04:09:57 +00:00 |  | 
			
				
					| 
							
							
								 xoviat | 3264941c1b | rcc mux: update metapac | 2023-10-13 23:06:32 -05:00 |  | 
			
				
					| 
							
							
								 Ralf | 9a7fda87b0 | STM32: timer enable_output does not take bool, but just enables the output | 2023-10-13 18:52:10 +02:00 |  | 
			
				
					| 
							
							
								 Ralf | adc810d24b | STM32: Fix regression in advanced timer to enable output of PWM signal by partly reverting commit 74eb519 | 2023-10-13 17:38:40 +02:00 |  | 
			
				
					| 
							
							
								 Scott Mabin | a6bbb130c5 | make set_config concrete methods public again | 2023-10-12 23:03:33 +01:00 |  | 
			
				
					| 
							
							
								 Dániel Buga | 02d2c06b23 | Release embassy-time 0.1.4 | 2023-10-12 18:14:33 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 97ca0e77bf | stm32: avoid creating many tiny critical sections in init. Saves 292 bytes on stm32f0 bilnky with max optimizations (from 3132 to 2840). | 2023-10-12 16:20:34 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 66e399b5c6 | Merge pull request #2035 from pbert519/stm_reset_and_enable STM32: combine RccPeripherals reset() and enable() to enable_and_reset() | 2023-10-12 14:09:13 +00:00 |  | 
			
				
					| 
							
							
								 Ulf Lilleengen | 01eb1a7339 | Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2c stm32: add timeout to I2C driver | 2023-10-12 10:44:27 +00:00 |  | 
			
				
					| 
							
							
								 pbert | 65f81a1f57 | Remove critical section for reset | 2023-10-12 11:04:45 +02:00 |  | 
			
				
					| 
							
							
								 pbert | ecdd7c0e2f | enable clock first | 2023-10-12 11:04:44 +02:00 |  | 
			
				
					| 
							
							
								 pbert | d7d79f3068 | Remove workaround for adc v3 | 2023-10-12 11:04:20 +02:00 |  | 
			
				
					| 
							
							
								 pbert | f65a96c541 | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | 2023-10-12 11:04:19 +02:00 |  | 
			
				
					| 
							
							
								 xoviat | 57ccc1051a | stm32: add initial rcc mux for h5 | 2023-10-11 20:59:47 -05:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 70a91945fc | stm32: remove atomic-polyfill. | 2023-10-12 02:07:26 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | 063e6f96da | Remove outdated comment | 2023-10-11 23:56:21 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | e6c47c3718 | cargo fmt | 2023-10-11 23:47:24 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | 2f7c2750d1 | Feature guarded more unused stuff | 2023-10-11 23:45:47 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | 032b1f2d59 | Fix some issues with unused stuff | 2023-10-11 23:42:40 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | f76d50e837 | cfg! macro didn't work, had to duplicate functions with different guards | 2023-10-11 23:39:24 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | ee5ea7aa06 | cargo fmt | 2023-10-11 23:34:02 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | 251d004708 | Try using cfg! macro | 2023-10-11 23:32:40 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | cd68f85501 | Added guards to individual APIs | 2023-10-11 23:25:13 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | b6c0ddb7df | Move the feature gates to the i2c module instead of the pub use statement | 2023-10-11 23:05:12 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | ee93bbf1d4 | Gate pub use _version::* | 2023-10-11 22:45:54 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | 1cd3ae9bd5 | Add comment about feature gate on I2C mod | 2023-10-11 22:20:17 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | bfcca79c1e | Add time feature back and gate i2c on time | 2023-10-11 22:12:03 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 4a43cd3982 | stm32/rcc: LSE xtal is 32768hz, not 32000hz. Fixes #2043 | 2023-10-11 13:39:04 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | b91d1eaca0 | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | 2023-10-11 04:12:38 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 21915a9a3f | stm32/rcc: unify L0 and L1. | 2023-10-11 01:22:27 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | d0d0ceec6a | stm32/rcc: rename HSE32 to HSE | 2023-10-11 01:06:44 +02:00 |  | 
			
				
					| 
							
							
								 Dario Nieuwenhuis | 0cfa8d1bb5 | stm32/rcc: use more PLL etc enums from PAC. | 2023-10-11 00:12:33 +02:00 |  | 
			
				
					| 
							
							
								 Andres Oliva | cd12c9cbce | stm32: add timeout to I2C driver | 2023-10-10 18:20:46 +02:00 |  | 
			
				
					| 
							
							
								 Andres Vahter | 3616d68aaa | stm32 flash: check lock bit before unlocking It hardfaults if already unlocked flash is unlocked again. | 2023-10-10 12:55:43 +03:00 |  |