esp-idf/components
Angus Gratton abdb657926 bootloader esp32s2: Increase bootloader DRAM & IRAM allowance
Bootloader DRAM now ends at 0x3FFEAB00 which is the start of ROM
static RAM (reclaimable after app is running).

IRAM loader segment increased by 8KB.

Available total static RAM for the app is now reduced by 16KB.
2020-07-27 00:01:10 +00:00
..
app_trace gcov: Fixes APP CPU syscall table 2020-05-08 03:13:18 +03:00
app_update Secure boot v2 support for ESP32-S2 2020-07-27 00:01:10 +00:00
asio asio: option to use wolfSSL as TLS stack for ASIO 2020-07-14 10:42:17 +00:00
bootloader bootloader esp32s2: Increase bootloader DRAM & IRAM allowance 2020-07-27 00:01:10 +00:00
bootloader_support Secure boot v2 support for ESP32-S2 2020-07-27 00:01:10 +00:00
bt NimBLE: Add Non-Resolvable private address support and misc bug fixes 2020-07-22 14:10:01 +05:30
cbor Update tinycbor submodule in ESP-IDF 2020-06-23 08:20:16 +00:00
coap coap: move mbedTLS config options from component to examples 2020-05-19 17:23:29 +05:30
console vfs: support vfs uart set line endings with specified uart number 2020-07-10 11:15:09 +08:00
cxx CXX: removed exception windowspill test 2020-07-14 18:40:44 +08:00
driver esp_rom: extract common uart apis into esp_rom_uart.h 2020-07-17 16:00:59 +08:00
efuse esp_rom: extract common efuse apis into esp_rom_efuse.h 2020-07-15 10:40:50 +08:00
esp32 Merge branch 'refactor/common_rom_uart_apis' into 'master' 2020-07-21 15:24:21 +08:00
esp32s2 bootloader esp32s2: Increase bootloader DRAM & IRAM allowance 2020-07-27 00:01:10 +00:00
esp32s3 esp32s3: initial empty component 2020-07-20 10:51:05 +08:00
esp_adc_cal global: bring up esp32s2(not beta) 2020-01-16 17:41:31 +08:00
esp_common Merge branch 'bugfix/pm_uart_rate' into 'master' 2020-07-23 13:13:11 +08:00
esp_eth esp_rom: extract common MD5 hash apis into esp_rom_md5.h 2020-07-21 17:01:28 +08:00
esp_event Fix handling of multiple AP credentials in WPS 2020-07-08 11:02:55 +00:00
esp_gdbstub Revert "Merge branch 'feature/gdb_stub_task_state' into 'master'" 2020-07-09 17:16:47 +02:00
esp_hid esp_hid: fix memory leak if getting dev reports fails 2020-05-07 12:56:54 +00:00
esp_http_client esp_rom: extract common MD5 hash apis into esp_rom_md5.h 2020-07-21 17:01:28 +08:00
esp_http_server Merge branch 'bugfix/ws_server_async_send_fin' into 'master' 2020-07-15 05:31:02 +08:00
esp_https_ota esp_http_client.h: Add error codes in HttpStatus_Code 2020-07-08 04:03:26 +00:00
esp_https_server esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 2020-03-27 23:12:57 +08:00
esp_ipc esp_ipc: Move to new component 2020-05-18 16:51:45 +08: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: removing SLIP related events as the slip-modem set state synchronously 2020-07-15 15:46:46 +02:00
esp_ringbuf freertos: place xQueueGenericCreateStatic into flash 2020-04-22 16:06:13 +08:00
esp_rom esp_rom: extract common MD5 hash apis into esp_rom_md5.h 2020-07-21 17:01:28 +08:00
esp_serial_slave_link spi_slave_hd: new driver for spi slave in half duplex mode 2020-07-11 00:00:50 +08:00
esp_system Merge branch 'refactor/common_rom_uart_apis' into 'master' 2020-07-21 15:24:21 +08:00
esp_timer docs: correct function description following https://esp32.com/viewtopic.php?f=5&t=16332 2020-06-30 17:56:03 +02:00
esp_websocket_client Merge branch 'bugfix/ws_send_abort' into 'master' 2020-06-16 03:36:17 +08:00
esp_wifi Merge branch 'bugfix/resume_esp32s2_wifi_unit_test' into 'master' 2020-07-21 17:39:57 +08:00
esp-tls esp-tls: enable TLS renegotiation using explicit API call 2020-07-03 05:52:22 +00:00
espcoredump CI: Fix timeout in the espcoredump test 2020-07-08 11:10:43 +02:00
esptool_py Merge branch 'bugfix/pm_uart_rate' into 'master' 2020-07-23 13:13:11 +08:00
expat test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
fatfs Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
freemodbus examples: freemodbus add tcp support for common master/slave iface 2020-07-22 00:34:04 +08:00
freertos Revert "Merge branch 'feature/gdb_stub_task_state' into 'master'" 2020-07-09 17:16:47 +02:00
heap heap: added alloc failed hook and configuration options 2020-05-04 10:58:38 -03:00
idf_test CI: do not run cases likely to fail 2020-07-19 06:32:12 +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-05 11:14:23 +05:30
libsodium test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
log log: new macros to log when the cache is disabled 2020-04-02 15:35:13 +08:00
lwip esp-netif: SLIP interface refactor to isolate interface from drivers 2020-07-15 15:46:46 +02:00
mbedtls Merge branch 'bugfix/mbedtls_mpi_exp_mod' into 'master' 2020-07-24 00:02:13 +08:00
mdns mdns: Allow config mDNS task stack size 2020-05-07 21:49:02 +02:00
mqtt mqtt: clenaup logs and docs 2020-04-30 14:05:36 +00:00
newlib Merge branch 'refactor/common_rom_uart_apis' into 'master' 2020-07-21 15:24:21 +08: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-21 10:18:53 +02:00
openssl openssl: made verification mode conversion to mbetls modes more strict 2020-07-14 10:42:17 +00:00
partition_table partition_table: fix generation of signed partition table 2020-05-31 18:39:30 +02:00
perfmon test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
protobuf-c
protocomm BLE provisioning: Add check for valid ble read offset 2020-07-14 13:14:53 +00:00
pthread esp_system: startup flow modifications 2020-06-19 18:40:09 +10:00
sdmmc Merge branch 'bugfix/sdmmc_spi_highspeed' into 'master' 2020-07-13 15:50:30 +08:00
soc Merge branch 'refactor/common_rom_uart_apis' into 'master' 2020-07-21 15:24:21 +08:00
spi_flash bootloader_support: Fix bootloader_common_get_sha256_of_partition, can handle a long image 2020-07-20 10:55:41 +00:00
spiffs spiffs: restore dependency of flash targets on spiffs images 2020-04-07 17:01:58 +08:00
tcp_transport websocket: add configurable ws_transport buffer size 2020-07-20 10:02:31 +00:00
tcpip_adapter esp-netif: wifi-deinit to clear handlers only in tcpip-adapter mode 2020-05-19 08:34:36 +00:00
tinyusb esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
ulp ulp: added support to building code for riscv ULP coprocessor 2020-07-15 15:28:49 -03:00
unity esp_rom: extract common uart apis into esp_rom_uart.h 2020-07-17 16:00:59 +08:00
vfs Merge branch 'bugfix/vfs_zero_length_base_path' into 'master' 2020-07-23 04:06:48 +08:00
wear_levelling test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
wifi_provisioning wifi_provisioning: Catch the Wi-Fi events even after Connection errors 2020-03-21 06:02:55 +00:00
wpa_supplicant Merge branch 'bugfix/eap_client_crash' into 'master' 2020-07-23 10:16:05 +08:00
xtensa expression_with_stack: added a tweak on TCB stackpointers to avoid false trigger of stack overflow 2020-07-14 12:56:02 +00:00