..
app_trace
global: rename esp32s2beta to esp32s2
2020-01-22 12:14:38 +08:00
app_update
app_update: rename ut name
2020-02-15 18:28:25 +08:00
asio
asio: updated ASIO port to use latest asio and esp-idf features
2020-01-09 21:53:50 +01:00
bootloader
secure boot: Fix anti-fault value if hash is shorter than curve
2020-03-11 17:17:20 +11:00
bootloader_support
Merge branch 'refactor/common_code_panic_handler' into 'master'
2020-03-19 11:23:57 +08:00
bt
ble_mesh: Fix ble mesh nimble host deinit
2020-03-16 12:45:58 +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
console: make uart param configurable
2020-03-07 13:23:23 +08:00
cxx
C++: rtti unit tests, corresponding CI config
2020-01-13 16:39:21 +08:00
driver
Add multi-target support for performance tests
2020-03-09 13:41:56 +01:00
efuse
efuse: Using IDF_ENV_FPGA in UTs
2020-03-11 18:22:07 +08:00
esp32
Merge branch 'refactor/common_code_panic_handler' into 'master'
2020-03-19 11:23:57 +08:00
esp32s2
Merge branch 'refactor/common_code_panic_handler' into 'master'
2020-03-19 11:23:57 +08:00
esp_adc_cal
global: bring up esp32s2(not beta)
2020-01-16 17:41:31 +08:00
esp_common
Merge branch 'refactor/common_code_panic_handler' into 'master'
2020-03-19 11:23:57 +08:00
esp_eth
ethernet: fix potential null pointer dereference
2020-03-07 12:12:29 +08:00
esp_event
esp_event: halve the events registered in performance test
2020-02-27 15:54:54 +05:00
esp_gdbstub
soc: create abstraction for cpu related operations
2020-02-27 07:14:19 +05:00
esp_http_client
Bugfix for failing OTA example
2019-12-31 14:18:16 +05:30
esp_http_server
http_server: websocket server to support async send
2020-03-18 20:24:46 +00:00
esp_https_ota
esp_https_ota.c: Add errno check for WiFi disconnection while performing OTA
2020-02-24 16:53:40 +05:30
esp_https_server
esp_https_server: Fixed a PR which adds support for mutual auth in
2020-03-02 12:36:36 +05:30
esp_local_ctrl
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
2019-08-01 16:28:56 +07:00
esp_netif
esp-netif: set default interface for ppp netif must be called from lwip context
2020-03-19 13:16:24 +00:00
esp_ringbuf
feat(timer): refator timer group driver
2019-11-21 14:14:19 +08:00
esp_rom
components/bt: Fix assert when create conntion cancel
2020-02-28 20:13:41 +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_system
esp_system: retain backtrace no space
2020-03-10 19:56:24 +08:00
esp_timer
esp32: add implementation of esp_timer based on TG0 LAC timer
2020-02-06 14:00:18 +08:00
esp_websocket_client
esp32: add implementation of esp_timer based on TG0 LAC timer
2020-02-06 14:00:18 +08:00
esp_wifi
esp_wifi: add certification version number.
2020-03-18 14:38:48 +08:00
esp-tls
esp_tls: change argument pointer type to (void *) for esp_crt_bundle_attach
2020-03-11 15:54:05 +05:30
espcoredump
Merge branch 'bugfix/coredump_no_ext_stacks' into 'master'
2020-03-07 18:07:10 +08:00
esptool_py
cmake: show error message on encrypted flash targets without proper config
2020-03-02 07:18:22 +05:00
expat
heap_caps: small fixes on comments plus cleaning
2019-12-20 13:35:56 -03:00
fatfs
ci: disable case witout runners
2020-02-15 18:28:25 +08:00
freemodbus
docs: Resolve doxygen & Sphinx warnings
2020-02-07 16:37:45 +11:00
freertos
esp32, esp32s2: move panic handling code to new component
2020-03-10 19:56:24 +08:00
heap
heap: pushed down all the aligned_alloc / free implementation
2020-03-05 11:02:19 -03:00
idf_test
Merge branch 'bugfix/fix_the_bugs_for_country_code' into 'master'
2020-03-18 11:49:32 +08: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
mpi: refactor bignum into common and hw specific components
2020-03-16 19:44:30 +08:00
log
esp_wifi: Reduce Bin size
2020-03-10 17:45:06 +08:00
lwip
fix bug for after udp close select_waiting assert
2020-03-11 10:03:40 +00:00
mbedtls
aes: Fixed tag sometime being wrong for HW GCM
2020-03-18 08:44:38 +08:00
mdns
mdns: limit the GOT_IP6_EVENT to only known network interfaces
2020-03-05 18:46:48 +00:00
mqtt
MQTT: Reference latest mqtt addressing c++ build and qos1/2 resend
2020-03-03 07:07:57 +00:00
newlib
esp_system: share abort panic with port layer
2020-03-10 19:56:24 +08:00
nghttp
Modified http_parser to handle ICY uris.
2019-10-11 05:04:08 +00:00
nvs_flash
nvs: enable address sanitizer in host tests when building with clang
2020-03-13 11:29:39 +01:00
openssl
Fix Kconfig issues discovered by upstream Kconfiglib
2019-09-23 16:10:57 +02:00
partition_table
parttool: don't print target name
2020-03-09 15:05:04 +08:00
perfmon
xtensa: update header file
2019-12-09 09:44:56 +08:00
protobuf-c
components: use new component registration api
2019-06-21 19:53:29 +08:00
protocomm
protocomm: enable test cases for esp32s2 with software AES
2020-02-25 18:05:35 +05:30
pthread
freertos: moved all xtensa specific files into a separated folder
2020-01-27 16:05:30 -03:00
sdmmc
sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards
2020-02-12 15:16:08 +08:00
soc
Merge branch 'refactor/common_code_panic_handler' into 'master'
2020-03-19 11:23:57 +08:00
spi_flash
spi_flash: add caps for dummy output control
2020-03-11 16:13:39 +00:00
spiffs
soc: separate abstraction, description and implementation
2020-02-11 14:30:42 +05:00
tcp_transport
esp_tls: added connection timeout to esp_tls_conn_new_sync()
2020-01-16 07:32:19 +00:00
tcpip_adapter
lwip: Enable IPv6 stateless address autoconfiguration
2020-01-14 07:15:26 +00:00
tinyusb
tinyusb: switch to esp-develop branch
2020-03-09 14:49:29 +01:00
ulp
ulp: fix ulp external project args
2020-03-03 16:56:14 +08:00
unity
global: rename esp32s2beta to esp32s2
2020-01-22 12:14:38 +08:00
vfs
docs: Fix broken or incorrect link roles to IDF files & directories
2020-02-18 10:34:11 +11:00
wear_levelling
soc: separate abstraction, description and implementation
2020-02-11 14:30:42 +05:00
wifi_provisioning
Wifi_provisioning_ble: Change service_uuid to non standard 128 bit UUID
2020-03-16 08:20:37 +00:00
wpa_supplicant
Merge branch 'bugfix/wep40_key_parsing_bug' into 'master'
2020-03-17 15:42:02 +08:00
xtensa
atomic: support fetch_and, fetch_and and fetch_xor
2020-03-04 11:35:23 +08:00