Home
last modified time | relevance | path

Searched refs:spi_size (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/soc/microchip/mec/common/spigen/
Dmec_spi_gen.py346 spi_size = args.spi_size_kb * 1024
372 if indata_len > (spi_size - mec_add_info_size):
373 …ERROR: FW binary exceeds flash size! indata_len = {0} spi_size = {1}".format(indata_len, spi_size))
470 if args.fill and (loc < spi_size):
471 fill_len = spi_size - loc