build c1104 seperately for defmt buffer size
This commit is contained in:
		
							parent
							
								
									9afb385f6d
								
							
						
					
					
						commit
						91684a11c8
					
				
							
								
								
									
										6
									
								
								ci.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								ci.sh
									
									
									
									
									
								
							| @ -244,7 +244,6 @@ cargo batch \ | ||||
|     --- build --release --manifest-path examples/stm32wba/Cargo.toml --target thumbv8m.main-none-eabihf --artifact-dir out/examples/stm32wba \ | ||||
|     --- build --release --manifest-path examples/stm32wl/Cargo.toml --target thumbv7em-none-eabi --artifact-dir out/examples/stm32wl \ | ||||
|     --- build --release --manifest-path examples/lpc55s69/Cargo.toml --target thumbv8m.main-none-eabihf --artifact-dir out/examples/lpc55s69 \ | ||||
|     --- build --release --manifest-path examples/mspm0c1104/Cargo.toml --target thumbv6m-none-eabi --artifact-dir out/examples/mspm0c1104 \ | ||||
|     --- build --release --manifest-path examples/mspm0g3507/Cargo.toml --target thumbv6m-none-eabi --artifact-dir out/examples/mspm0g3507 \ | ||||
|     --- build --release --manifest-path examples/mspm0g3519/Cargo.toml --target thumbv6m-none-eabi --artifact-dir out/examples/mspm0g3519 \ | ||||
|     --- build --release --manifest-path examples/mspm0l1306/Cargo.toml --target thumbv6m-none-eabi --artifact-dir out/examples/mspm0l1306 \ | ||||
| @ -313,6 +312,11 @@ cargo batch \ | ||||
|     $BUILD_EXTRA | ||||
| 
 | ||||
| 
 | ||||
| # MSPM0C1104 must be built seperately since cargo batch does not consider env vars set in `.cargo/config.toml`. | ||||
| # Since the target has 1KB of ram, we need to limit defmt's buffer size. | ||||
| DEFMT_RTT_BUFFER_SIZE="72" cargo batch \ | ||||
|     --- build --release --manifest-path examples/mspm0c1104/Cargo.toml --target thumbv6m-none-eabi --artifact-dir out/examples/mspm0c1104 \ | ||||
| 
 | ||||
| # temporarily disabled, these boards are dead. | ||||
| rm -rf out/tests/stm32f103c8 | ||||
| rm -rf out/tests/nrf52840-dk | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user