OVMS3-idf/components
Michael (XIAO Xufeng) 511820820e esp_flash: fix the coredump issue
During coredump, dangerous-area-checking should be disabled, and cache
disabling should be replaced by a safer version.

Dangerous-area-checking used to be in the HAL, but it seems to be more
fit to os functions. So it's moved to os functions. Interfaces are
provided to switch between os functions during coredump.
2019-09-14 17:01:36 +08:00
..
app_trace timer_group: use the LL 2019-08-09 13:46:31 +08:00
app_update app_update: use build system api to get partition_table dir 2019-09-03 19:47:53 +08:00
asio components: use new component registration api 2019-06-21 19:53:29 +08:00
bootloader bootloader: Link RTC clock functions to the iram_loader section 2019-09-10 11:28:17 +10:00
bootloader_support flash encryption: Ensure flash encryption can't be disabled if Secure Boot is on 2019-09-10 11:28:11 +10:00
bt Merge branch 'feature/btdm_add_hf_nvrc_command' into 'master' 2019-09-12 13:25:18 +08:00
cbor cbor: add tinycbor library and example 2019-08-22 17:44:29 +08:00
coap Fix libcoap building with various MbedTLS compile time options 2019-09-06 16:13:52 +05:30
console tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
cxx esp_attr: add flag_attr to support enums used as flags 2019-08-09 13:46:32 +08:00
driver spi: Put argument of macro SPI_SWAP_DATA_TX/RX in parentheses 2019-09-03 15:21:23 +08:00
efuse efuse: update the scheme of getting chip revision 2019-08-13 10:59:02 +08:00
esp-tls fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value. 2019-09-12 13:55:47 +08:00
esp32 esp_flash: fix coredump for legacy spi flash API 2019-09-14 16:56:31 +08:00
esp_adc_cal tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_common Merge branch 'bugfix/err_code_collision' into 'master' 2019-09-03 08:30:40 +08:00
esp_eth ethernet: bugfix and optimize 2019-09-03 11:01:16 +08:00
esp_event esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
esp_gdbstub espcoredump: fix issue with spi_flash access 2019-09-06 15:37:55 +08:00
esp_http_client Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
esp_http_server esp_http_server : Bugfix in parsing of empty header values 2019-09-06 11:02:36 +08:00
esp_https_ota esp_https_ota: Added error checking functionalities. 2019-08-15 21:10:00 +08: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_ringbuf timer_group: use the LL 2019-08-09 13:46:31 +08:00
esp_rom rom: Add warnings for miniz functions that won't work due to missing malloc 2019-09-06 11:01:34 +10:00
esp_websocket_client esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
esp_wifi fix the bug that STA fails to connect WPA_WPA2_PSK Apple AP 2019-09-05 20:20:42 +08:00
espcoredump esp_flash: fix the coredump issue 2019-09-14 17:01:36 +08:00
esptool_py Merge branch 'bugfix/fix_encrypted_project_flash_arg_file_gen' into 'master' 2019-08-13 13:45:57 +08:00
expat components: use new component registration api 2019-06-21 19:53:29 +08:00
fatfs Fix a build issue with replacing init_spi_flash() in the host tests 2019-08-01 16:28:56 +07:00
freemodbus timer_group: use the LL 2019-08-09 13:46:31 +08:00
freertos Merge branch 'refactor/timerg_in_test' into 'master' 2019-08-14 15:32:16 +08:00
heap heap: Fix printf usage in heap poisoning 2019-09-09 21:56:39 +08:00
idf_test Merge branch 'test/use_correct_config_for_nvs_compatible_case' into 'master' 2019-09-02 12:40:38 +08:00
jsmn components: use new component registration api 2019-06-21 19:53:29 +08:00
json Update cJSON to v1.7.12 2019-08-14 10:03:27 +10:00
libsodium Merge branch 'bugfix/libsodium_test_timeouts' into 'master' 2019-08-08 15:02:51 +08:00
log tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
lwip Merge branch 'bugfix/err_code_collision' into 'master' 2019-09-03 08:30:40 +08:00
mbedtls mbedtls: Make ECDHE-PSK config item depend on ECDHE 2019-08-30 15:01:53 +10:00
mdns esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
mqtt esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
newlib newlib: Fix UT - test time adjustment happens linearly 2019-08-08 12:38:33 +08:00
nghttp cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
nvs_flash Add Chinese translation for README files in components and tools folders, including: 2019-09-06 20:18:19 +08:00
openssl tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
partition_table global: update note in the partition tables 2019-07-27 10:28:16 +02:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm NimBLE: Fix bug in protocomm_nimble chararcteristic access callback 2019-08-15 10:50:30 +08:00
pthread tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
sdmmc tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
soc esp_flash: fix the coredump issue 2019-09-14 17:01:36 +08:00
spi_flash esp_flash: fix the coredump issue 2019-09-14 17:01:36 +08:00
spiffs Fix a build issue with replacing init_spi_flash() in the host tests 2019-08-01 16:28:56 +07:00
tcp_transport fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value. 2019-09-12 13:55:47 +08:00
tcpip_adapter esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
ulp ulp: Add aditional uint32_t object to ulp_insn_t 2019-08-15 17:34:26 +02:00
unity Fix remaining -Wstrict-prototypes warnings 2019-08-01 16:28:56 +07:00
vfs VFS: Fix memory access after free() in UART select() 2019-09-10 04:59:03 +00:00
wear_levelling Add Chinese translation for README files in components and tools folders, including: 2019-09-06 20:18:19 +08:00
wifi_provisioning esp_wifi: wifi support new event mechanism 2019-08-20 09:39:51 +00:00
wpa_supplicant wpa_supplicant: Fix EAP Re-authentication issue 2019-09-06 14:59:05 +05:30
xtensa make code conform to Wstrict-prototypes 2019-08-01 16:28:56 +07:00