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

Fix esp newlib rom locks #1

Open
wants to merge 3,067 commits into
base: HR_5.0_ram
Choose a base branch
from

Conversation

f-hoepfinger-hr-agrartechnik

No description provided.

ydesp and others added 30 commits January 9, 2023 16:02
test: add build ssc job for esp32c6

See merge request espressif/esp-idf!21942
esp_wifi: remove sha384 hash for cert size > 2k

Closes WIFI-5208

See merge request espressif/esp-idf!21840
- The newer alternative does not require HMAC context for its
  operation
- AES context has a breaking change, rather than storing
  round keys directly, it stores the offset at which the keys
  are present in the context buffer
soc: fix SOC_DMA_LOW and SOC_BYTE_ACCESSIBLE_LOW for esp32c3, esp32c2, esp32h4

See merge request espressif/esp-idf!21883
tools: gdb_panic_server: add esp32h2

See merge request espressif/esp-idf!21901
… 'master'

espcoredump: fix incorrectly defined coredump chip version

See merge request espressif/esp-idf!21959
Closes espressif#10226

- Drop the atomic usage
- Return the xSemaphoreTake for ask back
- Refactoring
Reference code fixed. (GitHub PR)

Closes IDFGH-9066

See merge request espressif/esp-idf!21961
Fix ble disconnect due to channel map update instant passed

Closes BT-3085

See merge request espressif/esp-idf!21889
Bluedroid: fixed GATT multi notify and robust caching

Closes BT-3142

See merge request espressif/esp-idf!21871
ieee802154: add multipan api

See merge request espressif/esp-idf!21600
efuse: fix esp_efuse_utility_write_reg() declaration

See merge request espressif/esp-idf!20490
Docs/update cn trans for memory-types and tips-and-quirks

Closes DOC-4267

See merge request espressif/esp-idf!21827
Fix SAE open auth and PMK issues

Closes WIFI-5059

See merge request espressif/esp-idf!21910
BOD: Bringup for ESP32C6

Closes IDF-5345

See merge request espressif/esp-idf!21888
This commit migrates the esp_pm unit tests from the legacy unit test to a
stand alone test app. The following CI configurations are provided

- Default: Automatic light sleep with mostly default configurations
- Options: Enables all of the optional esp_pm features
- Limits: Limit tests esp_pm
KonstantinKondrashov and others added 30 commits January 24, 2023 17:09
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
Check that when trying to allocate in IRAM with the system memory protection enabled,
null pointer is returned, or that an address in IRAM is returned if the memory protection
is disabled.
wpa_supplicant: Update WPS API documentation

Closes IDFGH-8996

See merge request espressif/esp-idf!21714
  - http_server/simple: Decoding received query
  - esp_http_client: Sending encoded query
heap: replace usage of bzero() with memset() across the component

Closes IDFGH-3073

See merge request espressif/esp-idf!22125
cxx: removed cxx experimental components

See merge request espressif/esp-idf!20411
…ster'

USB Host: Add maintainer's notes (Design and Architecture)

See merge request espressif/esp-idf!21728
heap: Fix allocation issue when trying to allocate in IRAM on esp32c6

Closes IDF-6306

See merge request espressif/esp-idf!22077
example/protocols: Added URI encoding/decoding feature

Closes IDFGH-9057 and IDFGH-9170

See merge request espressif/esp-idf!22031
tools: allow to interrupt port detection

Closes IDF-6656

See merge request espressif/esp-idf!22062
tools: add esp32c6, esp32h2 to roms.json

Closes IDF-6734

See merge request espressif/esp-idf!22111
[Peripheral Drivers/USB Host] HID Host example update

Closes IDF-6649
Closes IDF-6650

See merge request espressif/esp-idf!22052
esp-lwip: Added API to return default esp-netif.

See merge request espressif/esp-idf!22124
Stop WiFi provisioning in the esp_event thread instead of creating new thread (GitHub PR)

Closes IDFGH-8966

See merge request espressif/esp-idf!22104
esp-lwip: Restrict configuring DHCP server and client together

See merge request espressif/esp-idf!22137
examples: modbus add esp32c2 esp32c6 targets

See merge request espressif/esp-idf!22017
app_trace: sys_view: upgrade to version 3.42

Closes IDF-4646

See merge request espressif/esp-idf!21306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.