esp-idf/components
Michael (XIAO Xufeng) e97e7281b2 Merge branch 'feature/tinyusb_cdc' into 'master'
Feature/tinyusb cdc

See merge request espressif/esp-idf!7212
2020-08-10 18:13:23 +08:00
..
app_trace esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08: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 Merge branch 'feature/secure_boot_esp32s2' into 'master' 2020-07-28 16:39:34 +08:00
bt ble_mesh: stack: Client model related code clean 2020-08-06 08:45:22 +00:00
cbor
coap
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 Merge branch 'bugfix/remove_FILE_from_log_messages' into 'master' 2020-08-10 11:43:38 +08:00
efuse esp_rom: extract common efuse apis into esp_rom_efuse.h 2020-07-15 10:40:50 +08:00
esp-tls
esp32 Merge branch 'refactor/add_alias_name_for_ets_common_api' into 'master' 2020-07-28 15:04:55 +08:00
esp32s2 esp32s2: add CP_DMA driver 2020-08-04 15:28:32 +08:00
esp32s3 fix rom api usage violation 2020-07-29 15:57:49 +08:00
esp_adc_cal
esp_common Merge branch 'bugfix/esp32s2_panic_handler_iram' into 'master' 2020-07-29 13:54:19 +08:00
esp_eth esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
esp_event
esp_gdbstub
esp_hid
esp_http_client driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +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_https_server
esp_ipc esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
esp_local_ctrl
esp_netif esp_netif tests: Add manual DHCP state transision tests 2020-07-29 11:50:27 +00:00
esp_ringbuf esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
esp_rom Merge branch 'feature/secure_boot_esp32s2' into 'master' 2020-07-28 16:39:34 +08:00
esp_serial_slave_link soc: placeholder for esp32s3 HAL driver 2020-08-07 11:59:00 +08:00
esp_system panic: skip over the first invalid PC in case of InstrFetchProhibited 2020-08-05 12:00:50 +02:00
esp_timer esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
esp_websocket_client driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
esp_wifi wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM 2020-08-05 11:04:16 +08:00
espcoredump Merge branch 'bugfix/coredump_esp_panic_reason' into 'master' 2020-07-28 23:49:10 +08:00
esptool_py Merge branch 'bugfix/pm_uart_rate' into 'master' 2020-07-23 13:13:11 +08:00
expat
fatfs esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
freemodbus examples: freemodbus add tcp support for common master/slave iface 2020-07-22 00:34:04 +08:00
freertos Merge branch 'bugfix/panic_instr_fetch_prohibited' into 'master' 2020-08-07 21:43:35 +08:00
heap esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
idf_test esp_flash: reduce the rd ext performance for s2 2020-07-27 12:27:06 +08:00
jsmn
json
libsodium
log esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
lwip esp-netif: SLIP interface refactor to isolate interface from drivers 2020-07-15 15:46:46 +02:00
mbedtls Fixed TLS 1.1 still being enables even if disabled via config. 2020-08-05 03:38:51 +00:00
mdns
mqtt
newlib esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
nghttp nghttp2: upgrade to v1.41.0 release 2020-07-28 20:27:27 +05:30
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
perfmon
protobuf-c
protocomm BLE provisioning: Add check for valid ble read offset 2020-07-14 13:14:53 +00:00
pthread
sdmmc Merge branch 'bugfix/sdmmc_spi_highspeed' into 'master' 2020-07-13 15:50:30 +08:00
soc Merge branch 'feature/mcpwm_capture_on_both_edge' into 'master' 2020-08-10 11:48:50 +08:00
spi_flash spi_flash: make {get,release}_temp_buffer OS functions optional 2020-07-29 12:42:26 +02:00
spiffs esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
tcp_transport driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
tcpip_adapter
tinyusb usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
ulp esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08: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 esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
wifi_provisioning
wpa_supplicant Merge branch 'feature/support_phase2TTLS_algos' into 'master' 2020-08-07 14:06:12 +08:00
xtensa esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00