Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						3de2d5c5bd 
					 
					
						
						
							
							Implement FullDuplex for nrf spim  
						
						
						
						
					 
					
						2021-03-18 01:27:30 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						c403a47b7f 
					 
					
						
						
							
							Add raw_spawn example, showcasing how to use embassy without TAIT  
						
						
						
						
					 
					
						2021-03-18 00:43:19 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						278ce02824 
					 
					
						
						
							
							Rename IrqExecutor to InterruptExecutor  
						
						
						
						
					 
					
						2021-03-17 22:52:57 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						6ed1a87138 
					 
					
						
						
							
							Update features for latest nightly.  
						
						
						
						
					 
					
						2021-03-17 02:48:16 +01:00 
						 
				 
			
				
					
						
							
							
								xoviat 
							
						 
					 
					
						
						
							
						
						9626aee7db 
					 
					
						
						
							
							Move traits to separate crate.  
						
						
						
						
					 
					
						2021-03-02 00:32:23 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						67a6c4f469 
					 
					
						
						
							
							Merge pull request  #59  from akiles/interrupt_ext  
						
						... 
						
						
						
						move most interrupt methods to InterruptExt extension trait. Fixes  #35  
						
						
					 
					
						2021-03-01 00:56:20 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						45355f184a 
					 
					
						
						
							
							move most interrupt methods to InterruptExt extension trait.  Fixes   #35  
						
						
						
						
					 
					
						2021-03-01 00:44:38 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						255bf1aa6a 
					 
					
						
						
							
							nrf: add SPIM  
						
						
						
						
					 
					
						2021-03-01 00:24:06 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						7433dc1039 
					 
					
						
						
							
							Port qspi to PeripheralMutex  
						
						
						
						
					 
					
						2021-02-28 22:05:37 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						11be9170ec 
					 
					
						
						
							
							Cleanup interrupt package naming.  Fixes   #40  
						
						... 
						
						
						
						The `interrupt` package previously tried to be drop-in compatible with the
`interrupt` package from PACs. THis meant that there was both a PAC-style enum
value `UARTE0` and an embassy-style owned `UARTE0Interrupt` type. This made
things VERY confusing.
This drops compatibility with the PAC, improving the names for embassy interrupts. 
						
						
					 
					
						2021-02-26 01:55:27 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						90476ef900 
					 
					
						
						
							
							Fix some warnings.  
						
						
						
						
					 
					
						2021-02-26 01:06:58 +01:00 
						 
				 
			
				
					
						
							
							
								fnafnio 
							
						 
					 
					
						
						
							
						
						2893fb3733 
					 
					
						
						
							
							fixed display hints in examples  
						
						
						
						
					 
					
						2021-02-24 08:57:06 +01:00 
						 
				 
			
				
					
						
							
							
								fnafnio 
							
						 
					 
					
						
						
							
						
						f779ec4928 
					 
					
						
						
							
							update defmt and defmt-rtt to 0.2.0  
						
						
						
						
					 
					
						2021-02-24 08:44:23 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						03ddc949a0 
					 
					
						
						
							
							PeripheralMutex should be Unpin  
						
						
						
						
					 
					
						2021-02-20 00:27:24 +01:00 
						 
				 
			
				
					
						
							
							
								Thales Fragoso 
							
						 
					 
					
						
						
							
						
						b69f72e055 
					 
					
						
						
							
							Get rid of some warnings  
						
						
						
						
					 
					
						2021-02-13 21:41:36 -03:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						a7797a918d 
					 
					
						
						
							
							nrf/gpiote: new api: switch to owned structs, implement WaitForHigh/WaitForLow.  
						
						
						
						
					 
					
						2021-02-04 23:56:17 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						aeaa34d7a1 
					 
					
						
						
							
							Executor API V2.  
						
						... 
						
						
						
						- It's no longer possible to call run() reentrantly from within a task (soundness issue)
- it's now possible to spawn Send tasks across threads (SendSpawner, #37 ) 
						
						
					 
					
						2021-02-02 05:20:41 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						5b10ac9cac 
					 
					
						
						
							
							Add PPI+TIMER to buffered_uarte to prevent IRQ storm  
						
						
						
						
					 
					
						2021-01-06 23:36:46 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						ace4f40f80 
					 
					
						
						
							
							Introduce "peripheral" abstraction to share state between main and interrupt.  
						
						
						
						
					 
					
						2021-01-03 01:40:40 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						0ab88ea279 
					 
					
						
						
							
							Add Uart trait, implement it for nrf.  
						
						
						
						
					 
					
						2021-01-02 19:59:37 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						3c7e7220b3 
					 
					
						
						
							
							Don't use embedded_dma in nrf uarte.  
						
						
						
						
					 
					
						2021-01-02 19:14:54 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						396d7650ca 
					 
					
						
						
							
							Add some comments to uart example.  
						
						
						
						
					 
					
						2021-01-01 23:04:18 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						20d3dc87f9 
					 
					
						
						
							
							Rename examples -> embassy-nrf-examples  
						
						
						
						
					 
					
						2021-01-01 22:46:32 +01:00