esp-idf/components
2020-12-24 14:18:01 +11:00
..
app_trace esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
app_update tools: Redirect some warnings to stderr 2020-12-15 12:41:20 +07:00
asio Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
bootloader esp32c3: added 2nd bootloader project linker file 2020-12-11 11:44:01 +08:00
bootloader_support esp_rom/esp_system: Add flag for ROM multiple UART output, esp32c3 console 2020-12-24 14:18:01 +11:00
bt Merge branch 'bugfix/fix_spp_vfs_dynamic_memory_bugs' into 'master' 2020-12-23 12:36:44 +08: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 uart: add uart support on esp32s3 2020-11-24 19:12:51 +08:00
cxx Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
driver driver: Only build dedic_gpio driver on supported chips 2020-12-23 09:53:24 +11:00
efuse efuse: Add new APIs for keys, purposes, wr/rd protection 2020-12-04 10:42:57 +08:00
esp32 esp_system: Rename _init_start symbol to _vector_table 2020-12-24 13:40:01 +11:00
esp32c3 esp32c3: Add tests for esp_sha, stack checker 2020-12-24 14:18:01 +11:00
esp32s2 esp_system: Rename _init_start symbol to _vector_table 2020-12-24 13:40:01 +11:00
esp32s3 esp_system: Rename _init_start symbol to _vector_table 2020-12-24 13:40:01 +11:00
esp_adc_cal driver/adc: support for esp32s2 adc calibration scheme V2 2020-12-03 20:08:59 +08:00
esp_common esp_common fpga: Fix bootloader_fill_random() emulation 2020-12-24 14:18:01 +11:00
esp_eth eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00
esp_event esp_event: fix misuse of recursive semaphore take/give calls for profiling_mutex 2020-12-04 11:12:27 +08:00
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 esp_http_server: Add some response error code, such as 401, 403 etc. 2020-12-09 06:22:01 +00:00
esp_https_ota esp_https_ota: Add definition for esp_https_ota_abort 2020-12-03 14:49:55 +05:30
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 'feature/esp32c3_soc_changes' into 'master' 2020-12-24 09:20:24 +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 lwip: Added support for configurable LwIP hooks 2020-11-26 12:02:00 +00:00
esp_pm components/pm: Add sleep related code iram opt chioce 2020-12-23 14:45:36 +08:00
esp_ringbuf Updates for riscv support 2020-11-13 07:49:11 +11:00
esp_rom esp_rom/esp_system: Add flag for ROM multiple UART output, esp32c3 console 2020-12-24 14:18:01 +11:00
esp_serial_slave_link esp_serial_slave_link: Add essl_spi definitions for esp32c3 2020-12-24 13:40:01 +11:00
esp_system esp_system: Add port-specific esp32c3 files 2020-12-24 13:40:01 +11:00
esp_timer components/pm: Add sleep related code iram opt chioce 2020-12-23 14:45:36 +08:00
esp_websocket_client Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_wifi esp_wifi: fix the bug that esp32s2 can't get CSI info 2020-12-23 16:18:11 +08:00
esp-tls esp-tls : (Fix) update tls->sockfd value after socket is freed internally 2020-12-02 03:47:15 +00:00
espcoredump coredump: Core dump is encrypted if the partition itself is encrypted 2020-12-01 16:58:45 +08:00
esptool_py buildsystem: flash binary to a named partition 2020-12-08 12:16:02 +08:00
expat cmock: added cmock as component 2020-09-02 16:38:37 +08:00
fatfs fatfs: Whitespace cleanup 2020-12-24 13:40:01 +11:00
freemodbus Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
freertos Merge branch 'bugfix/missing_coreinfo_in_vtasklist' into 'master' 2020-12-21 19:43:40 +08:00
hal Merge branch 'feature/support_ext_flash_c3' into 'master' 2020-12-24 10:30:20 +08:00
heap heap: increase the sl to reduce the fragmentation to acceptable level. 2020-12-17 12:52:56 -03:00
idf_test AES: refactor and add HAL layer 2020-12-10 09:04:47 +00: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 log: correct timestamp formatting to unsigned integer type 2020-12-14 15:03:55 +05:30
lwip lwip: Added debug config options for DHCP and TCP 2020-12-18 16:38:59 +00:00
mbedtls mbedtls: upgrade to v2.16.9 release 2020-12-17 14:15:41 +05:30
mdns mDNS: Fix of collision detection during txt length calculation 2020-12-18 15:38:30 +00:00
mqtt MQTT: Update submodule reference: config, error handle, minor fixes 2020-11-19 17:17:40 +01:00
newlib newlib: Update unit tests for ESP32-C3 2020-12-24 14:18:01 +11:00
nghttp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_flash Merge branch 'feature/linux_target' into 'master' 2020-12-16 16:25:38 +08:00
openssl Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
partition_table Merge branch 'feature/flash_binary_partition_with_name' into 'master' 2020-12-10 06:24:15 +08:00
perfmon Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
protobuf-c
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 riscv: Place stdatomic file in iram 2020-12-24 14:18:01 +11:00
sdmmc sdmmc: Temporarily disable sd_spi test cases 2020-12-24 14:18:01 +11:00
soc soc: Move esp32c3 soc_memory_layout.c to soc component 2020-12-24 13:40:01 +11:00
spi_flash Merge branch 'feature/support_ext_flash_c3' into 'master' 2020-12-24 10:30:20 +08:00
spiffs tools: Redirect some warnings to stderr 2020-12-15 12:41:20 +07: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 Docs: fix doxygen warnings 2020-12-16 14:37:14 +08:00
ulp Tools: add Python 2 deprecation warning 2020-12-02 11:08:48 +01:00
unity spi_flash: mocking should be possible now 2020-12-14 18:53:14 +08:00
vfs esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
wear_levelling wear_levelling: Re-enable for ESP32-C3 2020-12-24 14:18:01 +11:00
wifi_provisioning Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
wpa_supplicant esp_wifi: Fix some wifi bugs. 2020-12-21 14:27:10 +05:30
xtensa Tools: add Python 2 deprecation warning 2020-12-02 11:08:48 +01:00