Liam Murphy 
							
						 
					 
					
						
						
							
						
						079526559f 
					 
					
						
						
							
							Remove critical sections from PeripheralMutex interrupt handler by checking the interrupt's priority on startup.  
						
						... 
						
						
						
						Since `PeripheralMutex` is the only way to safely maintain state across interrupts, and it no longer allows setting the interrupt's priority, the priority changing isn't a concern.
This also prevents other causes of UB due to the interrupt being exposed during `with`, and allowing enabling the interrupt and setting its context to a bogus pointer. 
						
						
					 
					
						2021-07-27 17:28:52 +10:00 
						 
				 
			
				
					
						
							
							
								Timo Kröger 
							
						 
					 
					
						
						
							
						
						06fb2a7a80 
					 
					
						
						
							
							Enable SYSCFG clock in exti::init()  
						
						
						
						
					 
					
						2021-07-24 11:13:49 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						3c7375c6cd 
					 
					
						
						
							
							stm32/bdma: do not clear IF on IRQ handler  
						
						
						
						
					 
					
						2021-07-24 10:01:11 +02:00 
						 
				 
			
				
					
						
							
							
								Timo Kröger 
							
						 
					 
					
						
						
							
						
						43c4f24207 
					 
					
						
						
							
							STM32 BDMA: Use interrupt flags instead of atomics  
						
						
						
						
					 
					
						2021-07-24 09:26:07 +02:00 
						 
				 
			
				
					
						
							
							
								Timo Kröger 
							
						 
					 
					
						
						
							
						
						5a4a5ce334 
					 
					
						
						
							
							STM32 DMA: Use interrupt flags instead of atomics  
						
						
						
						
					 
					
						2021-07-24 09:26:07 +02:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						83f63890e5 
					 
					
						
						
							
							Actually take a &mut of that read slice.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						473a83a937 
					 
					
						
						
							
							Adjust how we deal with read/write being different length.  
						
						... 
						
						
						
						Including some docs about it.
Removing the Rx-enablement for write-only operations. 
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						f1a3e0e05d 
					 
					
						
						
							
							As before, EVERY DANG TIME.  
						
						... 
						
						
						
						It'll be sweet with intellij-rust-plugin works better. 
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						b07325b476 
					 
					
						
						
							
							Enable DMA for SPIv1 on F4's etc.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						8ab82191b7 
					 
					
						
						
							
							Every dang time.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						a1dac21bdf 
					 
					
						
						
							
							Make SPIv3 work with DMA.  
						
						... 
						
						
						
						Add both DMA and non-DMA example to H7. 
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						6dbe049468 
					 
					
						
						
							
							Add back in the other versions of SPI.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						0d2051243e 
					 
					
						
						
							
							SPIv2 + DMA.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						1a03f00b56 
					 
					
						
						
							
							Wire up peripheral DMA channels for SPI.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						3df2aadc39 
					 
					
						
						
							
							Avoid borrowck issue.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						dedc2bac42 
					 
					
						
						
							
							IntelliJ'd.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						4c5a234a3a 
					 
					
						
						
							
							Add a non-minc write() to DMA which takes a count.  
						
						... 
						
						
						
						Use it from "read-only" SPI. 
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						7bbad4c4e5 
					 
					
						
						
							
							More unused allowances.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						4bcc3b06c6 
					 
					
						
						
							
							Include all versions when handing to CI.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						a75110296d 
					 
					
						
						
							
							Annotate to avoid unused warnings for the moment.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						3f379e06b0 
					 
					
						
						
							
							Begin reworking SPI to add DMA for stm32.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						fe66f0f8f8 
					 
					
						
						
							
							Checkpoint.  
						
						
						
						
					 
					
						2021-07-23 13:22:39 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						650f867b1c 
					 
					
						
						
							
							Add a single-column variant to gpio_rcc! macro table  
						
						... 
						
						
						
						which includes just the set of registers that need to be
considered.
Then match against those registers with a single `modify(...)` 
						
						
					 
					
						2021-07-23 11:32:20 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						13873df30b 
					 
					
						
						
							
							Auto-enable all GPIOs during init().  
						
						
						
						
					 
					
						2021-07-23 11:32:19 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						d68f2617e6 
					 
					
						
						
							
							Add a Dbgmcu struct capable of enabling all relevant DBGMCU.cr fields.  
						
						... 
						
						
						
						Includes the addition of a `dbgmcu!(...)` macro table which currently takes
the form of
	(cr, $fn_name:ident)
where `$fn_name` is something like `set_dbgsleep_d1` etc.
The method is unsafe, since it's performing unsafe PAC operations.
Two examples modified to demonstrate its usage. 
						
						
					 
					
						2021-07-22 14:18:48 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						2d3137afc7 
					 
					
						
						
							
							The async move portion of @thalesfragoso's i2c PR.  
						
						
						
						
					 
					
						2021-07-20 11:38:16 -04:00 
						 
				 
			
				
					
						
							
							
								Thales 
							
						 
					 
					
						
						
							
						
						40ea8298ee 
					 
					
						
						
							
							Merge pull request  #300  from thalesfragoso/clear-dma  
						
						... 
						
						
						
						stm32: Clear possible set flags after disabling DMA 
						
						
					 
					
						2021-07-17 17:28:02 -03:00 
						 
				 
			
				
					
						
							
							
								Thales 
							
						 
					 
					
						
						
							
						
						f4b8709bac 
					 
					
						
						
							
							Merge pull request  #281  from thalesfragoso/i2c-256  
						
						... 
						
						
						
						i2c-v2: Support transfers with more than 255 bytes 
						
						
					 
					
						2021-07-17 17:21:50 -03:00 
						 
				 
			
				
					
						
							
							
								Thales Fragoso 
							
						 
					 
					
						
						
							
						
						aae0431d31 
					 
					
						
						
							
							stm32: Clear possible set flags after disabling DMA  
						
						
						
						
					 
					
						2021-07-17 16:59:35 -03:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						36be877ba3 
					 
					
						
						
							
							stm32/dma: only set TRBUFF in DMAv1 (H7)  
						
						
						
						
					 
					
						2021-07-17 08:01:20 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						3655048e0f 
					 
					
						
						
							
							stm32/dma: add MuxChannel trait to distinguish DMAMUX1 and DMAMUX2 channels.  
						
						
						
						
					 
					
						2021-07-17 07:54:16 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						54b5012c56 
					 
					
						
						
							
							stm32/dma: update codegen+macrotables for new stm32-data  
						
						
						
						
					 
					
						2021-07-17 07:35:59 +02:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						0119ea809d 
					 
					
						
						
							
							Get DMA on H7 working, add usart_dma example for H7.  
						
						
						
						
					 
					
						2021-07-16 14:41:20 -04:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						ae948415a7 
					 
					
						
						
							
							stm32/dma: disable after finishing  
						
						
						
						
					 
					
						2021-07-16 14:41:20 -04:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						d0f2dc3abd 
					 
					
						
						
							
							Fix rustfmt  
						
						
						
						
					 
					
						2021-07-16 14:41:20 -04:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						63a0e188ea 
					 
					
						
						
							
							stm32/dma: fix h7 impls  
						
						
						
						
					 
					
						2021-07-16 14:41:20 -04:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						3d1391ef2d 
					 
					
						
						
							
							stm32/dma: impl all variants  
						
						
						
						
					 
					
						2021-07-16 14:41:20 -04:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						1b42b30201 
					 
					
						
						
							
							stm32/pwr: add initial H7 SMPS support  
						
						
						
						
					 
					
						2021-07-16 01:17:45 +02:00 
						 
				 
			
				
					
						
							
							
								Thales Fragoso 
							
						 
					 
					
						
						
							
						
						2f08c7ced5 
					 
					
						
						
							
							stm32: Allow for RccPeripheral without reset field  
						
						... 
						
						
						
						This fix build on F0, since it doesn't have DMARST. This change makes
RccPeripheral::reset a no-op on peripherals where a reset field couldn't
be found 
						
						
					 
					
						2021-07-15 13:25:51 -03:00 
						 
				 
			
				
					
						
							
							
								Thales Fragoso 
							
						 
					 
					
						
						
							
						
						e06628cdfb 
					 
					
						
						
							
							Update stm32-data  
						
						
						
						
					 
					
						2021-07-14 23:39:50 -03:00 
						 
				 
			
				
					
						
							
							
								Thales Fragoso 
							
						 
					 
					
						
						
							
						
						aa8c7f990f 
					 
					
						
						
							
							i2c-v2: Implement write_vectored  
						
						
						
						
					 
					
						2021-07-14 23:39:50 -03:00 
						 
				 
			
				
					
						
							
							
								Thales Fragoso 
							
						 
					 
					
						
						
							
						
						f2e78e9c34 
					 
					
						
						
							
							i2c-v2: Correct number of chunks calculation  
						
						
						
						
					 
					
						2021-07-14 23:39:50 -03:00 
						 
				 
			
				
					
						
							
							
								Thales Fragoso 
							
						 
					 
					
						
						
							
						
						8c7f8a61e3 
					 
					
						
						
							
							i2c-v2: Support transfers with more than 255 bytes  
						
						
						
						
					 
					
						2021-07-14 23:39:50 -03:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						4361cb15f1 
					 
					
						
						
							
							stm32/usart: merge v2 and v3 (they're identical)  
						
						
						
						
					 
					
						2021-07-15 00:52:37 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						f916fe5476 
					 
					
						
						
							
							all hals: reexport PAC if unstable-pac feature is set.  
						
						
						
						
					 
					
						2021-07-14 22:19:04 +02:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						43cb8de434 
					 
					
						
						
							
							Remove gratuitous NoDmaMarker.  
						
						
						
						
					 
					
						2021-07-14 14:37:42 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						38b1359c40 
					 
					
						
						
							
							Remove pub and cfg's, since they will be implied by the existance of TxDma<T> in theory.  
						
						
						
						
					 
					
						2021-07-14 14:35:03 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						a88f0028ef 
					 
					
						
						
							
							First shot at async dma usart for stm32.  
						
						
						
						
					 
					
						2021-07-14 14:14:14 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						6e0e83cfd9 
					 
					
						
						
							
							More conversions to associated consts.  
						
						
						
						
					 
					
						2021-07-13 10:56:35 -04:00 
						 
				 
			
				
					
						
							
							
								Bob McWhirter 
							
						 
					 
					
						
						
							
						
						604a25ec5d 
					 
					
						
						
							
							Reduce number of traits and impls.  
						
						
						
						
					 
					
						2021-07-13 10:46:31 -04:00