Dion Dokter 
							
						 
					 
					
						
						
						
						
							
						
						
							e322732fdb 
							
						 
					 
					
						
						
							
							Add H7 dual core to common and run fmt  
						
						
						
						
					 
					
						2024-08-05 15:13:11 +02:00 
						 
				 
			
				
					
						
							
							
								Dion Dokter 
							
						 
					 
					
						
						
						
						
							
						
						
							3cd2081450 
							
						 
					 
					
						
						
							
							Fix tests  
						
						
						
						
					 
					
						2024-08-05 15:07:51 +02:00 
						 
				 
			
				
					
						
							
							
								Dion Dokter 
							
						 
					 
					
						
						
						
						
							
						
						
							5884576b88 
							
						 
					 
					
						
						
							
							Updated WL examples to use new API  
						
						
						
						
					 
					
						2024-08-05 14:43:57 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							f3efa4ee3b 
							
						 
					 
					
						
						
							
							stm32/rtc: remove use of deprecated .timestamp()  
						
						
						
						
					 
					
						2024-03-06 19:45:57 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							489d0be2a2 
							
						 
					 
					
						
						
							
							stm32/rcc: unify naming sysclk field to sys, enum to Sysclk.  
						
						
						
						
					 
					
						2024-02-26 00:00:17 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							3387ee7238 
							
						 
					 
					
						
						
							
							stm32/gpio: remove generics.  
						
						
						
						
					 
					
						2024-01-22 21:31:06 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							495b8b739a 
							
						 
					 
					
						
						
							
							Change GPIO inherent methods back to &self.  
						
						... 
						
						
						
						With the embedded-hal rc3 update I changed them to require `&mut self`, but
in retrospect I think `&self` is better, for extra flexibility.
This PR reverts the changes from the rc3 update to inherent methods. 
						
						
					 
					
						2024-01-10 00:00:10 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							8b36a32ed5 
							
						 
					 
					
						
						
							
							ci: use beta, add secondary nightly ci.  
						
						
						
						
					 
					
						2023-12-21 15:03:57 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							d81395fab3 
							
						 
					 
					
						
						
							
							Update embedded-hal to 1.0.0-rc.3  
						
						
						
						
					 
					
						2023-12-14 16:19:32 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							1b9925e3da 
							
						 
					 
					
						
						
							
							Move embassy-lora, lora examples to lora-phy repo.  
						
						
						
						
					 
					
						2023-11-29 16:26:31 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							4fe344ebc0 
							
						 
					 
					
						
						
							
							stm32/rcc: consistent casing and naming for PLL enums.  
						
						
						
						
					 
					
						2023-11-13 00:52:01 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							e519e00265 
							
						 
					 
					
						
						
							
							Update Rust nightly.  
						
						
						
						
					 
					
						2023-11-01 04:56:56 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							0ef1cb29f7 
							
						 
					 
					
						
						
							
							stm32/rcc: merge wb into l4/l5.  
						
						
						
						
					 
					
						2023-10-23 17:36:21 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							b9e13cb5d1 
							
						 
					 
					
						
						
							
							stm32/rcc: merge wl into l4/l5.  
						
						
						
						
					 
					
						2023-10-23 00:31:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							b478640463 
							
						 
					 
					
						
						
							
							fix clocks in stm32wl rng example.  
						
						
						
						
					 
					
						2023-10-17 15:57:09 +02:00 
						 
				 
			
				
					
						
							
							
								Adam Greig 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0621e957a0 
							
						 
					 
					
						
						
							
							time: Update examples, tests, and other code to use new Timer::after_x convenience methods  
						
						
						
						
					 
					
						2023-10-15 01:30:12 +01:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							b91d1eaca0 
							
						 
					 
					
						
						
							
							stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.  
						
						
						
						
					 
					
						2023-10-11 04:12:38 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							d0d0ceec6a 
							
						 
					 
					
						
						
							
							stm32/rcc: rename HSE32 to HSE  
						
						
						
						
					 
					
						2023-10-11 01:06:44 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							f1e7205055 
							
						 
					 
					
						
						
							
							stm32/rtc: enable lse in examples.  
						
						
						
						
					 
					
						2023-09-30 00:18:30 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							5d8817d109 
							
						 
					 
					
						
						
							
							stm32/usart: return error instead of panicking on bad baudrate.  
						
						
						
						
					 
					
						2023-09-26 00:19:27 +02:00 
						 
				 
			
				
					
						
							
							
								ceekdee 
							
						 
					 
					
						
						
						
						
							
						
						
							7d5e62d4a7 
							
						 
					 
					
						
						
							
							Update for rust-lorawan and lora-phy version 2.  
						
						
						
						
					 
					
						2023-09-24 10:33:03 -05:00 
						 
				 
			
				
					
						
							
							
								xoviat 
							
						 
					 
					
						
						
						
						
							
						
						
							11a78fb1e4 
							
						 
					 
					
						
						
							
							rcc: more cleanup  
						
						
						
						
					 
					
						2023-09-08 18:20:58 -05:00 
						 
				 
			
				
					
						
							
							
								xoviat 
							
						 
					 
					
						
						
						
						
							
						
						
							3bf6081eb5 
							
						 
					 
					
						
						
							
							stm32: fix wl re-export  
						
						
						
						
					 
					
						2023-08-27 09:41:31 -05:00 
						 
				 
			
				
					
						
							
							
								xoviat 
							
						 
					 
					
						
						
						
						
							
						
						
							6fc5c608f8 
							
						 
					 
					
						
						
							
							stm32/rtc: remove generics and segregate clock sel  
						
						
						
						
					 
					
						2023-08-08 19:47:01 -05:00 
						 
				 
			
				
					
						
							
							
								xoviat 
							
						 
					 
					
						
						
						
						
							
						
						
							ae608cf2fa 
							
						 
					 
					
						
						
							
							stm32: fix rtc and examples  
						
						
						
						
					 
					
						2023-08-06 12:06:29 -05:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							4999b045df 
							
						 
					 
					
						
						
							
							stm32/rng: use bind_interrupts!.  
						
						
						
						
					 
					
						2023-07-31 01:41:12 +02:00 
						 
				 
			
				
					
						
							
							
								Phil Markgraf 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3bae533066 
							
						 
					 
					
						
						
							
							Enable RTC on STM32WL chips ( #1645 )  
						
						... 
						
						
						
						* Add clippy allow to not report if same then branch
* Support enabling RTC clock on STM32WL
* Add clippy allow to not report if same then branch
* Support enabling RTC clock on STM32WL
* Add rtc example for stm32wl
* Address code review feedback 
						
						
					 
					
						2023-07-15 13:40:23 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							558918651e 
							
						 
					 
					
						
						
							
							stm32: update stm32-metapac.  
						
						
						
						
					 
					
						2023-06-19 03:22:12 +02:00 
						 
				 
			
				
					
						
							
							
								Rasmus Melchior Jacobsen 
							
						 
					 
					
						
						
						
						
							
						
						
							8938d928f8 
							
						 
					 
					
						
						
							
							Fix examples  
						
						
						
						
					 
					
						2023-05-25 22:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Rasmus Melchior Jacobsen 
							
						 
					 
					
						
						
						
						
							
						
						
							860b519f99 
							
						 
					 
					
						
						
							
							Let Flash<Async/Blocking> be a thing  
						
						
						
						
					 
					
						2023-05-25 21:40:54 +02:00 
						 
				 
			
				
					
						
							
							
								Rasmus Melchior Jacobsen 
							
						 
					 
					
						
						
						
						
							
						
						
							7371eefa86 
							
						 
					 
					
						
						
							
							Align with new bind_interrupt  
						
						
						
						
					 
					
						2023-05-25 20:07:42 +02:00 
						 
				 
			
				
					
						
							
							
								Rasmus Melchior Jacobsen 
							
						 
					 
					
						
						
						
						
							
						
						
							525e065474 
							
						 
					 
					
						
						
							
							Align examples  
						
						
						
						
					 
					
						2023-05-25 20:07:42 +02:00 
						 
				 
			
				
					
						
							
							
								Rasmus Melchior Jacobsen 
							
						 
					 
					
						
						
						
						
							
						
						
							7477785bbb 
							
						 
					 
					
						
						
							
							Align examples  
						
						
						
						
					 
					
						2023-05-25 20:07:41 +02:00 
						 
				 
			
				
					
						
							
							
								xoviat 
							
						 
					 
					
						
						
						
						
							
						
						
							b6ba1ea53a 
							
						 
					 
					
						
						
							
							stm32: move lora to bind_interrupts  
						
						
						
						
					 
					
						2023-05-24 18:09:04 -05:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							9f7392474b 
							
						 
					 
					
						
						
							
							Update Rust nightly.  
						
						
						
						
					 
					
						2023-05-19 17:12:39 +02:00 
						 
				 
			
				
					
						
							
							
								Dirk Stolle 
							
						 
					 
					
						
						
						
						
							
						
						
							0584312ef0 
							
						 
					 
					
						
						
							
							Fix some typos  
						
						
						
						
					 
					
						2023-05-08 23:25:01 +02:00 
						 
				 
			
				
					
						
							
							
								ceekdee 
							
						 
					 
					
						
						
						
						
							
						
						
							91612b7446 
							
						 
					 
					
						
						
							
							Simplify SUBGHZSPI configuration.  
						
						
						
						
					 
					
						2023-05-04 09:45:18 -05:00 
						 
				 
			
				
					
						
							
							
								ceekdee 
							
						 
					 
					
						
						
						
						
							
						
						
							629e0ea595 
							
						 
					 
					
						
						
							
							Handle SUBGHZSPI as async.  
						
						
						
						
					 
					
						2023-05-03 21:05:47 -05:00 
						 
				 
			
				
					
						
							
							
								ceekdee 
							
						 
					 
					
						
						
						
						
							
						
						
							f729d2d060 
							
						 
					 
					
						
						
							
							Deprecate original LoRa drivers.  Update rust-lorawan releases.  
						
						
						
						
					 
					
						2023-04-25 13:51:19 -05:00 
						 
				 
			
				
					
						
							
							
								ceekdee 
							
						 
					 
					
						
						
						
						
							
						
						
							73f25093c7 
							
						 
					 
					
						
						
							
							Add lora-phy examples.  
						
						
						
						
					 
					
						2023-04-23 18:32:34 -05:00 
						 
				 
			
				
					
						
							
							
								ceekdee 
							
						 
					 
					
						
						
						
						
							
						
						
							02c86bca52 
							
						 
					 
					
						
						
							
							Add external LoRa physical layer functionality.  
						
						
						
						
					 
					
						2023-04-21 01:20:46 -05:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							63941432e3 
							
						 
					 
					
						
						
							
							Update to rust-lorawan with afit support  
						
						
						
						
					 
					
						2023-04-15 01:00:12 +02:00 
						 
				 
			
				
					
						
							
							
								Rasmus Melchior Jacobsen 
							
						 
					 
					
						
						
						
						
							
						
						
							2a49e11cb0 
							
						 
					 
					
						
						
							
							Align flash examples  
						
						
						
						
					 
					
						2023-04-05 10:55:31 +02:00 
						 
				 
			
				
					
						
							
							
								miathedev 
							
						 
					 
					
						
						
						
						
							
						
						
							a2712caab1 
							
						 
					 
					
						
						
							
							Add random example  
						
						
						
						
					 
					
						2022-12-04 09:38:57 +01:00 
						 
				 
			
				
					
						
							
							
								miathedev 
							
						 
					 
					
						
						
						
						
							
						
						
							fc086fd4ba 
							
						 
					 
					
						
						
							
							Add uart async example  
						
						
						
						
					 
					
						2022-11-01 10:38:02 +01: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 
						 
				 
			
				
					
						
							
							
								ivmarkov 
							
						 
					 
					
						
						
						
						
							
						
						
							c5ce02b30e 
							
						 
					 
					
						
						
							
							Remove default, reorder generic params  
						
						
						
						
					 
					
						2022-09-25 09:40:36 +03:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							897b72c872 
							
						 
					 
					
						
						
							
							Update Rust nightly.  
						
						... 
						
						
						
						Removes feature(generic_associated_types) 
						
						
					 
					
						2022-09-22 16:38:14 +02:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							6dab322c58 
							
						 
					 
					
						
						
							
							Use LP as default  
						
						
						
						
					 
					
						2022-08-26 15:44:58 +02:00 
						 
				 
			
				
					
						
							
							
								Timo Kröger 
							
						 
					 
					
						
						
						
						
							
						
						
							f31116cafa 
							
						 
					 
					
						
						
							
							lora: Make some options configurable  
						
						... 
						
						
						
						Call `config()` only once at construction not with every RX and TX operation.
The Lora-E5 only supports HP mode, use that instead.
The nucleo board supports both HP and LP and should continue to work. 
						
						
					 
					
						2022-08-26 15:44:58 +02:00