Tomas Rezucha
|
e3ba980d11
|
usb_host: Use USB_Host library calls for desc printing
|
2022-03-21 18:34:25 +01:00 |
|
Tomas Rezucha
|
0377fc8d92
|
tinyusb: Allow dynamic configuration descriptor
and remove ringbuf.h include from public headers
and unused HID descriptor code
|
2022-03-21 18:34:25 +01:00 |
|
Ivan Grokhotkov
|
b95d2e30d0
|
Merge branch 'feature/vfs_spiffs_(f)truncate_support' into 'master'
spiffs: Add vfs (f)truncate api support
Closes IDFGH-316 and IDFGH-2880
See merge request espressif/esp-idf!17524
|
2022-03-21 17:52:45 +08:00 |
|
Laukik Hase
|
52170fba7f
|
esp_crt_bundle: Fix build error
- When `esp_crt_bundle.h` is included before any config,
a build error (`esp_err_t` not defined) is observed
Closes https://github.com/espressif/esp-idf/issues/8606
|
2022-03-21 09:05:06 +00:00 |
|
Darian
|
790aed683b
|
Merge branch 'feature/freertos_smp_task_creation_with_affinity' into 'master'
FreeRTOS: Add task creation functions with affinity
Closes IDF-4745
See merge request espressif/esp-idf!17429
|
2022-03-21 15:59:51 +08:00 |
|
Marius Vikhammer
|
671b6ae82f
|
Merge branch 'ci/disable_s3_sleep_tests' into 'master'
CI: disable S3 sleep related example tests
See merge request espressif/esp-idf!17530
|
2022-03-21 14:57:01 +08:00 |
|
Shubham Kulkarni
|
d5a8a57686
|
esp_https_ota: Add check for 303 and 308 status code
Closes https://github.com/espressif/esp-idf/issues/8581
|
2022-03-21 04:27:43 +00:00 |
|
Shubham Kulkarni
|
ec6f222625
|
esp_http_client: Add new status code 303 and 308
|
2022-03-21 04:27:43 +00:00 |
|
Marius Vikhammer
|
0cd07d907e
|
CI: disable S3 sleep related example tests
|
2022-03-21 11:56:01 +08:00 |
|
Darian Leung
|
199df492b7
|
freertos: Update task creation pinned to core functions
This commit updates the "xTaskCreate...PinnedToCore()" functions to
call the "xTaskCreate...AffinitySet()" equivalent functions.
|
2022-03-21 11:37:21 +08:00 |
|
Darian Leung
|
6a38499172
|
freertos: Add task creation with affinity functions to FreeRTOS SMP
This commit syncs adds task creation with affinity functions to
FreeRTOS SMP by syncing with upstrea commit
a97741a08d
|
2022-03-21 11:09:24 +08:00 |
|
Armando (Dou Yiwen)
|
36457b1346
|
Merge branch 'refactor/adc_unify_adc_unit' into 'master'
adc: adc single driver NG pre-step - unify adc_ll_num_t and adc_unit_t
See merge request espressif/esp-idf!17408
|
2022-03-18 20:29:36 +08:00 |
|
Vamshi Gajjela
|
0e5c9702c6
|
spiffs: Add vfs (f)truncate api support
Unit test cases added to verify truncate.
Closes https://github.com/espressif/esp-idf/issues/2234
|
2022-03-18 15:49:57 +05:30 |
|
Mahavir Jain
|
93987e6b79
|
Merge branch 'fix/remove_test_cert_files_from_mbedtls_port_directory' into 'master'
mbedtls: Remove certs.c and certs.h from port directory
Closes IDF-4709
See merge request espressif/esp-idf!17485
|
2022-03-18 16:47:53 +08:00 |
|
Armando
|
386363cafd
|
adc: unify adc_ll_num_t and adc_unit_t
|
2022-03-18 11:36:50 +08:00 |
|
Jiang Jiang Jian
|
36f41372a2
|
Merge branch 'bugfix/scan_mixed_keymgmt_issue' into 'master'
Correctly identify AP's with mixed key management during scan
Closes IDFGH-6799
See merge request espressif/esp-idf!17482
|
2022-03-18 10:42:40 +08:00 |
|
Ivan Grokhotkov
|
2f9d47c708
|
Merge branch 'feature/gdbstub_rt_multicore' into 'master'
Extension for GDBstub runtime component (multicore, breakpoints, steps etc...)
See merge request espressif/esp-idf!13896
|
2022-03-17 19:59:29 +08:00 |
|
Anton Maklakov
|
6200d2328d
|
Merge branch 'bugfix/printf-placeholder-for-time_t' into 'master'
components: correct printf() placeholder for time_t
See merge request espressif/esp-idf!17439
|
2022-03-17 16:08:08 +08:00 |
|
Nachiket Kukade
|
01c49082c4
|
esp_wifi: Update wifi lib
1. In scan, correctly identify AP's with mixed key mgmt
2. Fix PMF Required setting not working in SoftAP config
Closes https://github.com/espressif/esp-idf/issues/8426
|
2022-03-17 13:04:58 +05:30 |
|
Kapil Gupta
|
2bdaa49cb0
|
Merge branch 'bugfix/pvs_warning_fixes' into 'master'
wpa_supplicant: fix issues reported in static analysis
Closes IDF-2733
See merge request espressif/esp-idf!17499
|
2022-03-17 12:47:05 +08:00 |
|
Ivan Grokhotkov
|
d1abdbae88
|
Merge branch 'bugfix/stdatomic_builtin-declaration-mismatch' into 'master'
newlib: stdatomic: fix builtin-declaration-mismatch
See merge request espressif/esp-idf!16954
|
2022-03-17 03:36:18 +08:00 |
|
Michael (XIAO Xufeng)
|
5a2f672d5a
|
Merge branch 'feat/esp32s3_support_gpio_deepsleep_wakeup' into 'master'
example/deep_sleep: add example of EXT0 and using internal pullups
Closes IDF-4657 and IDFGH-6711
See merge request espressif/esp-idf!17099
|
2022-03-16 16:27:07 +08:00 |
|
Jiang Jiang Jian
|
5b8108c01b
|
Merge branch 'feature/support_80211_tx_ht40' into 'master'
esp_wifi: add ht40 support for 80211_tx
Closes WIFI-4187
See merge request espressif/esp-idf!16662
|
2022-03-16 15:49:28 +08:00 |
|
Kapil Gupta
|
6da52cf0d8
|
wpa_supplicant: static analysis fixes
|
2022-03-16 10:50:49 +05:30 |
|
Marius Vikhammer
|
453516fbbe
|
Merge branch 'bugfix/replace_deprecated_options' into 'master'
kconfig: replace deprecated options with new values
See merge request espressif/esp-idf!17494
|
2022-03-16 09:32:55 +08:00 |
|
Michael (XIAO Xufeng)
|
5cc751ca9c
|
soc/esp32s3: merge gpio caps into soc_caps.h
|
2022-03-15 22:34:29 +08:00 |
|
morris
|
cd10ac50cb
|
Merge branch 'bugfix/temp_sensor_coexist_issue' into 'master'
temp_sensor: avoid coexistence of new and legacy driver
See merge request espressif/esp-idf!17395
|
2022-03-15 21:43:05 +08:00 |
|
Mahavir Jain
|
37e006af53
|
Merge branch 'feature/mbedtls_time_alt' into 'master'
mbedtls: Add config for `MBEDTLS_PLATFORM_TIME_ALT`
Closes IDF-4752
See merge request espressif/esp-idf!17448
|
2022-03-15 21:30:44 +08:00 |
|
Aditya Patwardhan
|
f31d8dd295
|
mbedtls: Remove certs.c and certs.h from port directory
|
2022-03-15 17:16:07 +05:30 |
|
Kapil Gupta
|
e3c084a2dc
|
Merge branch 'bugfix/dpp_crypto_mbedtls_3x' into 'master'
wpa_supplicant: Add changes to fix broken dpp crypto
Closes WIFI-4368
See merge request espressif/esp-idf!17487
|
2022-03-15 16:53:14 +08:00 |
|
Anton Maklakov
|
6f85a33335
|
Merge branch 'bugfix/ubsan_builtin_prototypes' into 'master'
esp_system: fix ubsan builtins' prototypes to suppress Wbuiltin-declaration-mismatch
See merge request espressif/esp-idf!17445
|
2022-03-15 16:31:45 +08:00 |
|
Marius Vikhammer
|
ca3c056ac9
|
kconfig: replace deprecated options with new values
|
2022-03-15 16:28:53 +08:00 |
|
Jiang Jiang Jian
|
10f3aba770
|
Merge branch 'feature/final_h2' into 'master'
Add support in Nimble for ESP32H2
See merge request espressif/esp-idf!16329
|
2022-03-15 16:03:24 +08:00 |
|
morris
|
923b0c9570
|
Merge branch 'bugfix/spi_slave_intr_iram' into 'master'
driver: spi_slave: make sure CS helpers are in IRAM if the ISR is
Closes IDFGH-1617
See merge request espressif/esp-idf!17491
|
2022-03-15 15:49:55 +08:00 |
|
Cao Sen Miao
|
880ce3c25a
|
spi_flash: remove xmc hpm support, because there is some compatible issue with ROM,
Closes https://github.com/espressif/esp-idf/issues/8560
|
2022-03-15 11:17:58 +08:00 |
|
Anton Maklakov
|
7efbca6701
|
Merge branch 'bugfix/oom_null_deref' into 'master'
spi_flash, newlib: fix NULL pointer dereference on OOM
Closes IDF-2788 and IDF-2789
See merge request espressif/esp-idf!17489
|
2022-03-15 09:24:43 +08:00 |
|
Anton Maklakov
|
b044bc4509
|
Merge branch 'bugfix/gdbstub_bounds_check' into 'master'
gdbstub: fix array overrun
Closes IDF-2786
See merge request espressif/esp-idf!17471
|
2022-03-15 09:23:06 +08:00 |
|
Ivan Grokhotkov
|
cda3c2b92b
|
driver: spi_slave: make sure CS helpers are in IRAM if the ISR is
Closes https://github.com/espressif/esp-idf/issues/3870
|
2022-03-14 23:30:51 +01:00 |
|
Ivan Grokhotkov
|
4aa2719e13
|
spi_flash, newlib: fix NULL pointer dereference on OOM
https://pvs-studio.com/en/blog/posts/cpp/0790/#ID88049D3FA2
Reported in https://github.com/espressif/esp-idf/issues/6440
|
2022-03-14 18:16:42 +01:00 |
|
morris
|
98e19b3355
|
Merge branch 'contrib/github_pr_8496' into 'master'
SPI LCD support large color transfers (GitHub PR)
Closes IDFGH-6874
See merge request espressif/esp-idf!17391
|
2022-03-14 22:22:00 +08:00 |
|
ChenJianxing
|
764b606d9d
|
esp_wifi: add ht40 support for 80211_tx & espnow
|
2022-03-14 21:23:48 +08:00 |
|
Kapil Gupta
|
a1b842b1c6
|
wpa_supplicant: Add changes to fix broken dpp crypto
|
2022-03-14 18:26:35 +05:30 |
|
David Čermák
|
db8fb1f47b
|
Merge branch 'bugfix/lwip_dhcps_cleanup' into 'master'
lw-IP: Support for multiple DHCP servers
Closes IDF-4599 and IDF-4458
See merge request espressif/esp-idf!16895
|
2022-03-14 19:30:31 +08:00 |
|
morris
|
ca1e2af1d6
|
Merge branch 'feature/i2s1_lcd_mode_esp32' into 'master'
LCD driver various improvements
Closes IDF-3781, IDFGH-6753, IDFGH-6632, and IDFGH-6569
See merge request espressif/esp-idf!17323
|
2022-03-14 18:30:24 +08:00 |
|
Mahavir Jain
|
c5d982b235
|
Merge branch 'bugfix/esp_https_ota_breaking_changes' into 'master'
esp_https_ota: Update esp_https_ota() to support OTA updates with encrypted images
See merge request espressif/esp-idf!17312
|
2022-03-14 18:15:52 +08:00 |
|
Anton Maklakov
|
0d86151b82
|
esp_system: fix ubsan builtins' prototypes to suppress Wbuiltin-declaration-mismatch
|
2022-03-14 09:31:00 +00:00 |
|
Anton Maklakov
|
e27f1331e4
|
components: correct printf() placeholder for time_t
Using C99 %jd, https://en.cppreference.com/w/c/chrono/time_t
|
2022-03-14 14:05:47 +07:00 |
|
Rahul Tank
|
f376bb5d05
|
Add support in Nimble for ESP32H2
|
2022-03-14 11:57:53 +05:30 |
|
morris
|
3517ae6387
|
lcd: check return value of xQueueReceive
Fix warnnings reported by Coverity Scan Test
|
2022-03-14 14:00:40 +08:00 |
|
morris
|
a019db6880
|
lcd: delay 1us between DMA start and LCD start
Closes https://github.com/espressif/esp-idf/issues/8212
|
2022-03-14 14:00:40 +08:00 |
|