Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							eb4571dc4c 
							
						 
					 
					
						
						
							
							nrf: add blocking TWIM  
						
						
						
						
					 
					
						2021-05-17 00:57:20 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							bd9589d0ce 
							
						 
					 
					
						
						
							
							nrf: add support for nrf52805, nrf52811, nrf52820  
						
						
						
						
					 
					
						2021-05-17 00:57:20 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							48cf1f6ebf 
							
						 
					 
					
						
						
							
							nrf/system: add configure  
						
						
						
						
					 
					
						2021-03-29 00:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							3a18373828 
							
						 
					 
					
						
						
							
							nrf/uarte: update BufferedUarte to new APi  
						
						
						
						
					 
					
						2021-03-29 00:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							31b817ed27 
							
						 
					 
					
						
						
							
							nrf/timer: add instance traits  
						
						
						
						
					 
					
						2021-03-29 00:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							26705ec328 
							
						 
					 
					
						
						
							
							nrf/ppi: add peris and traits  
						
						
						
						
					 
					
						2021-03-29 00:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							5646926cca 
							
						 
					 
					
						
						
							
							nrf/rtc: update to new api  
						
						
						
						
					 
					
						2021-03-29 00:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Richard Dodd 
							
						 
					 
					
						
						
						
						
							
						
						
							53645d9d38 
							
						 
					 
					
						
						
							
							nrf/saadc: initial implementation  
						
						
						
						
					 
					
						2021-03-29 00:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							a134fce122 
							
						 
					 
					
						
						
							
							nrf: nicer Peripherals api, add take()  
						
						
						
						
					 
					
						2021-03-29 00:58:57 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							fcf6a63b5c 
							
						 
					 
					
						
						
							
							nrf: add owned Peripherals struct, migrate gpio and spim  
						
						
						
						
					 
					
						2021-03-29 00:58:57 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							6ed1a87138 
							
						 
					 
					
						
						
							
							Update features for latest nightly.  
						
						
						
						
					 
					
						2021-03-17 02:48:16 +01:00 
						 
				 
			
				
					
						
							
							
								Thales Fragoso 
							
						 
					 
					
						
						
						
						
							
						
						
							15c3e78408 
							
						 
					 
					
						
						
							
							Move nRF's util into a separate crate  
						
						
						
						
					 
					
						2021-03-07 20:15:40 -03:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							255bf1aa6a 
							
						 
					 
					
						
						
							
							nrf: add SPIM  
						
						
						
						
					 
					
						2021-03-01 00:24:06 +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 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							ace4f40f80 
							
						 
					 
					
						
						
							
							Introduce "peripheral" abstraction to share state between main and interrupt.  
						
						
						
						
					 
					
						2021-01-03 01:40:40 +01:00 
						 
				 
			
				
					
						
							
							
								Timo Kröger 
							
						 
					 
					
						
						
						
						
							
						
						
							6695bf0f21 
							
						 
					 
					
						
						
							
							Low power UART driver  
						
						
						
						
					 
					
						2020-12-30 19:24:12 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							267ec334ac 
							
						 
					 
					
						
						
							
							Rename Uarte -> BufferedUarte  
						
						
						
						
					 
					
						2020-12-28 23:57:50 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							6f76c0ebcc 
							
						 
					 
					
						
						
							
							Add support for log+defmt again, but better.  
						
						
						
						
					 
					
						2020-12-01 17:46:56 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							0643095695 
							
						 
					 
					
						
						
							
							Fix build with all nrf chip models  
						
						
						
						
					 
					
						2020-10-31 23:03:09 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							3b39ab07e5 
							
						 
					 
					
						
						
							
							Add 64-bit rtc driver with alarm support.  
						
						
						
						
					 
					
						2020-09-24 19:59:20 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							4e4241bf90 
							
						 
					 
					
						
						
							
							remove nrf prefix in features, for consistency with nrf-hal  
						
						
						
						
					 
					
						2020-09-24 19:56:47 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							f9e2cef7f2 
							
						 
					 
					
						
						
							
							Add GPIOTE async hal.  
						
						
						
						
					 
					
						2020-09-23 00:32:49 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							9a57deef9b 
							
						 
					 
					
						
						
							
							First commit  
						
						
						
						
					 
					
						2020-09-22 18:03:43 +02:00