Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Merged
merged 367 commits into from
Jan 27, 2023
Merged

update #1

merged 367 commits into from
Jan 27, 2023

Conversation

ljden
Copy link
Owner

@ljden ljden commented Jan 27, 2023

No description provided.

Icarus113 and others added 30 commits January 6, 2023 14:41
esp_hw_support(esp32): If the MAC_FACTORY CRC check fails, then INVALID_CRC instead of abort

Closes IDFGH-8989

See merge request espressif/esp-idf!21789
ESP32-H2: update esp32h2 memory layout

See merge request espressif/esp-idf!21930
The IRAM level 2 address should start at the same address as DRAM level 2 and not DRAM level 3.
…o 'master'

mspi: move timing tuning to esp_hw_support

Closes IDF-6470

See merge request espressif/esp-idf!21912
Optimized NPL Freertos API

Closes BLE-459

See merge request espressif/esp-idf!21902
[MQTT] - Moves compile definition out of idf

See merge request espressif/esp-idf!20651
usb: Update TinyUSB version

See merge request espressif/esp-idf!21591
soc: Fix memory layout for esp32c6

Closes IDF-5627

See merge request espressif/esp-idf!21894
add: yield functions for spi2 and spi3
add: spi23 start and end functions
change: function names with spi1 that were not specific to spi1
change: chip data for spi2 and spi3 increased for timestamps
change: merge spi_app_func_arg_t into app_func_arg_t
change: moved os_func_data allocation before host check
add: Fix to prevent WDT trigger
add: comments to better explain SPI API

Closes #9945
Closes #9212
Closes #8135
     1. Corrected format
     2. Fixed double free of memory issue in case of disconnection
     3. Updated sdkconfig.default file to have correct value for
COC_MAX_NUM configuration setting
CI: enable more wifi cases

See merge request espressif/esp-idf!21488
mcpwm: support non-vararg version of generator functions

Closes IDFGH-9046

See merge request espressif/esp-idf!21872
sdm: add wave output example

Closes IDF-6636

See merge request espressif/esp-idf!21892
AdityaHPatwardhan and others added 29 commits January 19, 2023 09:53
driver(RMT): Fix RMT TX multi channel test

See merge request espressif/esp-idf!22051
mbedtls/ecp: Fix incorrect ECP parameter value

Closes IDF-6706

See merge request espressif/esp-idf!22046
tools: remove obsolete workaround for reading ROM data from flash

See merge request espressif/esp-idf!21944
wdt: add support for WDTs on C6

Closes IDF-5935 and IDF-5340

See merge request espressif/esp-idf!21038
…nfig

- `protocomm` depends on a config option `CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION`
  from `wifi_provisioning`; however, a lower layer component (`protocomm`) should
  not have any `#ifdef` guard dependent on an upper layer component (`wifi_provisioning`).
- Added a new `ble_link_encryption` flag in `protocomm_ble_config_t` to manage the same

Closes #9443
fix(linux): fix build errors without --skip-setting-flags

See merge request espressif/esp-idf!22063
esp_rom: fix esp_rom_wdt linker issue

See merge request espressif/esp-idf!22099
Verify w5500 chip properly (GitHub PR)

Closes IDFGH-9158

See merge request espressif/esp-idf!22073
Fix idf_size.py archives diff display when using the CSV output mode

Closes IDF-6324

See merge request espressif/esp-idf!22037
protocomm: Fix Kconfig flag dependency on wifi_provisioning component

Closes IDFGH-7925

See merge request espressif/esp-idf!22083
Currently loading of esp32s3 ROM ELF symbols fails with
"Cannot access memory at address 0x3ff194ad". Let's perform
add-symbol-file after connection to the target.

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
Feature/esp32c6 enable hmac and ds support

Closes IDF-5355 and IDF-5360

See merge request espressif/esp-idf!21761
refactor soc CMakeLists

Closes IDF-6732

See merge request espressif/esp-idf!22089
…e' into 'master'

esp_http_client example: fix potential buffer overflow while copying data recieved in HTTP response

Closes IDFGH-9027

See merge request espressif/esp-idf!21869
tools: fix idf.py gdb memory access before remote target is connected

Closes IDF-6723

See merge request espressif/esp-idf!22106
iv_off gets dereferenced before being check for NULL
For efuse example test, we set CONFIG_SECURE_ENABLE_SECURE_ROM_DL_MODE=y
by default because in the python test we expect secure boot is in RELEASE mode
…ode API

When FE and SB keys are set then:
- 128 low bits are read protected
- 128 hi bits are readable
examples(efuse): Enable all tests on CI

See merge request espressif/esp-idf!22118
mbedtls: fix null pointer dereference of variable iv_off

See merge request espressif/esp-idf!22122
@ljden ljden merged commit cab4519 into ljden:master Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet