Merge pull request 'reduced sizes so all executable code stays below 8mb' (#19) from feature/partition_table_stuff into develop
Reviewed-on: #19
This commit is contained in:
		| @@ -5,8 +5,8 @@ target = "riscv32imac-esp-espidf" | |||||||
| [target.riscv32imac-esp-espidf] | [target.riscv32imac-esp-espidf] | ||||||
| linker = "ldproxy" | linker = "ldproxy" | ||||||
| #runner = "espflash flash --monitor --baud 921600 --partition-table partitions.csv -b no-reset" # Select this runner in case of usb ttl | #runner = "espflash flash --monitor --baud 921600 --partition-table partitions.csv -b no-reset" # Select this runner in case of usb ttl | ||||||
| runner = "espflash flash --monitor --baud 921600 --flash-size 16mb --partition-table  partitions.csv" | #runner = "espflash flash --monitor" | ||||||
| #runner = "cargo runner" | runner = "cargo runner" | ||||||
|  |  | ||||||
|  |  | ||||||
| #runner = "espflash flash --monitor --partition-table partitions.csv -b no-reset" # create upgrade image file for webupload | #runner = "espflash flash --monitor --partition-table partitions.csv -b no-reset" # create upgrade image file for webupload | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								rust/espflash.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								rust/espflash.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | |||||||
|  | partition_table="partitions.csv" | ||||||
|  | [connection] | ||||||
|  | serial = "/dev/ttyACM0" | ||||||
|  | baudrate = 921600 | ||||||
|  | [flash] | ||||||
|  | size = "16MB" | ||||||
| @@ -1,6 +1,6 @@ | |||||||
| nvs,      data, nvs,     ,        16k, | nvs,      data, nvs,     ,        16k, | ||||||
| otadata,  data, ota,     ,        8k, | otadata,  data, ota,     ,        8k, | ||||||
| phy_init, data, phy,     ,        4k, | phy_init, data, phy,     ,        4k, | ||||||
| ota_0,    app,  ota_0,   ,        5632k, | ota_0,    app,  ota_0,   ,        3968k, | ||||||
| ota_1,    app,  ota_1,   ,        5632k, | ota_1,    app,  ota_0,   ,        3968k, | ||||||
| storage,  data, spiffs,  ,        5000k,  | storage,  data, spiffs,  ,        8M, | ||||||
|   | |||||||
| 
 | 
		Reference in New Issue
	
	Block a user