Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						a8703b7598 
					 
					
						
						
							
							Run rustfmt.  
						
						
						
						
					 
					
						2022-06-12 22:22:31 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						5085100df2 
					 
					
						
						
							
							Add embassy-cortex-m crate.  
						
						... 
						
						
						
						- Move Interrupt and InterruptExecutor from `embassy` to `embassy-cortex-m`.
- Move Unborrow from `embassy` to `embassy-hal-common` (nothing in `embassy` requires it anymore)
- Move PeripheralMutex from `embassy-hal-common` to `embassy-cortex-m`. 
						
						
					 
					
						2022-06-12 21:45:38 +02:00 
						 
				 
			
				
					
						
							
							
								Henrik Alsér 
							
						 
					 
					
						
						
							
						
						840bb2952e 
					 
					
						
						
							
							Add qdec module  
						
						
						
						
					 
					
						2022-05-07 00:46:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						d1e4b3d7d5 
					 
					
						
						
							
							usb: add -usb-serial crate, fix warnings and stable build.  
						
						
						
						
					 
					
						2022-04-06 05:38:11 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						490d4588ea 
					 
					
						
						
							
							nrf: nrf52832 doesn't have SPI3  
						
						
						
						
					 
					
						2022-03-22 19:33:35 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						94b232cf88 
					 
					
						
						
							
							docs: prevent inline doc spam for reexports.  
						
						
						
						
					 
					
						2022-03-04 18:03:41 +01:00 
						 
				 
			
				
					
						
							
							
								Jacob Rosenthal 
							
						 
					 
					
						
						
							
						
						cd356896ee 
					 
					
						
						
							
							fix nrf52820  
						
						
						
						
					 
					
						2021-12-15 10:27:10 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob Rosenthal 
							
						 
					 
					
						
						
							
						
						61f12324ff 
					 
					
						
						
							
							enable USB peripheral for relevant chips  
						
						
						
						
					 
					
						2021-12-15 10:23:19 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob Rosenthal 
							
						 
					 
					
						
						
							
						
						2a6d92d641 
					 
					
						
						
							
							cleanup  
						
						
						
						
					 
					
						2021-12-14 16:53:13 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob Rosenthal 
							
						 
					 
					
						
						
							
						
						07cbd41131 
					 
					
						
						
							
							dont expose embedded_hal_common::usb  
						
						
						
						
					 
					
						2021-12-14 15:47:54 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob Rosenthal 
							
						 
					 
					
						
						
							
						
						83a1237ea3 
					 
					
						
						
							
							stub out the embassy registers for usbd  
						
						
						
						
					 
					
						2021-12-13 18:04:54 -07:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						6dd55265cd 
					 
					
						
						
							
							nrf/gpiote: fix build for nrf9160  
						
						
						
						
					 
					
						2021-12-02 04:01:03 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						663141b4e4 
					 
					
						
						
							
							nrf: add initial nrf5340 support  
						
						
						
						
					 
					
						2021-10-28 03:36:25 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						c995a97f20 
					 
					
						
						
							
							nrf91: support running in both S and NS mode.  
						
						
						
						
					 
					
						2021-10-26 17:40:07 +02:00 
						 
				 
			
				
					
						
							
							
								Dion Dokter 
							
						 
					 
					
						
						
							
						
						c63d747209 
					 
					
						
						
							
							Fewer channel traits, more cfg to make the system work  
						
						
						
						
					 
					
						2021-10-26 14:47:34 +02:00 
						 
				 
			
				
					
						
							
							
								Dion Dokter 
							
						 
					 
					
						
						
							
						
						11655af034 
					 
					
						
						
							
							Another redo using the feedback.  
						
						... 
						
						
						
						PPI is now split up into PPI and DPPI under the name 'interconnect'.
The tasks and events are tracked and reset in the drop function. 
						
						
					 
					
						2021-10-26 14:47:12 +02:00 
						 
				 
			
				
					
						
							
							
								Dion Dokter 
							
						 
					 
					
						
						
							
						
						65628e1f15 
					 
					
						
						
							
							- Added _ppi and _dppi to distinguish between the new and the old peripheral.  
						
						... 
						
						
						
						- Removed ConfigurableChannel and added capacity numbers to the channels
- Replaced the PPI api with a new one using the DPPI terminology (publish & subscribe)
- Updated all tasks and event registers for DPPI 
						
						
					 
					
						2021-10-26 14:46:39 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						e78d226acd 
					 
					
						
						
							
							nrf: add NVMC driver.  
						
						
						
						
					 
					
						2021-10-22 02:14:33 +02:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
							
						
						2ef4a45fa0 
					 
					
						
						
							
							Add support for temperature sensor peripheral  
						
						... 
						
						
						
						* Add TEMP peripheral to all nRF52 chips
* Add async HAL for reading temperature values
* Add example application reading temperature values 
						
						
					 
					
						2021-10-19 07:18:56 +02:00 
						 
				 
			
				
					
						
							
							
								Dion Dokter 
							
						 
					 
					
						
						
							
						
						2c2c284482 
					 
					
						
						
							
							Undoing unnecessary changes  
						
						
						
						
					 
					
						2021-10-12 11:55:38 +02:00 
						 
				 
			
				
					
						
							
							
								Dion Dokter 
							
						 
					 
					
						
						
							
						
						4643727fea 
					 
					
						
						
							
							Made all PPI channels not configurable (even though they are) so they can't use unimplemented features  
						
						
						
						
					 
					
						2021-10-11 15:12:40 +02:00 
						 
				 
			
				
					
						
							
							
								Dion Dokter 
							
						 
					 
					
						
						
							
						
						a8407c8aba 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/master'  
						
						
						
						
					 
					
						2021-10-11 10:59:34 +02:00 
						 
				 
			
				
					
						
							
							
								Dion Dokter 
							
						 
					 
					
						
						
							
						
						20674f7126 
					 
					
						
						
							
							Initial support for nrf9160  
						
						
						
						
					 
					
						2021-10-11 10:39:38 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						14c3260d88 
					 
					
						
						
							
							nrf/saadc: move chip-specific mappings to chips/  
						
						
						
						
					 
					
						2021-10-11 01:36:31 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						cf13dd7df8 
					 
					
						
						
							
							nrf/ppi: nrf52805 only has 10 configurable channels.  
						
						
						
						
					 
					
						2021-10-11 01:20:51 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						0b26ab7bbc 
					 
					
						
						
							
							nrf/saadc: nrf52820 doesn't have it.  
						
						
						
						
					 
					
						2021-10-11 00:55:17 +02:00 
						 
				 
			
				
					
						
							
							
								Richard Dodd 
							
						 
					 
					
						
						
							
						
						ed1ed5225f 
					 
					
						
						
							
							Expose EASY_DMA_SIZE.  
						
						
						
						
					 
					
						2021-08-22 00:23:03 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						2540a960e5 
					 
					
						
						
							
							nrf: add WDT driver  
						
						
						
						
					 
					
						2021-08-07 14:26:28 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						7bfb763e09 
					 
					
						
						
							
							Rename embassy-extras to embassy-hal-common  
						
						
						
						
					 
					
						2021-07-29 13:44:51 +02:00 
						 
				 
			
				
					
						
							
							
								Liam Murphy 
							
						 
					 
					
						
						
							
						
						8a4ab29819 
					 
					
						
						
							
							Add an nRF RNG driver  
						
						... 
						
						
						
						Resolves  #187 
Like the stm32 driver, this has both a non-blocking and blocking API, and implements `rand_core::RngCore` for the blocking API. 
					
						2021-06-29 17:26:16 +10:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						f7858631d8 
					 
					
						
						
							
							stm32: fix build, add ci  
						
						
						
						
					 
					
						2021-05-17 03:16:58 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						f9bcf6df6b 
					 
					
						
						
							
							nrf: add PWM  
						
						
						
						
					 
					
						2021-05-17 00:57:37 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						97b01f1c47 
					 
					
						
						
							
							nrf/gpiote: initialize automatically  
						
						
						
						
					 
					
						2021-05-17 00:57:20 +02:00 
						 
				 
			
				
					
						
							
							
								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