esp-idf/components
Ivan Grokhotkov 42e694bb8f bootloader_support: don't check signature when JTAG is attached
If an insecure configuration is enabled (no hardware secure boot, just
software signature check), skip the signature check in bootloader if
JTAG debugger is attached. This allows the debugger to set breakpoints
in Flash before the application runs.

Closes https://github.com/espressif/esp-idf/issues/4734
Closes https://github.com/espressif/esp-idf/issues/4878
2020-09-09 23:42:24 +02:00
..
app_trace newlib: use --specs=nano.specs to enable "nano" version of C library 2020-06-02 13:15:08 +07:00
app_update app_update: fix test failure for get_app_elf_sha256 test 2020-04-15 21:09:57 +08:00
asio asio: updated ASIO port to use latest asio and esp-idf features 2020-01-09 21:53:50 +01:00
bootloader secure boot v2: esp32: Prevent read disabling additional efuses 2020-03-31 17:31:56 +11:00
bootloader_support bootloader_support: don't check signature when JTAG is attached 2020-09-09 23:42:24 +02:00
bt Merge branch 'bugfix/l2cap_link_timeout_llcp_prog_btu_wtd_v4.1' into 'release/v4.1' 2020-09-07 14:11:57 +08:00
cbor cbor: add tinycbor library and example 2019-08-22 17:44:29 +08:00
coap coap: move mbedTLS config options from component to examples 2020-05-26 20:05:33 +05:30
console tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
cxx CXX: enable exceptions ESP32S2-beta 2019-12-10 10:23:00 +08:00
driver driver test: disable the spi master performance test when psram is used 2020-09-02 00:58:20 +08:00
efuse add soft solution for esp32 eco3 live lock issue 2020-08-07 06:42:35 +00:00
esp32 add soft solution for esp32 eco3 live lock issue 2020-08-07 06:42:35 +00:00
esp32s2beta esp32s2: Move some code after the stdout initialization 2020-06-17 15:53:45 +08:00
esp_adc_cal Merge branch 'master' into feature/esp32s2beta_merge 2019-09-20 10:28:37 +10:00
esp_common esp_wifi: Add API to get available internal heap size. 2020-08-26 12:06:26 +08:00
esp_eth Merge branch 'feature/pin_ethernet_task_to_core_v4.1' into 'release/v4.1' 2020-08-31 21:13:39 +08:00
esp_event ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
esp_gdbstub Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
esp_http_client esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails 2020-09-02 12:30:51 +00:00
esp_http_server Merge branch 'bugfix/http_server_lru_v4.1' into 'release/v4.1' 2020-08-20 21:47:56 +08:00
esp_https_ota esp_https_ota.c: Add fix to return failure if (-1) is returned from esp_http_client_read 2020-09-02 12:30:51 +00:00
esp_https_server esp-tls: Naming variables refering to certificates and keys in a neutral way to suggest that both PEM and DER format could be used, added comments descibing important details about using these formats 2019-08-02 09:25:16 +02:00
esp_local_ctrl tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_netif Merge branch 'bugfix/ppp_netif_up_after_new_v4.1' into 'release/v4.1' 2020-08-31 21:14:04 +08:00
esp_ringbuf feat(timer): refator timer group driver 2019-11-21 14:14:19 +08:00
esp_rom components/bt:Fix instant reverse and add ble connect paramter check. 2020-06-18 15:52:34 +08:00
esp_serial_slave_link essl: new component to communicate with esp serial slave devices 2019-12-03 22:58:41 +08:00
esp_websocket_client Websocket client: avoid deadlock if stop called from event handler 2020-09-01 15:38:12 +08:00
esp_wifi esp_wifi: Add API to get available internal heap size. 2020-08-26 12:06:26 +08:00
esp-tls Merge branch 'bugfix/enable_mbedtls_renegotiation_v4.1' into 'release/v4.1' 2020-08-21 12:30:45 +08:00
espcoredump Bugfix/espcoredump fix error reported for blank partition (Backport v4.1) 2020-08-27 08:46:58 +08:00
esptool_py tools: Fix flashing encrypted binaries from IDF Monitor 2020-03-27 09:43:26 +01:00
expat heap_caps: small fixes on comments plus cleaning 2019-12-20 13:35:56 -03:00
fatfs Merge branch 'bugfix/fatfs_corrupted_assert' into 'master' 2020-01-14 08:37:07 +08:00
freemodbus freemodbus: add comments for limitation in current version of freemodbus 2020-06-04 09:46:04 +02:00
freertos Add fixes for gcc8 psram fix improvement 2020-06-02 13:14:29 +07:00
heap heap: Only fill new heaps with FREE_FILL_PATTERN if Comprehensive poisoning is on 2020-04-27 16:32:24 +10:00
idf_test remove auto conn case because we do not support this anymore 2020-09-04 03:32:19 +00:00
jsmn jsmn: define macros in build system 2019-11-29 18:05:24 +08:00
json cJSON: include only source file objects for cmake build 2020-02-10 17:32:14 +05:30
libsodium ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
log esp_wifi: backport some wifi bugs 0323 2020-03-24 15:05:00 +08:00
lwip fix bug for ipv6 fragment 2020-08-25 17:43:13 +08:00
mbedtls Merge branch 'bugfix/mbedtls_mpi_exp_mod_v4.1' into 'release/v4.1' 2020-08-24 13:36:51 +08:00
mdns mdns: limit the GOT_IP6_EVENT to only known network interfaces 2020-04-01 08:52:54 +02:00
mqtt MQTT: Update submodule reference 2020-09-01 16:00:49 +08:00
newlib newlib: use --specs=nano.specs to enable "nano" version of C library 2020-06-02 13:15:08 +07:00
nghttp Modified http_parser to handle ICY uris. 2019-10-11 05:04:08 +00:00
nvs_flash components: convert string to bytes to fix TypeError There is a string passed as an argument for function, but a format of a string seemingly refers to bytes therefore it needs to be converted to bytes Solves https://esp32.com/viewtopic.php?f=13&t=16529 2020-07-22 11:19:10 +02:00
openssl Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-23 16:10:57 +02:00
partition_table partition_table: Fix parttool.py crashes when retrieving partition info 2020-06-04 16:31:05 +08:00
perfmon xtensa: update header file 2019-12-09 09:44:56 +08:00
protobuf-c
protocomm Merge branch 'bugfix/softap_prov_session_v4.1' into 'release/v4.1' 2020-08-20 21:47:34 +08:00
pthread pthread: Use INTERFACE in target_link_libraries for vPortCleanUpTCB wrapper 2020-05-12 10:35:27 +05:30
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 17:38:37 +08:00
soc Merge branch 'bugfix/ethernet_handle_early_rx_interrupt_v4.1' into 'release/v4.1' 2020-08-31 14:34:36 +08:00
spi_flash Merge branch 'bugfix/bootloader_common_get_sha256_of_partition_v4.1' into 'release/v4.1' 2020-08-24 13:37:27 +08:00
spiffs spiffs: Fix for case when CONFIG_SPIFFS_USE_MTIME is not defined 2020-02-12 18:12:58 +08:00
tcp_transport ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:14:48 +00:00
tcpip_adapter lwip: Enable IPv6 stateless address autoconfiguration 2020-01-20 08:26:00 +00:00
ulp ulp: fix ulp external project args 2020-03-22 20:00:21 +08:00
unity ut: add DISABLED_FOR_TARGETS macros to control ut building 2020-01-06 17:13:47 +08:00
vfs vfs: support vfs uart set line endings with specified uart number (release/v4.1) 2020-08-24 15:37:44 +08:00
wear_levelling ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
wifi_provisioning wifi_provisioning: Catch the Wi-Fi events even after Connection errors 2020-05-05 22:09:18 +05:30
wpa_supplicant wpa_supplicant: WPS Inter operatability Fixes 2020-08-26 08:49:43 +00:00
xtensa expression_with_stack:make stack overflow detection watchpoint optional 2020-01-06 17:01:53 -03:00