Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							82803bffda 
							
						 
					 
					
						
						
							
							Use embassy/defmt-timestamp-uptime in all examples.  
						
						
						
						
					 
					
						2022-04-02 04:35:06 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							6c925b2342 
							
						 
					 
					
						
						
							
							blocking_mutex: refactor to work on stable. No GATs, and can be constructed in const.  
						
						
						
						
					 
					
						2022-02-12 01:16:31 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							22bc1e4ae1 
							
						 
					 
					
						
						
							
							nrf/gpio: add infallible inherent methods, remove some duplication.  
						
						... 
						
						
						
						This implements Input and Output using FlexPin, to avoid some code duplication. 
						
						
					 
					
						2021-12-20 00:55:18 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							70e5877d68 
							
						 
					 
					
						
						
							
							embassy/channel: switch to use MutexKind  
						
						
						
						
					 
					
						2021-09-13 00:08:41 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							ead987245d 
							
						 
					 
					
						
						
							
							embassy: Refactor module structure to remove kitchen-sink util.  
						
						
						
						
					 
					
						2021-09-11 02:35:35 +02: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 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
						
						
							
						
						
							0ea6a2d890 
							
						 
					 
					
						
						
							
							time: replace dyn clock/alarm with a global Driver trait  
						
						
						
						
					 
					
						2021-08-05 19:14:09 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							07d4b196f7 
							
						 
					 
					
						
						
							
							Update nightly, remove removed features.  
						
						
						
						
					 
					
						2021-08-04 19:48:14 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							a1a5acb825 
							
						 
					 
					
						
						
							
							rustfmt everything  
						
						
						
						
					 
					
						2021-08-04 15:25:21 +02:00 
						 
				 
			
				
					
						
							
							
								huntc 
							
						 
					 
					
						
						
						
						
							
						
						
							3778f55d80 
							
						 
					 
					
						
						
							
							Provides a cleaner construction of the channel with the common "new" naming  
						
						
						
						
					 
					
						2021-07-15 12:31:53 +10:00 
						 
				 
			
				
					
						
							
							
								huntc 
							
						 
					 
					
						
						
						
						
							
						
						
							f159beec1c 
							
						 
					 
					
						
						
							
							Use of a NoopMutex  
						
						
						
						
					 
					
						2021-07-15 12:31:52 +10:00 
						 
				 
			
				
					
						
							
							
								huntc 
							
						 
					 
					
						
						
						
						
							
						
						
							5f87c7808c 
							
						 
					 
					
						
						
							
							Remove the cell and trait  
						
						... 
						
						
						
						At the expense of exposing the channel types again. We do this as we want to avoid using dyn traits given their overhead for embedded environments. 
						
						
					 
					
						2021-07-15 12:31:52 +10:00 
						 
				 
			
				
					
						
							
							
								huntc 
							
						 
					 
					
						
						
						
						
							
						
						
							ae62948d6c 
							
						 
					 
					
						
						
							
							Replace UnsafeCell  
						
						... 
						
						
						
						Using a new ChannelCell so that there's no leaking of the abstraction 
						
						
					 
					
						2021-07-15 12:31:52 +10:00 
						 
				 
			
				
					
						
							
							
								huntc 
							
						 
					 
					
						
						
						
						
							
						
						
							816b78c0d9 
							
						 
					 
					
						
						
							
							Reduces the types on sender and receiver  
						
						... 
						
						
						
						In exchange for an UnsafeCell being passed into split 
						
						
					 
					
						2021-07-15 12:31:52 +10:00 
						 
				 
			
				
					
						
							
							
								huntc 
							
						 
					 
					
						
						
						
						
							
						
						
							1b9d5e5071 
							
						 
					 
					
						
						
							
							Multi Producer Single Consumer channel  
						
						... 
						
						
						
						An MPSC inspired by Tokio and Crossbeam. The MPSC is designed to support both single and multi core processors, with only single core implemented at this time. The allocation of the channel’s buffer is inspired by the const generic parameters that Heapless provides. 
						
						
					 
					
						2021-07-15 12:31:52 +10:00