Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						4c11fffc90 
					 
					
						
						
							
							Merge pull request  #1797  from aurelj/stm32_pwm_max_duty  
						
						... 
						
						
						
						stm32: allow setting PWM duty cycle to 100% 
						
						
					 
					
						2023-08-18 14:20:32 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						7f97efd922 
					 
					
						
						
							
							net-enc28j60: add HIL test.  
						
						
						
						
					 
					
						2023-08-18 16:11:18 +02:00 
						 
				 
			
				
					
						
							
							
								Aurélien Jacobs 
							
						 
					 
					
						
						
							
						
						78bb261246 
					 
					
						
						
							
							stm32: allow setting PWM duty cycle to 100%  
						
						... 
						
						
						
						Setting the compare_value to max_compare_value make the PWM output
go low when the timer reach the max_compare_value and go high again
on the next timer clock, when the value roll back to 0.
So to allow a 100% PWM that never goes low, the compare_value must
be set to max_compare_value + 1. 
						
						
					 
					
						2023-08-18 16:10:49 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						73942f50cb 
					 
					
						
						
							
							net-enc28j60: reset rx logic when buffer corrupts.  
						
						
						
						
					 
					
						2023-08-18 15:51:48 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						3ebb93e47d 
					 
					
						
						
							
							net-enc28j60: remove useless 1ms sleep.  
						
						
						
						
					 
					
						2023-08-18 15:44:52 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						5329f234ba 
					 
					
						
						
							
							Merge pull request  #1795  from kext/msos-multisz-terminator  
						
						... 
						
						
						
						embassy-usb: Fixed the final null terminator for RegMultiSz. 
						
						
					 
					
						2023-08-18 11:28:06 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						2cc82ef660 
					 
					
						
						
							
							Merge pull request  #1794  from embassy-rs/rp-flash-naming  
						
						... 
						
						
						
						rp/flash: change naming to `blocking_*`, `new_blocking`. 
						
						
					 
					
						2023-08-18 11:24:27 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						b948e37769 
					 
					
						
						
							
							rp/flash: change naming to blocking_*, new_blocking.  
						
						... 
						
						
						
						- Needed for consistency with other drivers.
- Having two `new()` functions sometimes resulted in 'multiple applicable methods' errors. 
						
						
					 
					
						2023-08-18 13:21:21 +02:00 
						 
				 
			
				
					
						
							
							
								Lukas Joeressen 
							
						 
					 
					
						
						
							
						
						91b10dd799 
					 
					
						
						
							
							Fixed the final null terminator for RegMultiSz.  
						
						... 
						
						
						
						The RegMultiSz value should be terminated by an empty UTF-16 string, i.e. 2 null bytes. 
						
						
					 
					
						2023-08-18 13:09:27 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						94fa95c699 
					 
					
						
						
							
							Merge pull request  #1793  from ARizzo35/stm32l4-rtc-pwren  
						
						... 
						
						
						
						stm32l4: set pwren in rcc regardless of clock source 
						
						
					 
					
						2023-08-18 10:19:54 +00:00 
						 
				 
			
				
					
						
							
							
								Adam Rizkalla 
							
						 
					 
					
						
						
							
						
						62e66cdda3 
					 
					
						
						
							
							stm32l4: set pwren in rcc regardless of clock source  
						
						
						
						
					 
					
						2023-08-17 19:16:03 -05:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						1cb76e0d99 
					 
					
						
						
							
							net-esp-hosted: enable heartbeats from esp32 to detect if it crashes.  
						
						
						
						
					 
					
						2023-08-17 01:03:12 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						ef7523e5b7 
					 
					
						
						
							
							net-esp-hosted: put link down on wifi disconnect.  
						
						
						
						
					 
					
						2023-08-17 01:03:12 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						065b0f34af 
					 
					
						
						
							
							net-esp-hosted: sane error handling in control requests.  
						
						
						
						
					 
					
						2023-08-17 01:03:12 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						2a4ebdc150 
					 
					
						
						
							
							Merge pull request  #1787  from embassy-rs/nrf-internal-defmt  
						
						... 
						
						
						
						nrf: enable defmt for embassy-hal-internal. 
						
						
					 
					
						2023-08-16 21:42:55 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						bb275f7e25 
					 
					
						
						
							
							nrf: enable defmt for embassy-hal-internal.  
						
						
						
						
					 
					
						2023-08-16 23:37:40 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						4f453d7ed6 
					 
					
						
						
							
							Merge pull request  #1786  from embassy-rs/net-w5100s-hil  
						
						... 
						
						
						
						net-wiznet: add HIL test using w5100s. 
						
						
					 
					
						2023-08-16 15:57:10 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						8a9f49c163 
					 
					
						
						
							
							net-wiznet: add HIL test using w5100s.  
						
						
						
						
					 
					
						2023-08-16 17:51:47 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						19b1e32c2c 
					 
					
						
						
							
							Merge pull request  #1785  from oll3/fix/set-rtc-clock-source  
						
						... 
						
						
						
						stm32-wl: set RTC clock source on RCC init 
						
						
					 
					
						2023-08-16 15:02:24 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Sandberg 
							
						 
					 
					
						
						
							
						
						c80c323634 
					 
					
						
						
							
							stm32-wl: set RTC clock source on RCC init  
						
						
						
						
					 
					
						2023-08-16 14:41:00 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						dd5a886830 
					 
					
						
						
							
							Merge pull request  #1784  from sgoll/check-rcc-before-apply  
						
						... 
						
						
						
						stm32f2: Check RCC settings before applying 
						
						
					 
					
						2023-08-16 12:17:38 +00:00 
						 
				 
			
				
					
						
							
							
								Sebastian Goll 
							
						 
					 
					
						
						
							
						
						df6952648e 
					 
					
						
						
							
							Make sure to check RCC settings for compatibility before applying  
						
						
						
						
					 
					
						2023-08-16 14:11:09 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						f26dd54f63 
					 
					
						
						
							
							Update embedded-hal to 1.0.0-rc.1 ( #1783 )  
						
						
						
						
					 
					
						2023-08-16 00:40:56 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						ffe9688952 
					 
					
						
						
							
							Merge pull request  #1525  from embassy-rs/w5100s  
						
						... 
						
						
						
						wip: w5100s 
						
						
					 
					
						2023-08-15 21:15:52 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						11b66a73b4 
					 
					
						
						
							
							net-wiznet: rename from embassy-net-w5500.  
						
						
						
						
					 
					
						2023-08-15 23:05:55 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						1d4b941d52 
					 
					
						
						
							
							net-w5500: add w5100s support.  
						
						
						
						
					 
					
						2023-08-15 22:53:22 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						76276c326a 
					 
					
						
						
							
							net-w5500: extract chip-specific stuff to a trait.  
						
						
						
						
					 
					
						2023-08-15 22:52:37 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						a436bd068f 
					 
					
						
						
							
							net-w5500: inline socket into device.  
						
						
						
						
					 
					
						2023-08-15 22:52:37 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						c367b84ee5 
					 
					
						
						
							
							net-w5500: add Address type.  
						
						
						
						
					 
					
						2023-08-15 22:52:37 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						46f671ae42 
					 
					
						
						
							
							rp: fix async spi read sometimes hanging.  
						
						
						
						
					 
					
						2023-08-15 22:47:58 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						96e0ace89e 
					 
					
						
						
							
							Merge pull request  #1781  from bugadani/typo  
						
						... 
						
						
						
						Fix typo 
						
						
					 
					
						2023-08-15 17:24:28 +00:00 
						 
				 
			
				
					
						
							
							
								Dániel Buga 
							
						 
					 
					
						
						
							
						
						8655ba110c 
					 
					
						
						
							
							Fix typo  
						
						
						
						
					 
					
						2023-08-15 19:13:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						7d24e433d8 
					 
					
						
						
							
							Merge pull request  #1780  from embassy-rs/w5500-simplify  
						
						... 
						
						
						
						net-w5500: simplify rx logic. 
						
						
					 
					
						2023-08-15 15:32:29 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						098fcb14b5 
					 
					
						
						
							
							net-w5500: simplify rx logic.  
						
						
						
						
					 
					
						2023-08-15 16:47:45 +02:00 
						 
				 
			
				
					
						
							
							
								Scott Mabin 
							
						 
					 
					
						
						
							
						
						c114ea024a 
					 
					
						
						
							
							Add udp capacity impls  
						
						
						
						
					 
					
						2023-08-15 15:31:23 +01:00 
						 
				 
			
				
					
						
							
							
								Scott Mabin 
							
						 
					 
					
						
						
							
						
						b1ef009c6b 
					 
					
						
						
							
							Add tcp capacity impls  
						
						
						
						
					 
					
						2023-08-15 15:31:23 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						b6b4448045 
					 
					
						
						
							
							ci/docs: build embassy-net-enc28j60.  
						
						
						
						
					 
					
						2023-08-15 15:13:03 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						cb3644856d 
					 
					
						
						
							
							Merge pull request  #1777  from MabezDev/embassy-net/async-send-recv  
						
						... 
						
						
						
						embassy-net:tcp:write_with/read_with 
						
						
					 
					
						2023-08-15 13:08:05 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						03576b9e83 
					 
					
						
						
							
							Merge pull request  #1746  from embassy-rs/enc28j60-v2  
						
						... 
						
						
						
						wip: enc28j60 driver. 
						
						
					 
					
						2023-08-15 12:34:19 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						ea9f887ee1 
					 
					
						
						
							
							net-enc28j60: add docs, readme.  
						
						
						
						
					 
					
						2023-08-15 14:27:31 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						f7f75167ac 
					 
					
						
						
							
							cleanup vscode settings.  
						
						
						
						
					 
					
						2023-08-15 14:15:29 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						253b28deba 
					 
					
						
						
							
							net-enc28j60: fix PHY read unreliable due to missing dummy byte.  
						
						
						
						
					 
					
						2023-08-15 14:09:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						4af1cf88d2 
					 
					
						
						
							
							net-enc28j60: add example.  
						
						
						
						
					 
					
						2023-08-15 14:09:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						2c1402843a 
					 
					
						
						
							
							wip: enc28j60 driver.  
						
						
						
						
					 
					
						2023-08-15 14:09:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						0fd9d7400b 
					 
					
						
						
							
							Build stm32 docs last.  
						
						
						
						
					 
					
						2023-08-15 00:19:17 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
							
						
						bd58b5002a 
					 
					
						
						
							
							Merge pull request  #1774  from bugadani/executor  
						
						... 
						
						
						
						Allow custom executors without indirection 
						
						
					 
					
						2023-08-14 20:43:51 +00:00 
						 
				 
			
				
					
						
							
							
								Dániel Buga 
							
						 
					 
					
						
						
							
						
						890f29ccfe 
					 
					
						
						
							
							Update docs  
						
						
						
						
					 
					
						2023-08-14 17:57:01 +02:00 
						 
				 
			
				
					
						
							
							
								Dániel Buga 
							
						 
					 
					
						
						
							
						
						e4f3979ec8 
					 
					
						
						
							
							Don't check context if only thread-mode is enabled  
						
						
						
						
					 
					
						2023-08-14 16:46:02 +02:00 
						 
				 
			
				
					
						
							
							
								Dániel Buga 
							
						 
					 
					
						
						
							
						
						07c3600127 
					 
					
						
						
							
							Hide Pender  
						
						
						
						
					 
					
						2023-08-14 16:35:48 +02:00 
						 
				 
			
				
					
						
							
							
								Dániel Buga 
							
						 
					 
					
						
						
							
						
						da4f15d944 
					 
					
						
						
							
							Fix fn name  
						
						
						
						
					 
					
						2023-08-14 16:34:10 +02:00