OVMS3-idf/components
Angus Gratton a91de43537 parttool: Avoid unnecessary exception backtrace for legitimate errors
Previous version used exception handling for program control flow,
which makes for long and confusing backtrace messages if an error
occurs while parsing the CSV (as it also prints the phony error that
occurred while trying to parse as a binary, then prints
"During handling of the above exception, another exception occurred:",
then prints the real error).

Use the same heuristic that is applied in gen_esp32_part, instead.

Also, avoid printing the entire backtrace if the error is a gen_esp32_part
InputError, same as gen_esp32part does.

Found while looking into https://github.com/espressif/esp-idf/issues/4474
2019-12-16 18:24:10 +11:00
..
app_trace cmake: remove intermediary libraries for some component 2019-12-11 16:43:47 +08:00
app_update app_update: Add support esp32s2beta 2019-09-20 16:57:33 +10:00
asio
bootloader cmake: Fix some uninitialized variable warnings 2019-11-08 12:50:28 +08:00
bootloader_support esp32s2beta: only support unicore 2019-12-09 09:48:37 +08:00
bt Merge branch 'demo/hfp-client-demo' into 'master' 2019-12-12 21:19:04 +08:00
cbor cbor: add tinycbor library and example 2019-08-22 17:44:29 +08:00
coap ESP32/coap_mbedtls:add macro checks 2019-10-09 16:46:46 +08:00
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 sdio_slave: support HAL layer 2019-12-13 18:33:15 +08:00
efuse esp32s2beta: only support unicore 2019-12-09 09:48:37 +08:00
esp-tls esp-tls: check return value of fcntl 2019-12-11 14:53:27 +01:00
esp32 Merge branch 'bufgix/esp_timer_set_alarm' into 'master' 2019-12-16 13:39:44 +08:00
esp32s2beta Merge branch 'feature/esp32s2beta_hw_crypto_support' into 'master' 2019-12-13 13:40:33 +08:00
esp_adc_cal Merge branch 'master' into feature/esp32s2beta_merge 2019-09-20 10:28:37 +10:00
esp_common esp32s2beta: only support unicore 2019-12-09 09:48:37 +08:00
esp_eth ethernet: add start/stop stress test 2019-12-03 17:58:03 +08:00
esp_event Fix some typo in idf 2019-12-12 15:55:42 +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: add esp_http_client_set_authtype function 2019-12-09 13:33:44 +05:30
esp_http_server esp_http_server : Bugfix in parsing of empty header values 2019-09-06 11:02:36 +08:00
esp_https_ota fix: esp_http_client and esp_https_ota can follow 307 Redirects 2019-12-09 13:33:44 +05:30
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 ethernet: move netif glue && add ref counter 2019-11-27 10:36:32 +08:00
esp_ringbuf feat(timer): refator timer group driver 2019-11-21 14:14:19 +08:00
esp_rom esp_rom: remove esp_rom.c 2019-12-09 09:48:31 +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 Add User-Agent and additional headers to esp_websocket_client 2019-11-21 21:14:29 +01:00
esp_wifi esp_wifi: Fix association req RSN info lengeh too big lead crash 2019-12-11 10:59:18 +00:00
espcoredump coredump: change data format to ELF 2019-11-22 13:25:43 +08:00
esptool_py esptool: add chip and stub option 2019-12-09 09:48:16 +08:00
expat expat: Update library from 2.2.5 to 2.2.9 2019-12-03 09:57:29 +00:00
fatfs fatfs: fix unit tests not included in the build 2019-11-15 15:04:57 +01:00
freemodbus freemodbus: fix merge issues 2019-12-10 14:30:25 +08:00
freertos Merge branch 'feature/external_github_prs' into 'master' 2019-12-10 12:33:32 +08:00
heap apptrace: Adds support for converting SystemView traces to JSON format 2019-12-04 18:04:07 +03:00
idf_test hw crypto: activated hardware acceleration for esp32s2beta 2019-12-12 12:37:29 +08:00
jsmn jsmn: define macros in build system 2019-11-29 18:05:24 +08:00
json Update cJSON to v1.7.12 2019-08-14 10:03:27 +10:00
libsodium global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
log log: refactoring to make compatible with no-FreeRTOS builds 2019-11-22 11:41:35 +01:00
lwip Merge branch 'optimize_tcp_random_close' into 'master' 2019-12-10 16:47:34 +08:00
mbedtls hw crypto: activated hardware acceleration for esp32s2beta 2019-12-12 12:37:29 +08:00
mdns mdns: respond to discovery with the proper pseudo name _services._dns-sd._udp 2019-12-04 12:57:09 +00:00
mqtt Merge branch 'master' into feature/esp32s2beta_merge 2019-10-22 13:51:49 +11:00
newlib Merge branch 'bugfix/optimize_some_build_system_tests' into 'master' 2019-12-12 06:34:54 +08:00
nghttp Modified http_parser to handle ICY uris. 2019-10-11 05:04:08 +00:00
nvs_flash nvs_flash: build nvs_encr.cpp only if relevant config option is enabled 2019-11-15 15:58:31 +05:30
openssl Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-23 16:10:57 +02:00
partition_table parttool: Avoid unnecessary exception backtrace for legitimate errors 2019-12-16 18:24:10 +11:00
perfmon xtensa: update header file 2019-12-09 09:44:56 +08:00
protobuf-c
protocomm hw crypto: activated hardware acceleration for esp32s2beta 2019-12-12 12:37:29 +08:00
pthread global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
sdmmc sdmmc: add communication check for eMMC after frequency switch 2019-12-12 08:11:17 +00:00
soc sdio_slave: support HAL layer 2019-12-13 18:33:15 +08:00
spi_flash ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
spiffs Merge branch 'master' into feature/esp32s2beta_merge 2019-10-25 15:13:52 +11:00
tcp_transport Add User-Agent and additional headers to esp_websocket_client 2019-11-21 21:14:29 +01:00
tcpip_adapter ethernet: warning when double start/stop 2019-12-03 16:10:20 +08:00
ulp ulp: remove 20190801 version, update supported version for Make 2019-12-15 21:39:42 +01:00
unity freertos: changed isr time test case variables to static 2019-12-04 10:41:00 -03:00
vfs newlib: define fcntl as strong symbol 2019-12-11 14:53:26 +01:00
wear_levelling Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
wifi_provisioning wifi_provisioning_softap: Allow applications to start webserver externally 2019-11-27 18:42:43 +05:30
wpa_supplicant hw crypto: activated hardware acceleration for esp32s2beta 2019-12-12 12:37:29 +08:00
xtensa xtensa: update header file 2019-12-09 09:44:56 +08:00