esp-idf/components
David Cermak a807f8e263 lwip: Fixed minor debug print format issue
This caused some unsigned int prints out to be printed as singed integer which made the logs unreadable, for example sequence numbers in TCP packet headers
2021-01-12 11:57:49 +00: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 tools: Wrap flash binaries into a UF2 file for flashing through USB MSC 2020-12-29 18:14:47 +01:00
bootloader_support fix: support bootloader random enable for esp32c3 2021-01-11 14:41:09 +08:00
bt ble_mesh: stack: Fix using wrong | for OR between macros 2021-01-07 19:17:45 +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 C3: build and run unit tests 2021-01-11 11:34:37 +08:00
driver driver: update touch sensor apis 2021-01-05 03:11:58 +00:00
efuse efuse: revert EARLY_LOGD to LOGD 2020-12-30 12:37:44 +08:00
esp32 esp_common: Fix issue with SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY not visible on c3 2020-12-31 15:20:05 +11:00
esp32c3 [Peripheral/Security] DS peripheral driver 2021-01-05 12:26:59 +08:00
esp32s2 [Peripheral/Security] DS peripheral driver 2021-01-05 12:26:59 +08:00
esp32s3 Merge branch 'feature/unify_rtc_fast_mem_as_heap_config_across_chips' into 'master' 2020-12-29 11:41:05 +08:00
esp_adc_cal driver/adc: support for esp32s2 adc calibration scheme V2 2020-12-03 20:08:59 +08:00
esp_common Merge branch 'bugfix/freertos_hook_reg_invalid_arg_pr6275' into 'master' 2021-01-07 13:24:43 +08:00
esp_eth eth: added cert for download test 2021-01-07 11:22:23 +08:00
esp_event C3: build and run unit tests 2021-01-11 11:34:37 +08:00
esp_gdbstub esp32c3: Misc fixes needed to build & run 2020-12-31 15:20:05 +11:00
esp_hid Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_http_client Merge branch 'bugfix/http_client_test_memcorupt' into 'master' 2021-01-05 15:15:32 +08:00
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 fix: support bootloader random enable for esp32c3 2021-01-11 14:41:09 +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 C3: build and run unit tests 2021-01-11 11:34:37 +08:00
esp_pm put pm_slp_iram_opt and pm_rtos_iram_opt related attributes in esp_pm/linker.lf 2021-01-06 03:40:28 +00:00
esp_ringbuf C3: build and run unit tests 2021-01-11 11:34:37 +08:00
esp_rom esp_wifi: fix esp32c3 code issues 2021-01-10 16:16:28 +08: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 C3: build and run unit tests 2021-01-11 11:34:37 +08:00
esp_timer C3: build and run unit tests 2021-01-11 11:34:37 +08:00
esp_websocket_client websocket: support mutual tls for websocket 2021-01-08 19:13:37 +00:00
esp_wifi C3: build and run unit tests 2021-01-11 11:34:37 +08:00
esp-tls esp_tls: Add warning if the CA chain provided contains one/more invalid 2021-01-11 03:20:35 +00:00
espcoredump coredump: Core dump is encrypted if the partition itself is encrypted 2020-12-01 16:58:45 +08:00
esptool_py tools: Wrap flash binaries into a UF2 file for flashing through USB MSC 2020-12-29 18:14:47 +01:00
expat cmock: added cmock as component 2020-09-02 16:38:37 +08:00
fatfs C3: build and run unit tests 2021-01-11 11:34:37 +08:00
freemodbus esp32c3: Disable components that are not yet supported 2020-12-31 09:27:38 +11:00
freertos C3: build and run unit tests 2021-01-11 11:34:37 +08:00
hal Merge branch 'bugfix/soc_caps_implicit_inc' into 'master' 2021-01-11 14:18:10 +08:00
heap C3: build and run unit tests 2021-01-11 11:34:37 +08:00
idf_test mbedtls: merge changes from C3 2020-12-29 10:56:13 +08:00
jsmn Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
json cJSON: update to v1.7.14 release 2021-01-06 17:21:53 +05:30
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: Fixed minor debug print format issue 2021-01-12 11:57:49 +00:00
mbedtls C3: build and run unit tests 2021-01-11 11:34:37 +08:00
mdns mdns: Allow resolve its own non-strict answers 2020-12-29 13:18:00 +00:00
mqtt ci: Add MQTT publish test to standard test apps 2021-01-05 12:04:36 +00:00
newlib newlib: Fix a case in FD_ISSET macro when n==-1 2021-01-06 20:54:24 +00:00
nghttp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_flash Merge branch 'bugfix/nvs_str_cmp' into 'master' 2020-12-24 18:28:29 +08:00
openssl Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
partition_table tools: Wrap flash binaries into a UF2 file for flashing through USB MSC 2020-12-29 18:14:47 +01:00
perfmon esp32c3: Disable components that are not yet supported 2020-12-31 09:27:38 +11:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
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 interrupt: filter out reserved int number by decoding risc-v JAL instruction 2021-01-05 15:39:46 +08:00
sdmmc Fix minor documentation issue 2020-12-25 15:46:36 +08:00
soc esp_wifi: fix esp32c3 code issues 2021-01-10 16:16:28 +08:00
spi_flash Merge branch 'feature/c3_master_unit_test' into 'master' 2021-01-11 18:11:06 +08:00
spiffs C3: build and run unit tests 2021-01-11 11:34:37 +08: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 tinyusb: Add fix for tinyusb reading 2021-01-08 14:21:26 +00:00
ulp esp32c3: Misc fixes needed to build & run 2020-12-31 15:20:05 +11:00
unity spi_flash: mocking should be possible now 2020-12-14 18:53:14 +08:00
vfs vfs: zero-initialize struct stat in *_stat and *_fstat handlers 2020-12-29 16:18:04 +01:00
wear_levelling wear_levelling: Re-enable for ESP32-C3 2020-12-24 14:18:01 +11:00
wifi_provisioning esp32c3: Misc fixes needed to build & run 2020-12-31 15:20:05 +11:00
wpa_supplicant Merge branch 'bugfix/11kv_bugfixes' into 'master' 2020-12-25 19:09:27 +08:00
xtensa xtensa: Disable component on esp32c3 2020-12-24 14:18:02 +11:00