esp-idf/components
Omar Chebib 956538e364 buildsystem: flash binary to a named partition
- Add the function esptool_py_flash_to_partition to flash a binary
image to a named partition. If encryption is enabled, this function
will also determine if the partition needs to be encrypted or not
according the its type, subtype and flag in the CSV file (if any).
- Use idf.py encrypted-flash will now flash both encrypted and
non-encrypted file if any (spiffs for example) using esptool.py's
--encrypt-files option.

Closes IDF-2387
Relates to IDF-723
Relates to IDF-2231
2020-11-26 10:04:34 +08:00
..
app_trace Updates for riscv support 2020-11-13 07:49:11 +11:00
app_update Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
asio Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
bootloader Updates for riscv support 2020-11-13 07:49:11 +11:00
bootloader_support Secure Boot V2: Fix an issue leading to manual enablement of Secure Boot v2. 2020-11-23 06:52:44 +00:00
bt ble_mesh: stack: Provisioner supports receiving heartbeat 2020-11-23 01:28:28 +00:00
cbor Update tinycbor submodule in ESP-IDF 2020-06-23 08:20:16 +00:00
cmock Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
coap Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
console console: support create REPL over USB CDC 2020-11-13 10:51:40 +08:00
cxx Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
driver Merge branch 'bugfix/fix_x32k_startup_slow_bug' into 'master' 2020-11-24 17:37:29 +08:00
efuse Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp32 ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2020-11-23 19:38:11 +08:00
esp32s2 esp32s2: Fix embedded flash feature flag for ESP32-S2FH16, ESP32-S2FH32 2020-11-17 18:16:25 +11:00
esp32s3 Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_adc_cal Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_common esp_common: Add JIRA link to esp_efuse_mac_get_custom() 2020-11-17 22:51:07 +00:00
esp_eth eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00
esp_event wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
esp_gdbstub Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_hid Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_http_client Make the UserAgent string in esp-http-client configurable 2020-11-19 14:43:14 +05:30
esp_http_server http_server: adds support for setting websocket subprotocol 2020-11-13 06:40:51 +00:00
esp_https_ota Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_https_server Fixed ssl_ctx not being freed at the time of error. 2020-11-25 13:47:38 +05:30
esp_hw_support Merge branch 'bugfix/fix_x32k_startup_slow_bug' into 'master' 2020-11-24 17:37:29 +08:00
esp_ipc Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_local_ctrl local-ctrl: fix memory allocation issues found by static analyser 2020-05-13 07:16:45 +02:00
esp_netif esp_netif: Added test for failing to set hostname 2020-11-20 10:06:53 +00:00
esp_pm Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_ringbuf Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_rom esp_flash:fix bug about clearing WLE automatically after actions 2020-11-12 16:44:29 +08:00
esp_serial_slave_link Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_system ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2020-11-23 19:38:11 +08:00
esp_timer Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_websocket_client Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_wifi Merge branch 'bugfix/control_wpa3_code_with_flag' into 'master' 2020-11-23 19:52:38 +08:00
esp-tls Merge branch 'feature/riscv_arch' into 'master' 2020-11-13 07:50:31 +08:00
espcoredump tools: Wait and dump the initial messages during gdbmi initialization 2020-11-18 19:08:16 +01:00
esptool_py buildsystem: flash binary to a named partition 2020-11-26 10:04:34 +08:00
expat cmock: added cmock as component 2020-09-02 16:38:37 +08:00
fatfs fatfs: Make host sdkconfig compatible 2020-11-17 22:51:07 +00:00
freemodbus Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
freertos freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
hal Merge branch 'bugfix/fix_x32k_startup_slow_bug' into 'master' 2020-11-24 17:37:29 +08:00
heap Merge branch 'feature/riscv_arch' into 'master' 2020-11-13 07:50:31 +08:00
idf_test Merge branch 'feat/esp_flash_yield_refactor' into 'master' 2020-11-12 16:23:02 +08:00
jsmn Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
json Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
libsodium Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
log Updates for riscv support 2020-11-13 07:49:11 +11:00
lwip freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
mbedtls Merge branch 'bugfix/small_cleanups' into 'master' 2020-11-23 17:23:53 +08:00
mdns test: fix several test build error 2020-11-16 13:30:49 +08:00
mqtt MQTT: Update submodule reference: config, error handle, minor fixes 2020-11-19 17:17:40 +01:00
newlib Updates for riscv support 2020-11-13 07:49:11 +11:00
nghttp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_flash Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
openssl Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
partition_table buildsystem: flash binary to a named partition 2020-11-26 10:04:34 +08:00
perfmon Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm protocomm_httpd: Change an info print to debug print as it isn't really required in the logs 2020-11-18 04:12:47 +00:00
pthread pthread: fix the priority inheritance 2020-11-13 06:30:11 +00:00
riscv esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
sdmmc Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
soc doc: fix wrong register description regarding to ethernet SMI 2020-11-16 13:30:49 +08:00
spi_flash spi_flash: add a block of flash chip supports in the document 2020-11-24 15:46:53 +08:00
spiffs buildsystem: flash binary to a named partition 2020-11-26 10:04:34 +08:00
tcp_transport tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
tcpip_adapter Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
tinyusb Updates for riscv support 2020-11-13 07:49:11 +11:00
ulp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
unity Updates for riscv support 2020-11-13 07:49:11 +11:00
vfs Updates for riscv support 2020-11-13 07:49:11 +11:00
wear_levelling Updates for riscv support 2020-11-13 07:49:11 +11:00
wifi_provisioning Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
wpa_supplicant wpa_supplicant: Use WPA3 flag to reduce code size 2020-11-23 14:28:12 +08:00
xtensa Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00