Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							495b8b739a 
							
						 
					 
					
						
						
							
							Change GPIO inherent methods back to &self.  
						
						 
						
						... 
						
						
						
						With the embedded-hal rc3 update I changed them to require `&mut self`, but
in retrospect I think `&self` is better, for extra flexibility.
This PR reverts the changes from the rc3 update to inherent methods. 
						
						
					 
					
						2024-01-10 00:00:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							8b36a32ed5 
							
						 
					 
					
						
						
							
							ci: use beta, add secondary nightly ci.  
						
						 
						
						
						
						
					 
					
						2023-12-21 15:03:57 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							d81395fab3 
							
						 
					 
					
						
						
							
							Update embedded-hal to 1.0.0-rc.3  
						
						 
						
						
						
						
					 
					
						2023-12-14 16:19:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							a8703b7598 
							
						 
					 
					
						
						
							
							Run rustfmt.  
						
						 
						
						
						
						
					 
					
						2022-06-12 22:22:31 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							82803bffda 
							
						 
					 
					
						
						
							
							Use embassy/defmt-timestamp-uptime in all examples.  
						
						 
						
						
						
						
					 
					
						2022-04-02 04:35:06 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							58fc64722c 
							
						 
					 
					
						
						
							
							stm32/gpio: expose all functionality as inherent methods.  
						
						 
						
						
						
						
					 
					
						2022-01-19 17:59:55 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							de016e8456 
							
						 
					 
					
						
						
							
							Remove trait_alias, allow(incomplete_features).  
						
						 
						
						... 
						
						
						
						trait_alias seems unused. no idea why it's there. 
						
						
					 
					
						2021-09-03 17:00:58 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							2c992f7010 
							
						 
					 
					
						
						
							
							stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.  
						
						 
						
						
						
						
					 
					
						2021-08-19 23:50:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben Gamari 
							
						 
					 
					
						
						
						
						
							
						
						
							f4950c4449 
							
						 
					 
					
						
						
							
							examples: Consistently use unwrap! in favor of .unwrap()  
						
						 
						
						... 
						
						
						
						Unfortunately errors from `embedded_graphics` and `core` doesn't provide
the necessary instances currently. 
						
						
					 
					
						2021-08-05 22:39:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							07d4b196f7 
							
						 
					 
					
						
						
							
							Update nightly, remove removed features.  
						
						 
						
						
						
						
					 
					
						2021-08-04 19:48:14 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Timo Kröger 
							
						 
					 
					
						
						
						
						
							
						
						
							57eecd4292 
							
						 
					 
					
						
						
							
							Use Dbgmcu::enable_all() in stm32f4 examples  
						
						 
						
						
						
						
					 
					
						2021-07-23 17:54:14 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Timo Kröger 
							
						 
					 
					
						
						
						
						
							
						
						
							5ac91933ff 
							
						 
					 
					
						
						
							
							stm32: No need to enable GPIO clocks manually  
						
						 
						
						
						
						
					 
					
						2021-07-23 17:54:13 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Timo Kröger 
							
						 
					 
					
						
						
						
						
							
						
						
							5e998d1a6c 
							
						 
					 
					
						
						
							
							Cleanup stm32f4 examples  
						
						 
						
						... 
						
						
						
						* Remove dependency on stm32f4 pac crate
* Remove unused `ZeroClock` 
						
						
					 
					
						2021-07-21 23:12:36 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thales Fragoso 
							
						 
					 
					
						
						
						
						
							
						
						
							0eaadfc125 
							
						 
					 
					
						
						
							
							stm32: Update gpio examples  
						
						 
						
						
						
						
					 
					
						2021-06-25 18:16:43 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							dff03ecfc7 
							
						 
					 
					
						
						
							
							Move examples to a subdirectory  
						
						 
						
						
						
						
					 
					
						2021-06-02 01:32:19 +02:00