Quentin Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							614b894ff8 
							
						 
					 
					
						
						
							
							Switch to crates.io version of systemview-target  
						
						
						
						
					 
					
						2022-08-20 14:16:06 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Bevenius 
							
						 
					 
					
						
						
						
						
							
						
						
							6b4555a6a7 
							
						 
					 
					
						
						
							
							Add comments about Country Locale Matrix (CLM)  
						
						... 
						
						
						
						This commit add comments about what CLM stands for.
The motivation of this is that I think it helps understanding the code
for users who are new to the codebase (like me). 
						
						
					 
					
						2022-08-20 10:52:45 +02:00 
						 
				 
			
				
					
						
							
							
								Quentin Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							0c7ad54793 
							
						 
					 
					
						
						
							
							Fetch systemview-target from upstream git  
						
						
						
						
					 
					
						2022-08-19 11:58:45 -04:00 
						 
				 
			
				
					
						
							
							
								Mathias 
							
						 
					 
					
						
						
						
						
							
						
						
							a29972413b 
							
						 
					 
					
						
						
							
							Fix uart rp2040 blocking example  
						
						
						
						
					 
					
						2022-08-19 08:48:52 +02:00 
						 
				 
			
				
					
						
							
							
								Quentin Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							5ce18f4915 
							
						 
					 
					
						
						
							
							Fix package name for the new nrf-rtos-trace example  
						
						
						
						
					 
					
						2022-08-19 00:54:53 -04:00 
						 
				 
			
				
					
						
							
							
								Quentin Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							71e468681b 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/embassy-rs/embassy  into rtos-trace  
						
						
						
						
					 
					
						2022-08-19 00:53:41 -04:00 
						 
				 
			
				
					
						
							
							
								bors[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aefa5275a2 
							
						 
					 
					
						
						
							
							Merge  #910  
						
						... 
						
						
						
						910: (embassy-rp): Implement remaining logic for blocking UART r=lulf a=MathiasKoch
async read/write is still `todo!()`, awaiting DMA implementation.
Co-authored-by: Mathias <mk@blackbird.online> 
						
						
					 
					
						2022-08-18 18:36:27 +00:00 
						 
				 
			
				
					
						
							
							
								Mathias 
							
						 
					 
					
						
						
						
						
							
						
						
							0f74f870b0 
							
						 
					 
					
						
						
							
							Fix rp uart example  
						
						
						
						
					 
					
						2022-08-18 14:01:37 +02:00 
						 
				 
			
				
					
						
							
							
								Quentin Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							2edf532f8d 
							
						 
					 
					
						
						
							
							Move rtos-trace example to a separate project to simplify Cargo.toml  
						
						
						
						
					 
					
						2022-08-18 01:38:58 -04:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							5daa173ce4 
							
						 
					 
					
						
						
							
							Split embassy-time from embassy-executor.  
						
						
						
						
					 
					
						2022-08-18 01:22:30 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							2e85eaf7d5 
							
						 
					 
					
						
						
							
							examples Remove the fn config() idiom.  
						
						... 
						
						
						
						It was only useful for doing #[embassy_executor::main(config = "config()")]`. Now that
it's gone, it makes more sense to build the config in main directly. 
						
						
					 
					
						2022-08-17 22:25:58 +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 
						 
				 
			
				
					
						
							
							
								Quentin Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							7dfe119fe0 
							
						 
					 
					
						
						
							
							Run cargo fmt  
						
						
						
						
					 
					
						2022-08-16 01:47:18 -04:00 
						 
				 
			
				
					
						
							
							
								Quentin Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							cd561b19ef 
							
						 
					 
					
						
						
							
							Allow rtos_trace example to be used without log  
						
						
						
						
					 
					
						2022-08-16 01:20:07 -04:00 
						 
				 
			
				
					
						
							
							
								Quentin Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							c1d8c8cf36 
							
						 
					 
					
						
						
							
							Add example of rtos-trace / SystemView  
						
						
						
						
					 
					
						2022-08-16 01:17:28 -04:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							f76815d642 
							
						 
					 
					
						
						
							
							Update Embassy.  
						
						
						
						
					 
					
						2022-08-13 15:37:30 +02:00 
						 
				 
			
				
					
						
							
							
								Artur Kowalski 
							
						 
					 
					
						
						
						
						
							
						
						
							865a91976c 
							
						 
					 
					
						
						
							
							Add UDP example app  
						
						
						
						
					 
					
						2022-08-10 20:13:10 +02:00 
						 
				 
			
				
					
						
							
							
								bors[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e524247fa 
							
						 
					 
					
						
						
							
							Merge  #896  
						
						... 
						
						
						
						896: Implement I2C pullup configuration r=lulf a=chemicstry
I wasn't sure if I should put frequency into config struct, so left it separate as in SPI periph.
Also added Copy derives to gpio types, not sure why they weren't?
Co-authored-by: chemicstry <chemicstry@gmail.com> 
						
						
					 
					
						2022-08-10 10:08:27 +00:00 
						 
				 
			
				
					
						
							
							
								chemicstry 
							
						 
					 
					
						
						
						
						
							
						
						
							6498324b58 
							
						 
					 
					
						
						
							
							Implement I2C pullup configuration  
						
						
						
						
					 
					
						2022-08-09 22:13:35 +03:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							2e76b13a4c 
							
						 
					 
					
						
						
							
							Add example using embedded-nal-async traits  
						
						
						
						
					 
					
						2022-08-09 14:44:18 +02:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							80c1551153 
							
						 
					 
					
						
						
							
							Wrap buffers in a single state type  
						
						
						
						
					 
					
						2022-08-09 14:43:55 +02:00 
						 
				 
			
				
					
						
							
							
								Ulf Lilleengen 
							
						 
					 
					
						
						
						
						
							
						
						
							18671b94ba 
							
						 
					 
					
						
						
							
							Implement embedded-nal-async traits for embassy-net  
						
						
						
						
					 
					
						2022-08-08 16:51:34 +02:00 
						 
				 
			
				
					
						
							
							
								chemicstry 
							
						 
					 
					
						
						
						
						
							
						
						
							8a25906eff 
							
						 
					 
					
						
						
							
							Add DACv1 example for F4  
						
						
						
						
					 
					
						2022-08-04 03:31:59 +03:00 
						 
				 
			
				
					
						
							
							
								chemicstry 
							
						 
					 
					
						
						
						
						
							
						
						
							d990740dd5 
							
						 
					 
					
						
						
							
							Restore F1 example chip  
						
						
						
						
					 
					
						2022-08-04 03:07:42 +03:00 
						 
				 
			
				
					
						
							
							
								chemicstry 
							
						 
					 
					
						
						
						
						
							
						
						
							5f01e56728 
							
						 
					 
					
						
						
							
							Merge v1, v2 DAC and update register definitions  
						
						
						
						
					 
					
						2022-08-04 03:02:57 +03:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							a0f1b0ee01 
							
						 
					 
					
						
						
							
							Split embassy crate into embassy-executor, embassy-util.  
						
						
						
						
					 
					
						2022-07-29 23:40:36 +02:00 
						 
				 
			
				
					
						
							
							
								chemicstry 
							
						 
					 
					
						
						
						
						
							
						
						
							046778fc53 
							
						 
					 
					
						
						
							
							Improve ADC configuration options  
						
						
						
						
					 
					
						2022-07-27 01:17:26 +03:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							b5ff7c5d60 
							
						 
					 
					
						
						
							
							rename PwmPin::new_chX, update examples.  
						
						
						
						
					 
					
						2022-07-23 16:16:29 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							4901c34d9c 
							
						 
					 
					
						
						
							
							Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral  
						
						
						
						
					 
					
						2022-07-23 14:00:19 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							8a9d2f59af 
							
						 
					 
					
						
						
							
							Update embassy-stm32  
						
						
						
						
					 
					
						2022-07-23 02:40:13 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							92505f53e2 
							
						 
					 
					
						
						
							
							Get wifi credentials from envvars in example.  
						
						
						
						
					 
					
						2022-07-21 23:50:40 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							54269a0761 
							
						 
					 
					
						
						
							
							Switch default log to debug.  
						
						... 
						
						
						
						Trace is very VRYY verbose. 
						
						
					 
					
						2022-07-17 00:34:27 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							13c88a9ca3 
							
						 
					 
					
						
						
							
							Obtain the firmware blobs from the user instead of hardcoding magic flash addrs.  
						
						
						
						
					 
					
						2022-07-17 00:33:30 +02:00 
						 
				 
			
				
					
						
							
							
								bors[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4dc800710d 
							
						 
					 
					
						
						
							
							Merge  #853  
						
						... 
						
						
						
						853: Add embedded_hal_async support for embassy-rp r=Dirbaio a=danbev
This commit adds support for embedded-hal-async to the Embassy
Raspberry PI crate.
Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com> 
						
						
					 
					
						2022-07-16 16:11:37 +00:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							931e3d7ee0 
							
						 
					 
					
						
						
							
							Switch to 32bit SPI.  
						
						
						
						
					 
					
						2022-07-16 18:06:57 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							7dfdea8797 
							
						 
					 
					
						
						
							
							Switch to embedded-hal SPI, GPIO traits.  
						
						
						
						
					 
					
						2022-07-16 08:26:54 +02:00 
						 
				 
			
				
					
						
							
							
								chemicstry 
							
						 
					 
					
						
						
						
						
							
						
						
							0b70cc554e 
							
						 
					 
					
						
						
							
							Fix unused imports  
						
						
						
						
					 
					
						2022-07-14 21:45:44 +03:00 
						 
				 
			
				
					
						
							
							
								chemicstry 
							
						 
					 
					
						
						
						
						
							
						
						
							5a265661bb 
							
						 
					 
					
						
						
							
							Fix erasing across banks  
						
						
						
						
					 
					
						2022-07-14 20:58:01 +03:00 
						 
				 
			
				
					
						
							
							
								chemicstry 
							
						 
					 
					
						
						
						
						
							
						
						
							039acda3a8 
							
						 
					 
					
						
						
							
							Fix writing to last sector of F4 flash  
						
						
						
						
					 
					
						2022-07-14 19:41:39 +03:00 
						 
				 
			
				
					
						
							
							
								Daniel Bevenius 
							
						 
					 
					
						
						
						
						
							
						
						
							8979959dd1 
							
						 
					 
					
						
						
							
							Add embedded_hal_async support for embassy-rp  
						
						... 
						
						
						
						This commit adds support for embedded-hal-async to the Embassy
Raspberry PI crate. 
						
						
					 
					
						2022-07-14 13:52:22 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							ce7353fba4 
							
						 
					 
					
						
						
							
							Hook up embassy-net. IT WORKS.  
						
						
						
						
					 
					
						2022-07-12 07:52:16 +02:00 
						 
				 
			
				
					
						
							
							
								Philip A Reimer 
							
						 
					 
					
						
						
						
						
							
						
						
							4070a375c7 
							
						 
					 
					
						
						
							
							fix typo  
						
						
						
						
					 
					
						2022-07-11 21:29:01 -06:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							e1fd7dfc40 
							
						 
					 
					
						
						
							
							wpa2 join... still nothing.  
						
						
						
						
					 
					
						2022-07-12 04:17:07 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							3ffdbd2ca3 
							
						 
					 
					
						
						
							
							stuff  
						
						
						
						
					 
					
						2022-07-11 22:44:42 +02:00 
						 
				 
			
				
					
						
							
							
								Dario Nieuwenhuis 
							
						 
					 
					
						
						
						
						
							
						
						
							30b7800f9a 
							
						 
					 
					
						
						
							
							add event printing, add join but not working yet.  
						
						
						
						
					 
					
						2022-07-11 05:19:31 +02:00 
						 
				 
			
				
					
						
							
							
								bors[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2adee4af38 
							
						 
					 
					
						
						
							
							Merge  #858  
						
						... 
						
						
						
						858: embassy-stm32: Simplify time r=Dirbaio a=GrantM11235
- Remove unused `MilliSeconds`, `MicroSeconds`, and `NanoSeconds` types
- Remove `Bps`, `KiloHertz`, and `MegaHertz` types that were only used
for converting to `Hertz`
- Replace all instances of `impl Into<Hertz>` with `Hertz`
- Add `hz`, `khz`, and `mhz` methods to `Hertz`, as well as
free function shortcuts
- Remove `U32Ext` extension trait
Co-authored-by: Grant Miller <GrantM11235@gmail.com> 
						
						
					 
					
						2022-07-11 02:51:06 +00:00 
						 
				 
			
				
					
						
							
							
								Grant Miller 
							
						 
					 
					
						
						
						
						
							
						
						
							5ecbe5c918 
							
						 
					 
					
						
						
							
							embassy-stm32: Simplify time  
						
						... 
						
						
						
						- Remove unused `MilliSeconds`, `MicroSeconds`, and `NanoSeconds` types
- Remove `Bps`, `KiloHertz`, and `MegaHertz` types that were only used
for converting to `Hertz`
- Replace all instances of `impl Into<Hertz>` with `Hertz`
- Add `hz`, `khz`, and `mhz` methods to `Hertz`, as well as
free function shortcuts
- Remove `U32Ext` extension trait 
						
						
					 
					
						2022-07-10 21:46:45 -05:00 
						 
				 
			
				
					
						
							
							
								bors[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99f4fd33b4 
							
						 
					 
					
						
						
							
							Merge  #859  
						
						... 
						
						
						
						859: Add F4 flash driver r=Dirbaio a=chemicstry
Pending on https://github.com/embassy-rs/stm32-data/pull/152 
Co-authored-by: chemicstry <chemicstry@gmail.com> 
						
						
					 
					
						2022-07-11 01:37:19 +00:00 
						 
				 
			
				
					
						
							
							
								chemicstry 
							
						 
					 
					
						
						
						
						
							
						
						
							734c38eb9c 
							
						 
					 
					
						
						
							
							Add F4 flash driver  
						
						
						
						
					 
					
						2022-07-11 03:57:46 +03:00