huntc 
							
						 
					 
					
						
						
						
						
							
						
						
							8497f98de2 
							
						 
					 
					
						
						
							
							Provides a means of obtaining the current WDT config  
						
						... 
						
						
						
						Obtaining the current WDT config is important so that we do not have to duplication configuration around the place. A constructor method has been introduced that returns WDT config in accordance with how the register is presently configured. The bootloader example has also been updated to show the watchdog can be obtained and used. 
						
						
					 
					
						2023-01-04 12:13:44 +11:00 
						 
				 
			
				
					
						
							
							
								huntc 
							
						 
					 
					
						
						
						
						
							
						
						
							6e6c3cbebc 
							
						 
					 
					
						
						
							
							Cleaned up some doc and memory layout  
						
						... 
						
						
						
						The memory layout of the s140 crept into a number of memory files, which can cause confusion. 
						
						
					 
					
						2023-01-04 10:27:16 +11:00 
						 
				 
			
				
					
						
							
							
								kalkyl 
							
						 
					 
					
						
						
						
						
							
						
						
							9428c40c8d 
							
						 
					 
					
						
						
							
							embassy-boot (rp): Add WatchdogFlash  
						
						
						
						
					 
					
						2023-01-03 22:58:56 +01:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb89a2341c 
							
						 
					 
					
						
						
							
							feat: embassy-boot for rp2040  
						
						... 
						
						
						
						Add embassy-boot support for RP2040, with examples for the Raspberry Pi
Pico.
Co-authored-by: Mathias Koch <mk@blackbird.online> 
						
						
					 
					
						2022-12-02 11:28:33 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							1dcb0ea1f5 
							
						 
					 
					
						
						
							
							Bump defmt-rtt to 0.4  
						
						
						
						
					 
					
						2022-11-29 21:15:24 +01:00 
						 
				 
			
				
					
						
							
							
								chrysn 
							
						 
					 
					
						
						
						
						
							
						
						
							6718ca3a94 
							
						 
					 
					
						
						
							
							all Cargo.toml: Add license to all crate Cargo.toml files  
						
						... 
						
						
						
						Closes: https://github.com/embassy-rs/embassy/issues/1002  
						
						
					 
					
						2022-10-07 12:41:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mathias 
							
						 
					 
					
						
						
						
						
							
						
						
							a7fdeac560 
							
						 
					 
					
						
						
							
							Remove flash lock/unlock public API from stm32 flash, and perform the unlocking and locking automatically on erase and write operations  
						
						
						
						
					 
					
						2022-09-30 06:00:46 +02:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							5bf6564e95 
							
						 
					 
					
						
						
							
							Use firmware writer in stm32{f7, h7} example app  
						
						... 
						
						
						
						The new FirmwareWriter is useful in particular for these architectures
due to the large erase sector size. 
						
						
					 
					
						2022-09-26 20:36:57 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							897b72c872 
							
						 
					 
					
						
						
							
							Update Rust nightly.  
						
						... 
						
						
						
						Removes feature(generic_associated_types) 
						
						
					 
					
						2022-09-22 16:38:14 +02:00 
						 
				 
			
				
					
						
							
							
								bors[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22c32b5d5c 
							
						 
					 
					
						
						
							
							Merge  #939  
						
						... 
						
						
						
						939: time: add more tick rates, use 1mhz as default. r=Dirbaio a=Dirbaio
Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net> 
						
						
					 
					
						2022-09-04 22:13:34 +00:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							3ca7314476 
							
						 
					 
					
						
						
							
							Remove generic const expressions from embassy-boot  
						
						... 
						
						
						
						* Remove the need for generic const expressions and use buffers provided in the flash config.
* Extend embedded-storage traits to simplify generics.
* Document all public APIs
* Add toplevel README
* Expose AlignedBuffer type for convenience.
* Update examples 
						
						
					 
					
						2022-09-02 08:25:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							5327b9c289 
							
						 
					 
					
						
						
							
							time: add more tick rates, use 1mhz as default.  
						
						
						
						
					 
					
						2022-09-02 00:59:34 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							21072bee48 
							
						 
					 
					
						
						
							
							split embassy-util into embassy-futures, embassy-sync.  
						
						
						
						
					 
					
						2022-08-22 22:18:13 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							5daa173ce4 
							
						 
					 
					
						
						
							
							Split embassy-time from embassy-executor.  
						
						
						
						
					 
					
						2022-08-18 01:22:30 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							fc6e1e06b3 
							
						 
					 
					
						
						
							
							Remove HAL initialization from #[embassy::main] macro.  
						
						
						
						
					 
					
						2022-08-17 22:16:46 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							67edea4168 
							
						 
					 
					
						
						
							
							Update to critical-section 1.0, atomic-polyfill 1.0  
						
						
						
						
					 
					
						2022-08-17 19:01:56 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							a0f1b0ee01 
							
						 
					 
					
						
						
							
							Split embassy crate into embassy-executor, embassy-util.  
						
						
						
						
					 
					
						2022-07-29 23:40:36 +02:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							6f425d7721 
							
						 
					 
					
						
						
							
							Use correct chip family name for example  
						
						
						
						
					 
					
						2022-07-05 13:17:55 +02:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							7b35b4ebee 
							
						 
					 
					
						
						
							
							Fix RAM origin copy paste from nrf  
						
						
						
						
					 
					
						2022-06-29 19:14:07 +02:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							776be79f7b 
							
						 
					 
					
						
						
							
							Move bootloader main to examples  
						
						... 
						
						
						
						This should remove some confusion around embassy-boot-* being a library
vs. a binary. The binary is now an example bootloader instead. 
						
						
					 
					
						2022-06-24 19:56:15 +02:00