esp-idf/make
Angus Gratton bab1d49f1f Merge branch 'feature/esptool_flash_encryption' into 'master'
Flash encryption support

Flash encryption support in build system, tooling

To come in future MR:
* On-device key generation on first boot (for production devices), need to finalise testing of bootloader entropy seeding.
* spi_flash_encrypted_write to support non-32-byte block writes (at least optionally.)
* I think a lot of the bootloader_support component can possibly be rolled into "spiflash" and other components, to use a common API.

See merge request !240
2016-12-12 06:50:46 +08:00
..
build_examples.sh CI build_examples.sh: Fail on warnings, even with -Wno-error 2016-12-06 10:39:56 -08:00
common.mk
component_common.mk
component_wrapper.mk build system: Remove FLAGS_XXX variable option, replace with per-target overrides 2016-12-07 13:49:09 -08:00
project.mk secure boot & flash encryption: Rework configuration options 2016-12-01 23:49:12 -08:00
project_config.mk
test_build_system.sh